WirelessDockingSystem.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. 
  2. namespace AGV_WPF
  3. {
  4. partial class WirelessDockingSystem
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  32. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33. this.tabPage2 = new System.Windows.Forms.TabPage();
  34. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  38. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.设备名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.更新时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.tabControl1 = new System.Windows.Forms.TabControl();
  43. this.tabPage3 = new System.Windows.Forms.TabPage();
  44. richTextBox2 = new System.Windows.Forms.RichTextBox();
  45. this.tabPage2.SuspendLayout();
  46. this.tabPage1.SuspendLayout();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  49. this.tabControl1.SuspendLayout();
  50. this.tabPage3.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // menuStrip1
  54. //
  55. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  56. this.menuStrip1.Name = "menuStrip1";
  57. this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3);
  58. this.menuStrip1.Size = new System.Drawing.Size(1228, 24);
  59. this.menuStrip1.TabIndex = 0;
  60. this.menuStrip1.Text = "menuStrip1";
  61. //
  62. // statusStrip1
  63. //
  64. this.statusStrip1.Location = new System.Drawing.Point(0, 504);
  65. this.statusStrip1.Name = "statusStrip1";
  66. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
  67. this.statusStrip1.Size = new System.Drawing.Size(1228, 22);
  68. this.statusStrip1.TabIndex = 1;
  69. this.statusStrip1.Text = "statusStrip1";
  70. //
  71. // tabPage2
  72. //
  73. this.tabPage2.Controls.Add(this.richTextBox1);
  74. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  75. this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
  76. this.tabPage2.Name = "tabPage2";
  77. this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
  78. this.tabPage2.Size = new System.Drawing.Size(1053, 446);
  79. this.tabPage2.TabIndex = 1;
  80. this.tabPage2.Text = "透传信息";
  81. this.tabPage2.UseVisualStyleBackColor = true;
  82. //
  83. // richTextBox1
  84. //
  85. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.richTextBox1.Font = new System.Drawing.Font("宋体", 12F);
  87. this.richTextBox1.Location = new System.Drawing.Point(4, 4);
  88. this.richTextBox1.Name = "richTextBox1";
  89. this.richTextBox1.Size = new System.Drawing.Size(1045, 438);
  90. this.richTextBox1.TabIndex = 0;
  91. this.richTextBox1.Text = "";
  92. //
  93. // tabPage1
  94. //
  95. this.tabPage1.Controls.Add(this.panel1);
  96. this.tabPage1.Font = new System.Drawing.Font("宋体", 9F);
  97. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  98. this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
  99. this.tabPage1.Name = "tabPage1";
  100. this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
  101. this.tabPage1.Size = new System.Drawing.Size(1220, 446);
  102. this.tabPage1.TabIndex = 0;
  103. this.tabPage1.Text = "IO透传";
  104. this.tabPage1.UseVisualStyleBackColor = true;
  105. //
  106. // panel1
  107. //
  108. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.panel1.Controls.Add(this.dataGridView1);
  112. this.panel1.Location = new System.Drawing.Point(3, 3);
  113. this.panel1.Name = "panel1";
  114. this.panel1.Size = new System.Drawing.Size(1215, 350);
  115. this.panel1.TabIndex = 1;
  116. //
  117. // dataGridView1
  118. //
  119. this.dataGridView1.AllowUserToAddRows = false;
  120. this.dataGridView1.AllowUserToDeleteRows = false;
  121. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  122. this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  123. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  125. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
  126. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  127. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  130. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  131. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  132. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  133. this.序号,
  134. this.设备名称,
  135. this.地址,
  136. this.更新时间});
  137. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  139. this.dataGridView1.Name = "dataGridView1";
  140. this.dataGridView1.ReadOnly = true;
  141. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle2;
  144. this.dataGridView1.RowTemplate.Height = 23;
  145. this.dataGridView1.Size = new System.Drawing.Size(1215, 350);
  146. this.dataGridView1.TabIndex = 0;
  147. //
  148. // 序号
  149. //
  150. this.序号.HeaderText = "序号";
  151. this.序号.Name = "序号";
  152. this.序号.ReadOnly = true;
  153. this.序号.Width = 54;
  154. //
  155. // 设备名称
  156. //
  157. this.设备名称.HeaderText = "设备名称";
  158. this.设备名称.Name = "设备名称";
  159. this.设备名称.ReadOnly = true;
  160. this.设备名称.Width = 78;
  161. //
  162. // 地址
  163. //
  164. this.地址.HeaderText = "地址";
  165. this.地址.Name = "地址";
  166. this.地址.ReadOnly = true;
  167. this.地址.Width = 54;
  168. //
  169. // 更新时间
  170. //
  171. this.更新时间.HeaderText = "更新时间";
  172. this.更新时间.Name = "更新时间";
  173. this.更新时间.ReadOnly = true;
  174. this.更新时间.Width = 78;
  175. //
  176. // tabControl1
  177. //
  178. this.tabControl1.Controls.Add(this.tabPage1);
  179. this.tabControl1.Controls.Add(this.tabPage2);
  180. this.tabControl1.Controls.Add(this.tabPage3);
  181. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.tabControl1.Font = new System.Drawing.Font("宋体", 15F);
  183. this.tabControl1.Location = new System.Drawing.Point(0, 24);
  184. this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
  185. this.tabControl1.Name = "tabControl1";
  186. this.tabControl1.SelectedIndex = 0;
  187. this.tabControl1.Size = new System.Drawing.Size(1228, 480);
  188. this.tabControl1.TabIndex = 2;
  189. //
  190. // tabPage3
  191. //
  192. this.tabPage3.Controls.Add(richTextBox2);
  193. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  194. this.tabPage3.Name = "tabPage3";
  195. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  196. this.tabPage3.Size = new System.Drawing.Size(1053, 446);
  197. this.tabPage3.TabIndex = 2;
  198. this.tabPage3.Text = "询问信息";
  199. this.tabPage3.UseVisualStyleBackColor = true;
  200. //
  201. // richTextBox2
  202. //
  203. richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  204. richTextBox2.Font = new System.Drawing.Font("宋体", 12F);
  205. richTextBox2.Location = new System.Drawing.Point(3, 3);
  206. richTextBox2.Name = "richTextBox2";
  207. richTextBox2.Size = new System.Drawing.Size(1047, 440);
  208. richTextBox2.TabIndex = 1;
  209. richTextBox2.Text = "";
  210. //
  211. // WirelessDockingSystem
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(1228, 526);
  216. this.Controls.Add(this.tabControl1);
  217. this.Controls.Add(this.statusStrip1);
  218. this.Controls.Add(this.menuStrip1);
  219. this.Font = new System.Drawing.Font("宋体", 12F);
  220. this.MainMenuStrip = this.menuStrip1;
  221. this.Margin = new System.Windows.Forms.Padding(4);
  222. this.Name = "WirelessDockingSystem";
  223. this.Text = "无线对接系统";
  224. this.Load += new System.EventHandler(this.WirelessDockingSystem_Load);
  225. this.tabPage2.ResumeLayout(false);
  226. this.tabPage1.ResumeLayout(false);
  227. this.panel1.ResumeLayout(false);
  228. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  229. this.tabControl1.ResumeLayout(false);
  230. this.tabPage3.ResumeLayout(false);
  231. this.ResumeLayout(false);
  232. this.PerformLayout();
  233. }
  234. #endregion
  235. private System.Windows.Forms.MenuStrip menuStrip1;
  236. private System.Windows.Forms.StatusStrip statusStrip1;
  237. private System.Windows.Forms.TabPage tabPage2;
  238. private System.Windows.Forms.RichTextBox richTextBox1;
  239. private System.Windows.Forms.TabPage tabPage1;
  240. private System.Windows.Forms.Panel panel1;
  241. private System.Windows.Forms.DataGridView dataGridView1;
  242. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  243. private System.Windows.Forms.DataGridViewTextBoxColumn 设备名称;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn 地址;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn 更新时间;
  246. private System.Windows.Forms.TabControl tabControl1;
  247. private System.Windows.Forms.TabPage tabPage3;
  248. private System.Windows.Forms.RichTextBox richTextBox2;
  249. }
  250. }