IOTransmissionAbutmentForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace IOTransmissionAbutment
  2. {
  3. partial class IOTransmissionAbutmentForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IOTransmissionAbutmentForm));
  30. this.lvGate = new System.Windows.Forms.ListView();
  31. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.btnAdd = new System.Windows.Forms.Button();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txtIP = new System.Windows.Forms.TextBox();
  40. this.txtRemark = new System.Windows.Forms.TextBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.btnEdit = new System.Windows.Forms.Button();
  43. this.btnDelete = new System.Windows.Forms.Button();
  44. this.txtName = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.MainDGV = new System.Windows.Forms.DataGridView();
  47. this.pnlMain = new System.Windows.Forms.Panel();
  48. this.TmRenew = new System.Windows.Forms.Timer(this.components);
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.MainDGV)).BeginInit();
  51. this.pnlMain.SuspendLayout();
  52. this.groupBox1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // lvGate
  56. //
  57. this.lvGate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)));
  59. this.lvGate.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  60. this.columnHeader8,
  61. this.columnHeader3,
  62. this.columnHeader2,
  63. this.columnHeader10,
  64. this.columnHeader6,
  65. this.columnHeader7});
  66. this.lvGate.FullRowSelect = true;
  67. this.lvGate.GridLines = true;
  68. this.lvGate.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  69. this.lvGate.HideSelection = false;
  70. this.lvGate.Location = new System.Drawing.Point(-6, 0);
  71. this.lvGate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  72. this.lvGate.MultiSelect = false;
  73. this.lvGate.Name = "lvGate";
  74. this.lvGate.Size = new System.Drawing.Size(725, 275);
  75. this.lvGate.TabIndex = 21;
  76. this.lvGate.UseCompatibleStateImageBehavior = false;
  77. this.lvGate.View = System.Windows.Forms.View.Details;
  78. //
  79. // columnHeader8
  80. //
  81. this.columnHeader8.Text = "设备ID";
  82. this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  83. this.columnHeader8.Width = 66;
  84. //
  85. // columnHeader3
  86. //
  87. this.columnHeader3.Text = "对接库位";
  88. this.columnHeader3.Width = 96;
  89. //
  90. // columnHeader2
  91. //
  92. this.columnHeader2.Text = "IP";
  93. this.columnHeader2.Width = 112;
  94. //
  95. // columnHeader10
  96. //
  97. this.columnHeader10.Text = "创建时间";
  98. this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  99. this.columnHeader10.Width = 159;
  100. //
  101. // columnHeader6
  102. //
  103. this.columnHeader6.Text = "更新时间";
  104. this.columnHeader6.Width = 154;
  105. //
  106. // columnHeader7
  107. //
  108. this.columnHeader7.Text = "备注说明";
  109. this.columnHeader7.Width = 134;
  110. //
  111. // btnAdd
  112. //
  113. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  114. this.btnAdd.Location = new System.Drawing.Point(14, 229);
  115. this.btnAdd.Name = "btnAdd";
  116. this.btnAdd.Size = new System.Drawing.Size(75, 33);
  117. this.btnAdd.TabIndex = 22;
  118. this.btnAdd.Text = "添加";
  119. this.btnAdd.UseVisualStyleBackColor = true;
  120. //
  121. // label1
  122. //
  123. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  124. this.label1.AutoSize = true;
  125. this.label1.Location = new System.Drawing.Point(752, 160);
  126. this.label1.Name = "label1";
  127. this.label1.Size = new System.Drawing.Size(25, 21);
  128. this.label1.TabIndex = 23;
  129. this.label1.Text = "IP";
  130. //
  131. // txtIP
  132. //
  133. this.txtIP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  134. this.txtIP.Location = new System.Drawing.Point(870, 157);
  135. this.txtIP.Name = "txtIP";
  136. this.txtIP.Size = new System.Drawing.Size(139, 29);
  137. this.txtIP.TabIndex = 24;
  138. //
  139. // txtRemark
  140. //
  141. this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  142. this.txtRemark.Location = new System.Drawing.Point(870, 216);
  143. this.txtRemark.Name = "txtRemark";
  144. this.txtRemark.Size = new System.Drawing.Size(139, 29);
  145. this.txtRemark.TabIndex = 26;
  146. //
  147. // label2
  148. //
  149. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  150. this.label2.AutoSize = true;
  151. this.label2.Location = new System.Drawing.Point(752, 219);
  152. this.label2.Name = "label2";
  153. this.label2.Size = new System.Drawing.Size(42, 21);
  154. this.label2.TabIndex = 25;
  155. this.label2.Text = "备注";
  156. //
  157. // btnEdit
  158. //
  159. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  160. this.btnEdit.Location = new System.Drawing.Point(105, 229);
  161. this.btnEdit.Name = "btnEdit";
  162. this.btnEdit.Size = new System.Drawing.Size(75, 33);
  163. this.btnEdit.TabIndex = 29;
  164. this.btnEdit.Text = "修改";
  165. this.btnEdit.UseVisualStyleBackColor = true;
  166. //
  167. // btnDelete
  168. //
  169. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  170. this.btnDelete.Location = new System.Drawing.Point(198, 229);
  171. this.btnDelete.Name = "btnDelete";
  172. this.btnDelete.Size = new System.Drawing.Size(95, 33);
  173. this.btnDelete.TabIndex = 30;
  174. this.btnDelete.Text = "移除";
  175. this.btnDelete.UseVisualStyleBackColor = true;
  176. //
  177. // txtName
  178. //
  179. this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  180. this.txtName.Location = new System.Drawing.Point(870, 99);
  181. this.txtName.Name = "txtName";
  182. this.txtName.Size = new System.Drawing.Size(139, 29);
  183. this.txtName.TabIndex = 32;
  184. //
  185. // label4
  186. //
  187. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  188. this.label4.AutoSize = true;
  189. this.label4.Location = new System.Drawing.Point(752, 102);
  190. this.label4.Name = "label4";
  191. this.label4.Size = new System.Drawing.Size(74, 21);
  192. this.label4.TabIndex = 31;
  193. this.label4.Text = "对接库位";
  194. //
  195. // MainDGV
  196. //
  197. this.MainDGV.AllowUserToAddRows = false;
  198. this.MainDGV.AllowUserToDeleteRows = false;
  199. this.MainDGV.BackgroundColor = System.Drawing.SystemColors.Control;
  200. this.MainDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  201. this.MainDGV.Dock = System.Windows.Forms.DockStyle.Fill;
  202. this.MainDGV.Location = new System.Drawing.Point(0, 0);
  203. this.MainDGV.Margin = new System.Windows.Forms.Padding(0);
  204. this.MainDGV.Name = "MainDGV";
  205. this.MainDGV.ReadOnly = true;
  206. this.MainDGV.RowHeadersWidth = 72;
  207. this.MainDGV.RowTemplate.Height = 23;
  208. this.MainDGV.Size = new System.Drawing.Size(725, 182);
  209. this.MainDGV.TabIndex = 39;
  210. //
  211. // pnlMain
  212. //
  213. this.pnlMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)));
  215. this.pnlMain.AutoScroll = true;
  216. this.pnlMain.Controls.Add(this.MainDGV);
  217. this.pnlMain.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.pnlMain.Location = new System.Drawing.Point(-6, 280);
  219. this.pnlMain.Margin = new System.Windows.Forms.Padding(0);
  220. this.pnlMain.Name = "pnlMain";
  221. this.pnlMain.Size = new System.Drawing.Size(725, 182);
  222. this.pnlMain.TabIndex = 40;
  223. //
  224. // groupBox1
  225. //
  226. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  227. this.groupBox1.Controls.Add(this.btnAdd);
  228. this.groupBox1.Controls.Add(this.btnDelete);
  229. this.groupBox1.Controls.Add(this.btnEdit);
  230. this.groupBox1.Location = new System.Drawing.Point(724, 50);
  231. this.groupBox1.Name = "groupBox1";
  232. this.groupBox1.Size = new System.Drawing.Size(306, 336);
  233. this.groupBox1.TabIndex = 42;
  234. this.groupBox1.TabStop = false;
  235. //
  236. // IOTransmissionAbutmentForm
  237. //
  238. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  239. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  240. this.ClientSize = new System.Drawing.Size(1033, 462);
  241. this.Controls.Add(this.txtName);
  242. this.Controls.Add(this.label4);
  243. this.Controls.Add(this.txtRemark);
  244. this.Controls.Add(this.label2);
  245. this.Controls.Add(this.txtIP);
  246. this.Controls.Add(this.label1);
  247. this.Controls.Add(this.pnlMain);
  248. this.Controls.Add(this.lvGate);
  249. this.Controls.Add(this.groupBox1);
  250. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  252. this.Margin = new System.Windows.Forms.Padding(5);
  253. this.Name = "IOTransmissionAbutmentForm";
  254. this.Text = "IO透传对接设置";
  255. ((System.ComponentModel.ISupportInitialize)(this.MainDGV)).EndInit();
  256. this.pnlMain.ResumeLayout(false);
  257. this.groupBox1.ResumeLayout(false);
  258. this.ResumeLayout(false);
  259. this.PerformLayout();
  260. }
  261. #endregion
  262. private System.Windows.Forms.ListView lvGate;
  263. private System.Windows.Forms.ColumnHeader columnHeader8;
  264. private System.Windows.Forms.ColumnHeader columnHeader10;
  265. private System.Windows.Forms.Button btnAdd;
  266. private System.Windows.Forms.Label label1;
  267. private System.Windows.Forms.TextBox txtIP;
  268. private System.Windows.Forms.TextBox txtRemark;
  269. private System.Windows.Forms.Label label2;
  270. private System.Windows.Forms.Button btnEdit;
  271. private System.Windows.Forms.Button btnDelete;
  272. private System.Windows.Forms.ColumnHeader columnHeader2;
  273. private System.Windows.Forms.ColumnHeader columnHeader3;
  274. private System.Windows.Forms.TextBox txtName;
  275. private System.Windows.Forms.Label label4;
  276. private System.Windows.Forms.DataGridView MainDGV;
  277. private System.Windows.Forms.Panel pnlMain;
  278. private System.Windows.Forms.Timer TmRenew;
  279. private System.Windows.Forms.GroupBox groupBox1;
  280. private System.Windows.Forms.ColumnHeader columnHeader6;
  281. private System.Windows.Forms.ColumnHeader columnHeader7;
  282. }
  283. }