frmModalDeviceList.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. namespace FPER
  2. {
  3. partial class frmModalDeviceList
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.btnSaveOK = new System.Windows.Forms.Button();
  35. this.groupBox1 = new System.Windows.Forms.GroupBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txtReceiverId = new System.Windows.Forms.TextBox();
  39. this.btnOK = new System.Windows.Forms.Button();
  40. this.txtSearchKey = new System.Windows.Forms.TextBox();
  41. this.tabControl1 = new System.Windows.Forms.TabControl();
  42. this.tabPage1 = new System.Windows.Forms.TabPage();
  43. this.cboRepeaterId = new System.Windows.Forms.ComboBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.cboLoopNo = new System.Windows.Forms.ComboBox();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.cboBoardId = new System.Windows.Forms.ComboBox();
  49. this.tabPage2 = new System.Windows.Forms.TabPage();
  50. this.cboIOBoardID = new System.Windows.Forms.ComboBox();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  53. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.groupBox1.SuspendLayout();
  58. this.tabControl1.SuspendLayout();
  59. this.tabPage1.SuspendLayout();
  60. this.tabPage2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // btnCancel
  65. //
  66. this.btnCancel.Location = new System.Drawing.Point(462, 557);
  67. this.btnCancel.Name = "btnCancel";
  68. this.btnCancel.Size = new System.Drawing.Size(100, 33);
  69. this.btnCancel.TabIndex = 13;
  70. this.btnCancel.Text = "취소";
  71. this.btnCancel.UseVisualStyleBackColor = true;
  72. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  73. //
  74. // btnSaveOK
  75. //
  76. this.btnSaveOK.Location = new System.Drawing.Point(344, 557);
  77. this.btnSaveOK.Name = "btnSaveOK";
  78. this.btnSaveOK.Size = new System.Drawing.Size(100, 33);
  79. this.btnSaveOK.TabIndex = 12;
  80. this.btnSaveOK.Text = "확인";
  81. this.btnSaveOK.UseVisualStyleBackColor = true;
  82. this.btnSaveOK.Click += new System.EventHandler(this.btnSaveOK_Click);
  83. //
  84. // groupBox1
  85. //
  86. this.groupBox1.Controls.Add(this.label2);
  87. this.groupBox1.Controls.Add(this.label1);
  88. this.groupBox1.Controls.Add(this.txtReceiverId);
  89. this.groupBox1.Controls.Add(this.btnOK);
  90. this.groupBox1.Controls.Add(this.txtSearchKey);
  91. this.groupBox1.Controls.Add(this.tabControl1);
  92. this.groupBox1.Location = new System.Drawing.Point(3, 2);
  93. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  94. this.groupBox1.Name = "groupBox1";
  95. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  96. this.groupBox1.Size = new System.Drawing.Size(565, 175);
  97. this.groupBox1.TabIndex = 11;
  98. this.groupBox1.TabStop = false;
  99. this.groupBox1.Text = "검색조건";
  100. //
  101. // label2
  102. //
  103. this.label2.AutoSize = true;
  104. this.label2.Location = new System.Drawing.Point(394, 24);
  105. this.label2.Name = "label2";
  106. this.label2.Size = new System.Drawing.Size(69, 16);
  107. this.label2.TabIndex = 74;
  108. this.label2.Text = "수신기ID";
  109. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. //
  111. // label1
  112. //
  113. this.label1.AutoSize = true;
  114. this.label1.Location = new System.Drawing.Point(15, 139);
  115. this.label1.Name = "label1";
  116. this.label1.Size = new System.Drawing.Size(66, 16);
  117. this.label1.TabIndex = 2;
  118. this.label1.Text = "검색어 :";
  119. //
  120. // txtReceiverId
  121. //
  122. this.txtReceiverId.AcceptsReturn = true;
  123. this.txtReceiverId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  124. this.txtReceiverId.Location = new System.Drawing.Point(477, 17);
  125. this.txtReceiverId.MaxLength = 2;
  126. this.txtReceiverId.Name = "txtReceiverId";
  127. this.txtReceiverId.ReadOnly = true;
  128. this.txtReceiverId.Size = new System.Drawing.Size(39, 32);
  129. this.txtReceiverId.TabIndex = 71;
  130. this.txtReceiverId.Text = "01";
  131. this.txtReceiverId.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  132. //
  133. // btnOK
  134. //
  135. this.btnOK.Location = new System.Drawing.Point(456, 125);
  136. this.btnOK.Name = "btnOK";
  137. this.btnOK.Size = new System.Drawing.Size(102, 41);
  138. this.btnOK.TabIndex = 1;
  139. this.btnOK.Text = "검색";
  140. this.btnOK.UseVisualStyleBackColor = true;
  141. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  142. //
  143. // txtSearchKey
  144. //
  145. this.txtSearchKey.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  146. this.txtSearchKey.Location = new System.Drawing.Point(86, 134);
  147. this.txtSearchKey.Margin = new System.Windows.Forms.Padding(4);
  148. this.txtSearchKey.Name = "txtSearchKey";
  149. this.txtSearchKey.Size = new System.Drawing.Size(363, 26);
  150. this.txtSearchKey.TabIndex = 0;
  151. //
  152. // tabControl1
  153. //
  154. this.tabControl1.Controls.Add(this.tabPage1);
  155. this.tabControl1.Controls.Add(this.tabPage2);
  156. this.tabControl1.Location = new System.Drawing.Point(9, 34);
  157. this.tabControl1.Name = "tabControl1";
  158. this.tabControl1.SelectedIndex = 0;
  159. this.tabControl1.Size = new System.Drawing.Size(549, 85);
  160. this.tabControl1.TabIndex = 81;
  161. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  162. //
  163. // tabPage1
  164. //
  165. this.tabPage1.BackColor = System.Drawing.Color.Silver;
  166. this.tabPage1.Controls.Add(this.cboRepeaterId);
  167. this.tabPage1.Controls.Add(this.label5);
  168. this.tabPage1.Controls.Add(this.label3);
  169. this.tabPage1.Controls.Add(this.cboLoopNo);
  170. this.tabPage1.Controls.Add(this.label4);
  171. this.tabPage1.Controls.Add(this.cboBoardId);
  172. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  173. this.tabPage1.Name = "tabPage1";
  174. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  175. this.tabPage1.Size = new System.Drawing.Size(541, 56);
  176. this.tabPage1.TabIndex = 0;
  177. this.tabPage1.Text = "통신보드";
  178. //
  179. // cboRepeaterId
  180. //
  181. this.cboRepeaterId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  182. this.cboRepeaterId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  183. this.cboRepeaterId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  184. this.cboRepeaterId.FormattingEnabled = true;
  185. this.cboRepeaterId.IntegralHeight = false;
  186. this.cboRepeaterId.Items.AddRange(new object[] {
  187. "전체"});
  188. this.cboRepeaterId.Location = new System.Drawing.Point(439, 13);
  189. this.cboRepeaterId.Name = "cboRepeaterId";
  190. this.cboRepeaterId.Size = new System.Drawing.Size(93, 29);
  191. this.cboRepeaterId.TabIndex = 80;
  192. //
  193. // label5
  194. //
  195. this.label5.AutoSize = true;
  196. this.label5.Location = new System.Drawing.Point(367, 19);
  197. this.label5.Name = "label5";
  198. this.label5.Size = new System.Drawing.Size(69, 16);
  199. this.label5.TabIndex = 79;
  200. this.label5.Text = "중계기ID";
  201. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  202. //
  203. // label3
  204. //
  205. this.label3.AutoSize = true;
  206. this.label3.Location = new System.Drawing.Point(9, 19);
  207. this.label3.Name = "label3";
  208. this.label3.Size = new System.Drawing.Size(85, 16);
  209. this.label3.TabIndex = 75;
  210. this.label3.Text = "통신보드ID";
  211. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  212. //
  213. // cboLoopNo
  214. //
  215. this.cboLoopNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  216. this.cboLoopNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  217. this.cboLoopNo.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  218. this.cboLoopNo.FormattingEnabled = true;
  219. this.cboLoopNo.IntegralHeight = false;
  220. this.cboLoopNo.Items.AddRange(new object[] {
  221. "전체"});
  222. this.cboLoopNo.Location = new System.Drawing.Point(258, 13);
  223. this.cboLoopNo.Name = "cboLoopNo";
  224. this.cboLoopNo.Size = new System.Drawing.Size(93, 29);
  225. this.cboLoopNo.TabIndex = 78;
  226. this.cboLoopNo.SelectedIndexChanged += new System.EventHandler(this.cboLoopNo_SelectedIndexChanged);
  227. //
  228. // label4
  229. //
  230. this.label4.AutoSize = true;
  231. this.label4.Location = new System.Drawing.Point(204, 19);
  232. this.label4.Name = "label4";
  233. this.label4.Size = new System.Drawing.Size(51, 16);
  234. this.label4.TabIndex = 76;
  235. this.label4.Text = "LOOP";
  236. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  237. //
  238. // cboBoardId
  239. //
  240. this.cboBoardId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  241. this.cboBoardId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  242. this.cboBoardId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  243. this.cboBoardId.FormattingEnabled = true;
  244. this.cboBoardId.IntegralHeight = false;
  245. this.cboBoardId.Items.AddRange(new object[] {
  246. "전체"});
  247. this.cboBoardId.Location = new System.Drawing.Point(98, 13);
  248. this.cboBoardId.Name = "cboBoardId";
  249. this.cboBoardId.Size = new System.Drawing.Size(93, 29);
  250. this.cboBoardId.TabIndex = 77;
  251. this.cboBoardId.SelectedIndexChanged += new System.EventHandler(this.cboBoardId_SelectedIndexChanged);
  252. //
  253. // tabPage2
  254. //
  255. this.tabPage2.BackColor = System.Drawing.Color.Silver;
  256. this.tabPage2.Controls.Add(this.cboIOBoardID);
  257. this.tabPage2.Controls.Add(this.label6);
  258. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  259. this.tabPage2.Name = "tabPage2";
  260. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  261. this.tabPage2.Size = new System.Drawing.Size(541, 56);
  262. this.tabPage2.TabIndex = 1;
  263. this.tabPage2.Text = "I/O보드";
  264. //
  265. // cboIOBoardID
  266. //
  267. this.cboIOBoardID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  268. this.cboIOBoardID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  269. this.cboIOBoardID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  270. this.cboIOBoardID.FormattingEnabled = true;
  271. this.cboIOBoardID.IntegralHeight = false;
  272. this.cboIOBoardID.Items.AddRange(new object[] {
  273. "전체"});
  274. this.cboIOBoardID.Location = new System.Drawing.Point(98, 13);
  275. this.cboIOBoardID.Name = "cboIOBoardID";
  276. this.cboIOBoardID.Size = new System.Drawing.Size(93, 29);
  277. this.cboIOBoardID.TabIndex = 82;
  278. //
  279. // label6
  280. //
  281. this.label6.AutoSize = true;
  282. this.label6.Location = new System.Drawing.Point(37, 19);
  283. this.label6.Name = "label6";
  284. this.label6.Size = new System.Drawing.Size(53, 16);
  285. this.label6.TabIndex = 81;
  286. this.label6.Text = "보드ID";
  287. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  288. //
  289. // dataGridView1
  290. //
  291. this.dataGridView1.AllowUserToAddRows = false;
  292. this.dataGridView1.AllowUserToDeleteRows = false;
  293. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  294. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  295. dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  296. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  297. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  298. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  299. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  300. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  301. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  302. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  303. this.Column3,
  304. this.Column1,
  305. this.Column2,
  306. this.Column4});
  307. this.dataGridView1.Location = new System.Drawing.Point(3, 185);
  308. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
  309. this.dataGridView1.Name = "dataGridView1";
  310. this.dataGridView1.RowTemplate.Height = 23;
  311. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  312. this.dataGridView1.Size = new System.Drawing.Size(565, 365);
  313. this.dataGridView1.TabIndex = 10;
  314. //
  315. // Column3
  316. //
  317. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  318. this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
  319. this.Column3.HeaderText = "회로번호";
  320. this.Column3.Name = "Column3";
  321. this.Column3.ReadOnly = true;
  322. this.Column3.Width = 150;
  323. //
  324. // Column1
  325. //
  326. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  327. this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
  328. this.Column1.HeaderText = "연동내용";
  329. this.Column1.Name = "Column1";
  330. this.Column1.ReadOnly = true;
  331. this.Column1.Width = 150;
  332. //
  333. // Column2
  334. //
  335. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  336. this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
  337. this.Column2.HeaderText = "위치내용";
  338. this.Column2.Name = "Column2";
  339. this.Column2.ReadOnly = true;
  340. this.Column2.Width = 150;
  341. //
  342. // Column4
  343. //
  344. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  345. this.Column4.DefaultCellStyle = dataGridViewCellStyle5;
  346. this.Column4.HeaderText = "회로설명";
  347. this.Column4.Name = "Column4";
  348. this.Column4.ReadOnly = true;
  349. this.Column4.Width = 200;
  350. //
  351. // frmModalDeviceList
  352. //
  353. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  354. this.BackColor = System.Drawing.Color.WhiteSmoke;
  355. this.ClientSize = new System.Drawing.Size(574, 602);
  356. this.Controls.Add(this.btnCancel);
  357. this.Controls.Add(this.btnSaveOK);
  358. this.Controls.Add(this.groupBox1);
  359. this.Controls.Add(this.dataGridView1);
  360. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  361. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  362. this.Margin = new System.Windows.Forms.Padding(4);
  363. this.MaximizeBox = false;
  364. this.MinimizeBox = false;
  365. this.Name = "frmModalDeviceList";
  366. this.Text = "회로검색";
  367. this.Load += new System.EventHandler(this.frmModalDeviceList_Load);
  368. this.groupBox1.ResumeLayout(false);
  369. this.groupBox1.PerformLayout();
  370. this.tabControl1.ResumeLayout(false);
  371. this.tabPage1.ResumeLayout(false);
  372. this.tabPage1.PerformLayout();
  373. this.tabPage2.ResumeLayout(false);
  374. this.tabPage2.PerformLayout();
  375. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  376. this.ResumeLayout(false);
  377. }
  378. #endregion
  379. private System.Windows.Forms.Button btnCancel;
  380. private System.Windows.Forms.Button btnSaveOK;
  381. private System.Windows.Forms.GroupBox groupBox1;
  382. private System.Windows.Forms.Label label1;
  383. private System.Windows.Forms.Button btnOK;
  384. private System.Windows.Forms.TextBox txtSearchKey;
  385. private System.Windows.Forms.DataGridView dataGridView1;
  386. private System.Windows.Forms.TextBox txtReceiverId;
  387. private System.Windows.Forms.ComboBox cboBoardId;
  388. private System.Windows.Forms.Label label4;
  389. private System.Windows.Forms.Label label3;
  390. private System.Windows.Forms.Label label2;
  391. private System.Windows.Forms.ComboBox cboLoopNo;
  392. private System.Windows.Forms.ComboBox cboRepeaterId;
  393. private System.Windows.Forms.Label label5;
  394. private System.Windows.Forms.TabControl tabControl1;
  395. private System.Windows.Forms.TabPage tabPage1;
  396. private System.Windows.Forms.TabPage tabPage2;
  397. private System.Windows.Forms.ComboBox cboIOBoardID;
  398. private System.Windows.Forms.Label label6;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  403. }
  404. }