123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- namespace FPER {
- partial class FormField {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing) {
- if (disposing && (components != null)) {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
- /// </summary>
- private void InitializeComponent() {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormField));
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnWinClose = new System.Windows.Forms.Button();
- this.lblDir = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Location = new System.Drawing.Point(0, 104);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1080, 720);
- this.panel1.TabIndex = 0;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Black;
- this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
- this.panel2.Controls.Add(this.btnWinClose);
- this.panel2.Controls.Add(this.lblDir);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1080, 824);
- this.panel2.TabIndex = 12;
- //
- // btnWinClose
- //
-
- this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
- this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.btnWinClose.FlatAppearance.BorderSize = 0;
- this.btnWinClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.btnWinClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
- this.btnWinClose.Name = "btnWinClose";
- this.btnWinClose.Size = new System.Drawing.Size(63, 31);
- this.btnWinClose.TabIndex = 171;
- this.btnWinClose.UseVisualStyleBackColor = false;
- this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
- //
- // lblDir
- //
- this.lblDir.AutoSize = true;
- this.lblDir.BackColor = System.Drawing.Color.Transparent;
- this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
- this.lblDir.ForeColor = System.Drawing.Color.Black;
- this.lblDir.Location = new System.Drawing.Point(12, 9);
- this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblDir.Name = "lblDir";
- this.lblDir.Size = new System.Drawing.Size(225, 21);
- this.lblDir.TabIndex = 10;
- this.lblDir.Text = "시작 > 현장도면 보기";
- //
- // comboBox1
- //
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.Font = new System.Drawing.Font("굴림", 15F);
- this.comboBox1.Location = new System.Drawing.Point(178, 14);
- this.comboBox1.MaxDropDownItems = 15;
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(260, 28);
- this.comboBox1.TabIndex = 13;
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label1.Location = new System.Drawing.Point(18, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(154, 27);
- this.label1.TabIndex = 14;
- this.label1.Text = "도면 선택 :";
- //
- // panel3
- //
- this.panel3.Controls.Add(this.comboBox1);
- this.panel3.Controls.Add(this.label1);
- this.panel3.Location = new System.Drawing.Point(0, 44);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1080, 61);
- this.panel3.TabIndex = 15;
- //
- // timer1
- //
- this.timer1.Interval = 2000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // FormField
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.WhiteSmoke;
- this.ClientSize = new System.Drawing.Size(1080, 824);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FormField";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "FormField";
- this.Activated += new System.EventHandler(this.FormField_Activated);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormField_FormClosing);
- this.Load += new System.EventHandler(this.FormField_Load);
- this.Disposed += new System.EventHandler(this.FormField_Disposed);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- public System.Windows.Forms.Button btnWinClose;
- private System.Windows.Forms.Label lblDir;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Timer timer1;
- }
- }
|