frmTestUI.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmTestUI
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTestUI));
  31. this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.textBoxEx2 = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.buttonEx3 = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.buttonEx4 = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.pictureBoxEx1 = new LYFZ.ComponentLibrary.PictureBoxEx();
  42. this.buttonEx5 = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.buttonEx6 = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.buttonEx7 = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.buttonEx8 = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.plExMainContainer.SuspendLayout();
  47. this.plFormMainContent.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // plExMainContainer
  53. //
  54. this.plExMainContainer.Controls.Add(this.pictureBoxEx1);
  55. this.plExMainContainer.Controls.Add(this.dataGridViewEx1);
  56. this.plExMainContainer.Controls.Add(this.labelEx3);
  57. this.plExMainContainer.Controls.Add(this.labelEx2);
  58. this.plExMainContainer.Controls.Add(this.labelEx1);
  59. this.plExMainContainer.Controls.Add(this.buttonEx6);
  60. this.plExMainContainer.Controls.Add(this.buttonEx5);
  61. this.plExMainContainer.Controls.Add(this.buttonEx4);
  62. this.plExMainContainer.Controls.Add(this.buttonEx3);
  63. this.plExMainContainer.Controls.Add(this.buttonEx2);
  64. this.plExMainContainer.Controls.Add(this.buttonEx7);
  65. this.plExMainContainer.Controls.Add(this.buttonEx8);
  66. this.plExMainContainer.Controls.Add(this.buttonEx1);
  67. this.plExMainContainer.Controls.Add(this.textBoxEx2);
  68. this.plExMainContainer.Controls.Add(this.textBoxEx1);
  69. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  70. this.plExMainContainer.Size = new System.Drawing.Size(910, 652);
  71. //
  72. // plFormMainContent
  73. //
  74. this.plFormMainContent.Size = new System.Drawing.Size(910, 692);
  75. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  76. //
  77. // btnAppFormMaximize
  78. //
  79. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  80. //
  81. // btnAppFormExit
  82. //
  83. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  84. //
  85. // btnAppFormMinimize
  86. //
  87. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  88. //
  89. // textBoxEx1
  90. //
  91. this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
  92. this.textBoxEx1.Icon = null;
  93. this.textBoxEx1.IconIsButton = false;
  94. this.textBoxEx1.IsPasswordChat = '\0';
  95. this.textBoxEx1.IsSystemPasswordChar = false;
  96. this.textBoxEx1.Lines = new string[0];
  97. this.textBoxEx1.Location = new System.Drawing.Point(9, 21);
  98. this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
  99. this.textBoxEx1.MaxLength = 327670;
  100. this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26);
  101. this.textBoxEx1.MouseBack = null;
  102. this.textBoxEx1.Multiline = true;
  103. this.textBoxEx1.Name = "textBoxEx1";
  104. this.textBoxEx1.NormlBack = null;
  105. this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
  106. this.textBoxEx1.ReadOnly = false;
  107. this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  108. this.textBoxEx1.Size = new System.Drawing.Size(392, 337);
  109. this.textBoxEx1.TabIndex = 0;
  110. this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  111. this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
  112. this.textBoxEx1.WaterText = "发送框";
  113. this.textBoxEx1.WordWrap = true;
  114. //
  115. // textBoxEx2
  116. //
  117. this.textBoxEx2.BackColor = System.Drawing.Color.Transparent;
  118. this.textBoxEx2.Icon = null;
  119. this.textBoxEx2.IconIsButton = false;
  120. this.textBoxEx2.IsPasswordChat = '\0';
  121. this.textBoxEx2.IsSystemPasswordChar = false;
  122. this.textBoxEx2.Lines = new string[0];
  123. this.textBoxEx2.Location = new System.Drawing.Point(488, 21);
  124. this.textBoxEx2.Margin = new System.Windows.Forms.Padding(0);
  125. this.textBoxEx2.MaxLength = 327670;
  126. this.textBoxEx2.MinimumSize = new System.Drawing.Size(0, 26);
  127. this.textBoxEx2.MouseBack = null;
  128. this.textBoxEx2.Multiline = true;
  129. this.textBoxEx2.Name = "textBoxEx2";
  130. this.textBoxEx2.NormlBack = null;
  131. this.textBoxEx2.Padding = new System.Windows.Forms.Padding(5);
  132. this.textBoxEx2.ReadOnly = true;
  133. this.textBoxEx2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  134. this.textBoxEx2.Size = new System.Drawing.Size(414, 337);
  135. this.textBoxEx2.TabIndex = 0;
  136. this.textBoxEx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  137. this.textBoxEx2.WaterColor = System.Drawing.Color.DarkGray;
  138. this.textBoxEx2.WaterText = "接收框";
  139. this.textBoxEx2.WordWrap = true;
  140. //
  141. // buttonEx1
  142. //
  143. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  144. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  145. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  146. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  147. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  148. this.buttonEx1.IsCustomBackImg = false;
  149. this.buttonEx1.IsShowText = true;
  150. this.buttonEx1.Location = new System.Drawing.Point(402, 49);
  151. this.buttonEx1.Name = "buttonEx1";
  152. this.buttonEx1.Size = new System.Drawing.Size(85, 28);
  153. this.buttonEx1.TabIndex = 1;
  154. this.buttonEx1.Text = "发 送";
  155. this.buttonEx1.UseVisualStyleBackColor = false;
  156. //
  157. // labelEx1
  158. //
  159. this.labelEx1.AutoSize = true;
  160. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  161. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  162. this.labelEx1.Location = new System.Drawing.Point(12, 4);
  163. this.labelEx1.Name = "labelEx1";
  164. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  165. this.labelEx1.TabIndex = 2;
  166. this.labelEx1.Text = "发送框";
  167. //
  168. // labelEx2
  169. //
  170. this.labelEx2.AutoSize = true;
  171. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  172. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  173. this.labelEx2.Location = new System.Drawing.Point(491, 4);
  174. this.labelEx2.Name = "labelEx2";
  175. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  176. this.labelEx2.TabIndex = 2;
  177. this.labelEx2.Text = "接收框";
  178. //
  179. // buttonEx2
  180. //
  181. this.buttonEx2.BackColor = System.Drawing.Color.Transparent;
  182. this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg")));
  183. this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  184. this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  185. this.buttonEx2.ForeColor = System.Drawing.Color.White;
  186. this.buttonEx2.IsCustomBackImg = false;
  187. this.buttonEx2.IsShowText = true;
  188. this.buttonEx2.Location = new System.Drawing.Point(402, 83);
  189. this.buttonEx2.Name = "buttonEx2";
  190. this.buttonEx2.Size = new System.Drawing.Size(85, 28);
  191. this.buttonEx2.TabIndex = 1;
  192. this.buttonEx2.Text = "查询数据库";
  193. this.buttonEx2.UseVisualStyleBackColor = false;
  194. //
  195. // dataGridViewEx1
  196. //
  197. this.dataGridViewEx1.AllowUserToAddRows = false;
  198. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  199. this.dataGridViewEx1.AllowUserToResizeRows = false;
  200. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  201. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  202. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  203. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  204. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  205. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  206. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  208. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  209. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  210. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  211. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  212. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  213. this.dataGridViewEx1.EraseCell = false;
  214. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  215. this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_plExMainContainer_dataGridViewEx" +
  216. "1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
  217. this.dataGridViewEx1.IsCompleteBonding = false;
  218. this.dataGridViewEx1.IsCopyCellValue = true;
  219. this.dataGridViewEx1.Location = new System.Drawing.Point(12, 390);
  220. this.dataGridViewEx1.Name = "dataGridViewEx1";
  221. this.dataGridViewEx1.RowHeadersVisible = false;
  222. this.dataGridViewEx1.RowTemplate.Height = 23;
  223. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  224. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  225. this.dataGridViewEx1.Size = new System.Drawing.Size(890, 224);
  226. this.dataGridViewEx1.TabIndex = 3;
  227. //
  228. // labelEx3
  229. //
  230. this.labelEx3.AutoSize = true;
  231. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  232. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  233. this.labelEx3.Location = new System.Drawing.Point(12, 617);
  234. this.labelEx3.Name = "labelEx3";
  235. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  236. this.labelEx3.TabIndex = 2;
  237. this.labelEx3.Text = "接收框";
  238. //
  239. // buttonEx3
  240. //
  241. this.buttonEx3.BackColor = System.Drawing.Color.Transparent;
  242. this.buttonEx3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx3.BackImg")));
  243. this.buttonEx3.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  244. this.buttonEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  245. this.buttonEx3.ForeColor = System.Drawing.Color.White;
  246. this.buttonEx3.IsCustomBackImg = false;
  247. this.buttonEx3.IsShowText = true;
  248. this.buttonEx3.Location = new System.Drawing.Point(402, 117);
  249. this.buttonEx3.Name = "buttonEx3";
  250. this.buttonEx3.Size = new System.Drawing.Size(85, 28);
  251. this.buttonEx3.TabIndex = 1;
  252. this.buttonEx3.Text = "上传文件";
  253. this.buttonEx3.UseVisualStyleBackColor = false;
  254. //
  255. // buttonEx4
  256. //
  257. this.buttonEx4.BackColor = System.Drawing.Color.Transparent;
  258. this.buttonEx4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx4.BackImg")));
  259. this.buttonEx4.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  260. this.buttonEx4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  261. this.buttonEx4.ForeColor = System.Drawing.Color.White;
  262. this.buttonEx4.IsCustomBackImg = false;
  263. this.buttonEx4.IsShowText = true;
  264. this.buttonEx4.Location = new System.Drawing.Point(402, 151);
  265. this.buttonEx4.Name = "buttonEx4";
  266. this.buttonEx4.Size = new System.Drawing.Size(85, 28);
  267. this.buttonEx4.TabIndex = 1;
  268. this.buttonEx4.Text = "下载文件";
  269. this.buttonEx4.UseVisualStyleBackColor = false;
  270. //
  271. // pictureBoxEx1
  272. //
  273. this.pictureBoxEx1.BackColor = System.Drawing.Color.WhiteSmoke;
  274. this.pictureBoxEx1.Location = new System.Drawing.Point(667, 35);
  275. this.pictureBoxEx1.Name = "pictureBoxEx1";
  276. this.pictureBoxEx1.Size = new System.Drawing.Size(209, 306);
  277. this.pictureBoxEx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  278. this.pictureBoxEx1.TabIndex = 4;
  279. this.pictureBoxEx1.TabStop = false;
  280. this.pictureBoxEx1.Visible = false;
  281. //
  282. // buttonEx5
  283. //
  284. this.buttonEx5.BackColor = System.Drawing.Color.Transparent;
  285. this.buttonEx5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx5.BackImg")));
  286. this.buttonEx5.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  287. this.buttonEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  288. this.buttonEx5.ForeColor = System.Drawing.Color.White;
  289. this.buttonEx5.IsCustomBackImg = false;
  290. this.buttonEx5.IsShowText = true;
  291. this.buttonEx5.Location = new System.Drawing.Point(402, 185);
  292. this.buttonEx5.Name = "buttonEx5";
  293. this.buttonEx5.Size = new System.Drawing.Size(85, 28);
  294. this.buttonEx5.TabIndex = 1;
  295. this.buttonEx5.Text = "上传图片";
  296. this.buttonEx5.UseVisualStyleBackColor = false;
  297. //
  298. // buttonEx6
  299. //
  300. this.buttonEx6.BackColor = System.Drawing.Color.Transparent;
  301. this.buttonEx6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx6.BackImg")));
  302. this.buttonEx6.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  303. this.buttonEx6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  304. this.buttonEx6.ForeColor = System.Drawing.Color.White;
  305. this.buttonEx6.IsCustomBackImg = false;
  306. this.buttonEx6.IsShowText = true;
  307. this.buttonEx6.Location = new System.Drawing.Point(402, 219);
  308. this.buttonEx6.Name = "buttonEx6";
  309. this.buttonEx6.Size = new System.Drawing.Size(85, 28);
  310. this.buttonEx6.TabIndex = 1;
  311. this.buttonEx6.Text = "下载图片";
  312. this.buttonEx6.UseVisualStyleBackColor = false;
  313. //
  314. // buttonEx7
  315. //
  316. this.buttonEx7.BackColor = System.Drawing.Color.Transparent;
  317. this.buttonEx7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx7.BackImg")));
  318. this.buttonEx7.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  319. this.buttonEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  320. this.buttonEx7.ForeColor = System.Drawing.Color.White;
  321. this.buttonEx7.IsCustomBackImg = false;
  322. this.buttonEx7.IsShowText = true;
  323. this.buttonEx7.Location = new System.Drawing.Point(401, 15);
  324. this.buttonEx7.Name = "buttonEx7";
  325. this.buttonEx7.Size = new System.Drawing.Size(85, 28);
  326. this.buttonEx7.TabIndex = 1;
  327. this.buttonEx7.Text = "发送到总店";
  328. this.buttonEx7.UseVisualStyleBackColor = false;
  329. //
  330. // buttonEx8
  331. //
  332. this.buttonEx8.BackColor = System.Drawing.Color.Transparent;
  333. this.buttonEx8.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx8.BackImg")));
  334. this.buttonEx8.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  335. this.buttonEx8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  336. this.buttonEx8.ForeColor = System.Drawing.Color.White;
  337. this.buttonEx8.IsCustomBackImg = false;
  338. this.buttonEx8.IsShowText = true;
  339. this.buttonEx8.Location = new System.Drawing.Point(402, 253);
  340. this.buttonEx8.Name = "buttonEx8";
  341. this.buttonEx8.Size = new System.Drawing.Size(85, 31);
  342. this.buttonEx8.TabIndex = 1;
  343. this.buttonEx8.Text = "发送序列化";
  344. this.buttonEx8.UseVisualStyleBackColor = false;
  345. //
  346. // frmTestUI
  347. //
  348. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  349. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  350. this.ClientSize = new System.Drawing.Size(910, 757);
  351. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  352. this.IsMaximized = false;
  353. this.IsShowUcNavigationTool = true;
  354. this.IsUserControlsSize = false;
  355. this.MinimizeBox = false;
  356. this.Name = "frmTestUI";
  357. this.Text = "网络传输测试";
  358. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  359. this.plExMainContainer.ResumeLayout(false);
  360. this.plExMainContainer.PerformLayout();
  361. this.plFormMainContent.ResumeLayout(false);
  362. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private ComponentLibrary.LabelEx labelEx2;
  368. private ComponentLibrary.LabelEx labelEx1;
  369. public ComponentLibrary.ButtonEx buttonEx1;
  370. public ComponentLibrary.TextBoxEx textBoxEx2;
  371. public ComponentLibrary.TextBoxEx textBoxEx1;
  372. public ComponentLibrary.ButtonEx buttonEx2;
  373. public ComponentLibrary.DataGridViewEx dataGridViewEx1;
  374. public ComponentLibrary.LabelEx labelEx3;
  375. public ComponentLibrary.ButtonEx buttonEx4;
  376. public ComponentLibrary.ButtonEx buttonEx3;
  377. public ComponentLibrary.PictureBoxEx pictureBoxEx1;
  378. public ComponentLibrary.ButtonEx buttonEx6;
  379. public ComponentLibrary.ButtonEx buttonEx5;
  380. public ComponentLibrary.ButtonEx buttonEx7;
  381. public ComponentLibrary.ButtonEx buttonEx8;
  382. }
  383. }