frmPositionCode.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace FPER
  2. {
  3. partial class frmPositionCode
  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.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
  29. "000000",
  30. "그룹명입니다"}, -1);
  31. this.lblDir = new System.Windows.Forms.Label();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.btnWinClose = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  36. this.panelPosition = new System.Windows.Forms.Panel();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.txtPositionCode = new System.Windows.Forms.TextBox();
  40. this.txtPositionName = new System.Windows.Forms.TextBox();
  41. this.label73 = new System.Windows.Forms.Label();
  42. this.btnPositionCancel = new System.Windows.Forms.Button();
  43. this.btnPositionAdd = new System.Windows.Forms.Button();
  44. this.btnPositionOK = new System.Windows.Forms.Button();
  45. this.btnPositionDel = new System.Windows.Forms.Button();
  46. this.ListView1 = new System.Windows.Forms.ListView();
  47. this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  48. this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  49. this.panel1.SuspendLayout();
  50. this.panelPosition.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // lblDir
  54. //
  55. this.lblDir.AutoSize = true;
  56. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  57. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  58. this.lblDir.ForeColor = System.Drawing.Color.White;
  59. this.lblDir.Location = new System.Drawing.Point(12, 9);
  60. this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.lblDir.Name = "lblDir";
  62. this.lblDir.Size = new System.Drawing.Size(206, 21);
  63. this.lblDir.TabIndex = 10;
  64. this.lblDir.Text = "시작 > 위치코드설정";
  65. //
  66. // panel1
  67. //
  68. this.panel1.BackColor = System.Drawing.Color.Black;
  69. this.panel1.Controls.Add(this.btnWinClose);
  70. this.panel1.Controls.Add(this.lblDir);
  71. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.panel1.Location = new System.Drawing.Point(0, 0);
  73. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(1078, 44);
  76. this.panel1.TabIndex = 11;
  77. //
  78. // btnWinClose
  79. //
  80. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.창닫기;
  81. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  82. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  83. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  84. this.btnWinClose.Location = new System.Drawing.Point(1049, 9);
  85. this.btnWinClose.Name = "btnWinClose";
  86. this.btnWinClose.Size = new System.Drawing.Size(23, 23);
  87. this.btnWinClose.TabIndex = 171;
  88. this.btnWinClose.UseVisualStyleBackColor = false;
  89. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  90. //
  91. // button1
  92. //
  93. this.button1.BackColor = System.Drawing.Color.LightGray;
  94. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  95. this.button1.Location = new System.Drawing.Point(15, 58);
  96. this.button1.Name = "button1";
  97. this.button1.Size = new System.Drawing.Size(104, 32);
  98. this.button1.TabIndex = 159;
  99. this.button1.Text = "수신기검색";
  100. this.button1.UseVisualStyleBackColor = false;
  101. //
  102. // txtThisReceiverID
  103. //
  104. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  105. this.txtThisReceiverID.Location = new System.Drawing.Point(119, 58);
  106. this.txtThisReceiverID.Name = "txtThisReceiverID";
  107. this.txtThisReceiverID.ReadOnly = true;
  108. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 32);
  109. this.txtThisReceiverID.TabIndex = 158;
  110. this.txtThisReceiverID.Text = "00";
  111. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  112. //
  113. // panelPosition
  114. //
  115. this.panelPosition.Controls.Add(this.label5);
  116. this.panelPosition.Controls.Add(this.label6);
  117. this.panelPosition.Controls.Add(this.txtPositionCode);
  118. this.panelPosition.Controls.Add(this.txtPositionName);
  119. this.panelPosition.Controls.Add(this.label73);
  120. this.panelPosition.Location = new System.Drawing.Point(18, 113);
  121. this.panelPosition.Name = "panelPosition";
  122. this.panelPosition.Size = new System.Drawing.Size(376, 81);
  123. this.panelPosition.TabIndex = 165;
  124. //
  125. // label5
  126. //
  127. this.label5.BackColor = System.Drawing.Color.WhiteSmoke;
  128. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.label5.Location = new System.Drawing.Point(147, 26);
  130. this.label5.Name = "label5";
  131. this.label5.Size = new System.Drawing.Size(226, 26);
  132. this.label5.TabIndex = 62;
  133. this.label5.Text = "위치명";
  134. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  135. //
  136. // label6
  137. //
  138. this.label6.BackColor = System.Drawing.Color.WhiteSmoke;
  139. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  140. this.label6.Location = new System.Drawing.Point(2, 26);
  141. this.label6.Name = "label6";
  142. this.label6.Size = new System.Drawing.Size(146, 26);
  143. this.label6.TabIndex = 61;
  144. this.label6.Text = "위치코드";
  145. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  146. //
  147. // txtPositionCode
  148. //
  149. this.txtPositionCode.ImeMode = System.Windows.Forms.ImeMode.Alpha;
  150. this.txtPositionCode.Location = new System.Drawing.Point(2, 51);
  151. this.txtPositionCode.MaxLength = 2;
  152. this.txtPositionCode.Name = "txtPositionCode";
  153. this.txtPositionCode.Size = new System.Drawing.Size(146, 26);
  154. this.txtPositionCode.TabIndex = 24;
  155. this.txtPositionCode.Text = "GI0001";
  156. this.txtPositionCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  157. //
  158. // txtPositionName
  159. //
  160. this.txtPositionName.Location = new System.Drawing.Point(147, 51);
  161. this.txtPositionName.MaxLength = 40;
  162. this.txtPositionName.Name = "txtPositionName";
  163. this.txtPositionName.Size = new System.Drawing.Size(226, 26);
  164. this.txtPositionName.TabIndex = 25;
  165. //
  166. // label73
  167. //
  168. this.label73.BackColor = System.Drawing.Color.Gold;
  169. this.label73.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  170. this.label73.Location = new System.Drawing.Point(2, 2);
  171. this.label73.Name = "label73";
  172. this.label73.Size = new System.Drawing.Size(371, 25);
  173. this.label73.TabIndex = 52;
  174. this.label73.Text = "위치코드리스트";
  175. this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // btnPositionCancel
  178. //
  179. this.btnPositionCancel.Location = new System.Drawing.Point(248, 196);
  180. this.btnPositionCancel.Name = "btnPositionCancel";
  181. this.btnPositionCancel.Size = new System.Drawing.Size(71, 34);
  182. this.btnPositionCancel.TabIndex = 164;
  183. this.btnPositionCancel.Text = "취소";
  184. this.btnPositionCancel.UseVisualStyleBackColor = true;
  185. this.btnPositionCancel.Visible = false;
  186. this.btnPositionCancel.Click += new System.EventHandler(this.btnPositionCancel_Click);
  187. //
  188. // btnPositionAdd
  189. //
  190. this.btnPositionAdd.Location = new System.Drawing.Point(19, 196);
  191. this.btnPositionAdd.Name = "btnPositionAdd";
  192. this.btnPositionAdd.Size = new System.Drawing.Size(71, 34);
  193. this.btnPositionAdd.TabIndex = 161;
  194. this.btnPositionAdd.Text = "추가";
  195. this.btnPositionAdd.UseVisualStyleBackColor = true;
  196. this.btnPositionAdd.Click += new System.EventHandler(this.btnPositionAdd_Click);
  197. //
  198. // btnPositionOK
  199. //
  200. this.btnPositionOK.Location = new System.Drawing.Point(320, 196);
  201. this.btnPositionOK.Name = "btnPositionOK";
  202. this.btnPositionOK.Size = new System.Drawing.Size(71, 34);
  203. this.btnPositionOK.TabIndex = 162;
  204. this.btnPositionOK.Text = "확인";
  205. this.btnPositionOK.UseVisualStyleBackColor = true;
  206. this.btnPositionOK.Click += new System.EventHandler(this.btnPositionOK_Click);
  207. //
  208. // btnPositionDel
  209. //
  210. this.btnPositionDel.Location = new System.Drawing.Point(90, 196);
  211. this.btnPositionDel.Name = "btnPositionDel";
  212. this.btnPositionDel.Size = new System.Drawing.Size(71, 34);
  213. this.btnPositionDel.TabIndex = 163;
  214. this.btnPositionDel.Text = "삭제";
  215. this.btnPositionDel.UseVisualStyleBackColor = true;
  216. this.btnPositionDel.Click += new System.EventHandler(this.btnPositionDel_Click);
  217. //
  218. // ListView1
  219. //
  220. this.ListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  221. this.columnHeader1,
  222. this.columnHeader2});
  223. this.ListView1.FullRowSelect = true;
  224. this.ListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  225. listViewItem1});
  226. this.ListView1.Location = new System.Drawing.Point(400, 115);
  227. this.ListView1.MultiSelect = false;
  228. this.ListView1.Name = "ListView1";
  229. this.ListView1.Size = new System.Drawing.Size(656, 696);
  230. this.ListView1.TabIndex = 160;
  231. this.ListView1.UseCompatibleStateImageBehavior = false;
  232. this.ListView1.View = System.Windows.Forms.View.Details;
  233. this.ListView1.SelectedIndexChanged += new System.EventHandler(this.ListView1_SelectedIndexChanged);
  234. //
  235. // columnHeader1
  236. //
  237. this.columnHeader1.Text = "위치코드";
  238. this.columnHeader1.Width = 120;
  239. //
  240. // columnHeader2
  241. //
  242. this.columnHeader2.Text = "위치명";
  243. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  244. this.columnHeader2.Width = 301;
  245. //
  246. // frmPositionCode
  247. //
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  249. this.BackColor = System.Drawing.Color.WhiteSmoke;
  250. this.ClientSize = new System.Drawing.Size(1078, 823);
  251. this.Controls.Add(this.panelPosition);
  252. this.Controls.Add(this.btnPositionCancel);
  253. this.Controls.Add(this.btnPositionAdd);
  254. this.Controls.Add(this.btnPositionOK);
  255. this.Controls.Add(this.btnPositionDel);
  256. this.Controls.Add(this.ListView1);
  257. this.Controls.Add(this.button1);
  258. this.Controls.Add(this.txtThisReceiverID);
  259. this.Controls.Add(this.panel1);
  260. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  261. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  262. this.Margin = new System.Windows.Forms.Padding(4);
  263. this.Name = "frmPositionCode";
  264. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  265. this.Text = "위치코드등록";
  266. this.Load += new System.EventHandler(this.frmPositionCode_Load);
  267. this.panel1.ResumeLayout(false);
  268. this.panel1.PerformLayout();
  269. this.panelPosition.ResumeLayout(false);
  270. this.panelPosition.PerformLayout();
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private System.Windows.Forms.Label lblDir;
  276. private System.Windows.Forms.Panel panel1;
  277. private System.Windows.Forms.Button btnWinClose;
  278. private System.Windows.Forms.Button button1;
  279. private System.Windows.Forms.TextBox txtThisReceiverID;
  280. private System.Windows.Forms.Panel panelPosition;
  281. private System.Windows.Forms.Label label5;
  282. private System.Windows.Forms.TextBox txtPositionCode;
  283. private System.Windows.Forms.TextBox txtPositionName;
  284. private System.Windows.Forms.Label label6;
  285. private System.Windows.Forms.Label label73;
  286. private System.Windows.Forms.Button btnPositionCancel;
  287. private System.Windows.Forms.Button btnPositionAdd;
  288. private System.Windows.Forms.Button btnPositionOK;
  289. private System.Windows.Forms.Button btnPositionDel;
  290. private System.Windows.Forms.ListView ListView1;
  291. private System.Windows.Forms.ColumnHeader columnHeader1;
  292. private System.Windows.Forms.ColumnHeader columnHeader2;
  293. }
  294. }