frmModalGroupList.Designer.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace FPER
  2. {
  3. partial class frmModalGroupList
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnSaveOK = new System.Windows.Forms.Button();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.btnOK = new System.Windows.Forms.Button();
  35. this.txtSearchKey = new System.Windows.Forms.TextBox();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.groupBox1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // btnCancel
  45. //
  46. this.btnCancel.Location = new System.Drawing.Point(367, 386);
  47. this.btnCancel.Name = "btnCancel";
  48. this.btnCancel.Size = new System.Drawing.Size(100, 33);
  49. this.btnCancel.TabIndex = 13;
  50. this.btnCancel.Text = "취소";
  51. this.btnCancel.UseVisualStyleBackColor = true;
  52. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  53. //
  54. // btnSaveOK
  55. //
  56. this.btnSaveOK.Location = new System.Drawing.Point(249, 386);
  57. this.btnSaveOK.Name = "btnSaveOK";
  58. this.btnSaveOK.Size = new System.Drawing.Size(100, 33);
  59. this.btnSaveOK.TabIndex = 12;
  60. this.btnSaveOK.Text = "확인";
  61. this.btnSaveOK.UseVisualStyleBackColor = true;
  62. this.btnSaveOK.Click += new System.EventHandler(this.btnSaveOK_Click);
  63. //
  64. // groupBox1
  65. //
  66. this.groupBox1.Controls.Add(this.label1);
  67. this.groupBox1.Controls.Add(this.btnOK);
  68. this.groupBox1.Controls.Add(this.txtSearchKey);
  69. this.groupBox1.Location = new System.Drawing.Point(4, 8);
  70. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  71. this.groupBox1.Name = "groupBox1";
  72. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  73. this.groupBox1.Size = new System.Drawing.Size(463, 77);
  74. this.groupBox1.TabIndex = 11;
  75. this.groupBox1.TabStop = false;
  76. this.groupBox1.Text = "검색조건";
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Location = new System.Drawing.Point(14, 32);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(66, 16);
  84. this.label1.TabIndex = 2;
  85. this.label1.Text = "검색어 :";
  86. //
  87. // btnOK
  88. //
  89. this.btnOK.Location = new System.Drawing.Point(354, 25);
  90. this.btnOK.Name = "btnOK";
  91. this.btnOK.Size = new System.Drawing.Size(102, 30);
  92. this.btnOK.TabIndex = 1;
  93. this.btnOK.Text = "검색";
  94. this.btnOK.UseVisualStyleBackColor = true;
  95. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  96. //
  97. // txtSearchKey
  98. //
  99. this.txtSearchKey.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  100. this.txtSearchKey.Location = new System.Drawing.Point(85, 27);
  101. this.txtSearchKey.Margin = new System.Windows.Forms.Padding(4);
  102. this.txtSearchKey.Name = "txtSearchKey";
  103. this.txtSearchKey.Size = new System.Drawing.Size(262, 26);
  104. this.txtSearchKey.TabIndex = 0;
  105. //
  106. // dataGridView1
  107. //
  108. this.dataGridView1.AllowUserToAddRows = false;
  109. this.dataGridView1.AllowUserToDeleteRows = false;
  110. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  111. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.Column3,
  113. this.Column1,
  114. this.Column2});
  115. this.dataGridView1.Location = new System.Drawing.Point(4, 93);
  116. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
  117. this.dataGridView1.MultiSelect = false;
  118. this.dataGridView1.Name = "dataGridView1";
  119. this.dataGridView1.RowTemplate.Height = 23;
  120. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  121. this.dataGridView1.Size = new System.Drawing.Size(462, 279);
  122. this.dataGridView1.TabIndex = 10;
  123. //
  124. // Column3
  125. //
  126. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. this.Column3.DefaultCellStyle = dataGridViewCellStyle1;
  128. this.Column3.HeaderText = "타입";
  129. this.Column3.Name = "Column3";
  130. this.Column3.ReadOnly = true;
  131. this.Column3.Width = 80;
  132. //
  133. // Column1
  134. //
  135. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  136. this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
  137. this.Column1.HeaderText = "코드";
  138. this.Column1.Name = "Column1";
  139. this.Column1.ReadOnly = true;
  140. this.Column1.Width = 80;
  141. //
  142. // Column2
  143. //
  144. this.Column2.HeaderText = "코드명";
  145. this.Column2.Name = "Column2";
  146. this.Column2.ReadOnly = true;
  147. this.Column2.Width = 240;
  148. //
  149. // frmModalGroupList
  150. //
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  152. this.BackColor = System.Drawing.Color.WhiteSmoke;
  153. this.ClientSize = new System.Drawing.Size(474, 424);
  154. this.Controls.Add(this.btnCancel);
  155. this.Controls.Add(this.btnSaveOK);
  156. this.Controls.Add(this.groupBox1);
  157. this.Controls.Add(this.dataGridView1);
  158. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  159. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  160. this.MaximizeBox = false;
  161. this.MinimizeBox = false;
  162. this.Name = "frmModalGroupList";
  163. this.Text = "그룹검색";
  164. this.Load += new System.EventHandler(this.frmModalGroupList_Load);
  165. this.groupBox1.ResumeLayout(false);
  166. this.groupBox1.PerformLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  168. this.ResumeLayout(false);
  169. }
  170. #endregion
  171. private System.Windows.Forms.Button btnCancel;
  172. private System.Windows.Forms.Button btnSaveOK;
  173. private System.Windows.Forms.GroupBox groupBox1;
  174. private System.Windows.Forms.Label label1;
  175. private System.Windows.Forms.Button btnOK;
  176. private System.Windows.Forms.TextBox txtSearchKey;
  177. private System.Windows.Forms.DataGridView dataGridView1;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  181. }
  182. }