26e3fc708a9019fe37dcea4e4647a93eec96b9fb.svn-base 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. namespace Core.LZMes.Client.UIF
  2. {
  3. partial class UIF042010_CTL
  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 Component 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.pal_CTL = new System.Windows.Forms.Panel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.tpl_State = new System.Windows.Forms.TableLayoutPanel();
  31. this.pal_SZ = new System.Windows.Forms.Panel();
  32. this.chk_SZ = new System.Windows.Forms.CheckBox();
  33. this.mtx_SendDate = new System.Windows.Forms.MaskedTextBox();
  34. this.mtx_Width = new System.Windows.Forms.MaskedTextBox();
  35. this.mtx_height = new System.Windows.Forms.MaskedTextBox();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.tpl_CTL = new System.Windows.Forms.TableLayoutPanel();
  42. this.tpl_Face = new System.Windows.Forms.TableLayoutPanel();
  43. this.pal_FA = new System.Windows.Forms.Panel();
  44. this.chk_FA = new System.Windows.Forms.CheckBox();
  45. this.pal_FB = new System.Windows.Forms.Panel();
  46. this.chk_FB = new System.Windows.Forms.CheckBox();
  47. this.pal_FC = new System.Windows.Forms.Panel();
  48. this.chk_FC = new System.Windows.Forms.CheckBox();
  49. this.pal_FD = new System.Windows.Forms.Panel();
  50. this.chk_FD = new System.Windows.Forms.CheckBox();
  51. this.pal_CTL.SuspendLayout();
  52. this.tpl_State.SuspendLayout();
  53. this.pal_SZ.SuspendLayout();
  54. this.tpl_CTL.SuspendLayout();
  55. this.tpl_Face.SuspendLayout();
  56. this.pal_FA.SuspendLayout();
  57. this.pal_FB.SuspendLayout();
  58. this.pal_FC.SuspendLayout();
  59. this.pal_FD.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // pal_CTL
  63. //
  64. this.pal_CTL.Controls.Add(this.label1);
  65. this.pal_CTL.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.pal_CTL.Location = new System.Drawing.Point(0, 0);
  67. this.pal_CTL.Name = "pal_CTL";
  68. this.pal_CTL.Size = new System.Drawing.Size(328, 26);
  69. this.pal_CTL.TabIndex = 0;
  70. //
  71. // label1
  72. //
  73. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.label1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.label1.Location = new System.Drawing.Point(0, 0);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(328, 26);
  78. this.label1.TabIndex = 0;
  79. this.label1.Text = "选择查询对象内容的标准";
  80. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. //
  82. // tpl_State
  83. //
  84. this.tpl_State.ColumnCount = 5;
  85. this.tpl_State.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  86. this.tpl_State.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  87. this.tpl_State.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  88. this.tpl_State.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  89. this.tpl_State.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  90. this.tpl_State.Controls.Add(this.pal_SZ, 0, 0);
  91. this.tpl_State.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.tpl_State.Location = new System.Drawing.Point(85, 0);
  93. this.tpl_State.Margin = new System.Windows.Forms.Padding(0);
  94. this.tpl_State.Name = "tpl_State";
  95. this.tpl_State.RowCount = 1;
  96. this.tpl_State.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  97. this.tpl_State.Size = new System.Drawing.Size(243, 24);
  98. this.tpl_State.TabIndex = 10;
  99. //
  100. // pal_SZ
  101. //
  102. this.pal_SZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.pal_SZ.Controls.Add(this.chk_SZ);
  104. this.pal_SZ.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.pal_SZ.Location = new System.Drawing.Point(0, 3);
  106. this.pal_SZ.Margin = new System.Windows.Forms.Padding(0, 3, 3, 0);
  107. this.pal_SZ.Name = "pal_SZ";
  108. this.pal_SZ.Size = new System.Drawing.Size(57, 21);
  109. this.pal_SZ.TabIndex = 0;
  110. //
  111. // chk_SZ
  112. //
  113. this.chk_SZ.AutoSize = true;
  114. this.chk_SZ.BackColor = System.Drawing.Color.White;
  115. this.chk_SZ.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.chk_SZ.Location = new System.Drawing.Point(0, 0);
  117. this.chk_SZ.Margin = new System.Windows.Forms.Padding(0);
  118. this.chk_SZ.Name = "chk_SZ";
  119. this.chk_SZ.Size = new System.Drawing.Size(55, 19);
  120. this.chk_SZ.TabIndex = 0;
  121. this.chk_SZ.Text = "1B";
  122. this.chk_SZ.UseVisualStyleBackColor = false;
  123. this.chk_SZ.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
  124. //
  125. // mtx_SendDate
  126. //
  127. this.mtx_SendDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  128. this.mtx_SendDate.Dock = System.Windows.Forms.DockStyle.Left;
  129. this.mtx_SendDate.Location = new System.Drawing.Point(85, 99);
  130. this.mtx_SendDate.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  131. this.mtx_SendDate.Mask = "0000-00-00~0000-00-00";
  132. this.mtx_SendDate.Name = "mtx_SendDate";
  133. this.mtx_SendDate.Size = new System.Drawing.Size(237, 21);
  134. this.mtx_SendDate.TabIndex = 8;
  135. this.mtx_SendDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  136. //
  137. // mtx_Width
  138. //
  139. this.mtx_Width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  140. this.mtx_Width.Dock = System.Windows.Forms.DockStyle.Left;
  141. this.mtx_Width.Location = new System.Drawing.Point(85, 75);
  142. this.mtx_Width.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  143. this.mtx_Width.Mask = "9999~9999";
  144. this.mtx_Width.Name = "mtx_Width";
  145. this.mtx_Width.Size = new System.Drawing.Size(237, 21);
  146. this.mtx_Width.TabIndex = 7;
  147. this.mtx_Width.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  148. //
  149. // mtx_height
  150. //
  151. this.mtx_height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.mtx_height.Dock = System.Windows.Forms.DockStyle.Left;
  153. this.mtx_height.Location = new System.Drawing.Point(85, 51);
  154. this.mtx_height.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  155. this.mtx_height.Mask = "9.999~9.999";
  156. this.mtx_height.Name = "mtx_height";
  157. this.mtx_height.Size = new System.Drawing.Size(237, 21);
  158. this.mtx_height.TabIndex = 6;
  159. this.mtx_height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  160. //
  161. // label6
  162. //
  163. this.label6.BackColor = System.Drawing.Color.LightBlue;
  164. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  165. this.label6.Location = new System.Drawing.Point(13, 99);
  166. this.label6.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  167. this.label6.Name = "label6";
  168. this.label6.Size = new System.Drawing.Size(64, 21);
  169. this.label6.TabIndex = 5;
  170. this.label6.Text = "交货期";
  171. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  172. //
  173. // label5
  174. //
  175. this.label5.BackColor = System.Drawing.Color.LightBlue;
  176. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  177. this.label5.Location = new System.Drawing.Point(13, 75);
  178. this.label5.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  179. this.label5.Name = "label5";
  180. this.label5.Size = new System.Drawing.Size(64, 21);
  181. this.label5.TabIndex = 4;
  182. this.label5.Text = "宽度范围";
  183. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  184. //
  185. // label4
  186. //
  187. this.label4.BackColor = System.Drawing.Color.LightBlue;
  188. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  189. this.label4.Location = new System.Drawing.Point(13, 51);
  190. this.label4.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  191. this.label4.Name = "label4";
  192. this.label4.Size = new System.Drawing.Size(64, 21);
  193. this.label4.TabIndex = 3;
  194. this.label4.Text = "厚度范围";
  195. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  196. //
  197. // label3
  198. //
  199. this.label3.BackColor = System.Drawing.Color.LightBlue;
  200. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  201. this.label3.Location = new System.Drawing.Point(13, 27);
  202. this.label3.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  203. this.label3.Name = "label3";
  204. this.label3.Size = new System.Drawing.Size(64, 21);
  205. this.label3.TabIndex = 2;
  206. this.label3.Text = "表面等级";
  207. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  208. //
  209. // label2
  210. //
  211. this.label2.BackColor = System.Drawing.Color.LightBlue;
  212. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  213. this.label2.Location = new System.Drawing.Point(13, 3);
  214. this.label2.Margin = new System.Windows.Forms.Padding(3, 3, 0, 0);
  215. this.label2.Name = "label2";
  216. this.label2.Size = new System.Drawing.Size(64, 21);
  217. this.label2.TabIndex = 1;
  218. this.label2.Text = "交货状态";
  219. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  220. //
  221. // tpl_CTL
  222. //
  223. this.tpl_CTL.ColumnCount = 4;
  224. this.tpl_CTL.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  225. this.tpl_CTL.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
  226. this.tpl_CTL.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
  227. this.tpl_CTL.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  228. this.tpl_CTL.Controls.Add(this.label2, 1, 0);
  229. this.tpl_CTL.Controls.Add(this.label3, 1, 1);
  230. this.tpl_CTL.Controls.Add(this.label4, 1, 2);
  231. this.tpl_CTL.Controls.Add(this.label5, 1, 3);
  232. this.tpl_CTL.Controls.Add(this.label6, 1, 4);
  233. this.tpl_CTL.Controls.Add(this.mtx_height, 3, 2);
  234. this.tpl_CTL.Controls.Add(this.mtx_Width, 3, 3);
  235. this.tpl_CTL.Controls.Add(this.mtx_SendDate, 3, 4);
  236. this.tpl_CTL.Controls.Add(this.tpl_State, 3, 0);
  237. this.tpl_CTL.Controls.Add(this.tpl_Face, 3, 1);
  238. this.tpl_CTL.Dock = System.Windows.Forms.DockStyle.Fill;
  239. this.tpl_CTL.Location = new System.Drawing.Point(0, 26);
  240. this.tpl_CTL.Name = "tpl_CTL";
  241. this.tpl_CTL.RightToLeft = System.Windows.Forms.RightToLeft.No;
  242. this.tpl_CTL.RowCount = 6;
  243. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  244. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  245. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  246. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  247. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
  248. this.tpl_CTL.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  249. this.tpl_CTL.Size = new System.Drawing.Size(328, 125);
  250. this.tpl_CTL.TabIndex = 1;
  251. //
  252. // tpl_Face
  253. //
  254. this.tpl_Face.ColumnCount = 5;
  255. this.tpl_Face.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  256. this.tpl_Face.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  257. this.tpl_Face.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  258. this.tpl_Face.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  259. this.tpl_Face.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  260. this.tpl_Face.Controls.Add(this.pal_FA, 0, 0);
  261. this.tpl_Face.Controls.Add(this.pal_FB, 1, 0);
  262. this.tpl_Face.Controls.Add(this.pal_FC, 2, 0);
  263. this.tpl_Face.Controls.Add(this.pal_FD, 3, 0);
  264. this.tpl_Face.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.tpl_Face.Location = new System.Drawing.Point(85, 24);
  266. this.tpl_Face.Margin = new System.Windows.Forms.Padding(0);
  267. this.tpl_Face.Name = "tpl_Face";
  268. this.tpl_Face.RowCount = 1;
  269. this.tpl_Face.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  270. this.tpl_Face.Size = new System.Drawing.Size(243, 24);
  271. this.tpl_Face.TabIndex = 11;
  272. //
  273. // pal_FA
  274. //
  275. this.pal_FA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  276. this.pal_FA.Controls.Add(this.chk_FA);
  277. this.pal_FA.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.pal_FA.Location = new System.Drawing.Point(0, 3);
  279. this.pal_FA.Margin = new System.Windows.Forms.Padding(0, 3, 3, 0);
  280. this.pal_FA.Name = "pal_FA";
  281. this.pal_FA.Size = new System.Drawing.Size(57, 21);
  282. this.pal_FA.TabIndex = 0;
  283. //
  284. // chk_FA
  285. //
  286. this.chk_FA.AutoSize = true;
  287. this.chk_FA.BackColor = System.Drawing.Color.White;
  288. this.chk_FA.Dock = System.Windows.Forms.DockStyle.Fill;
  289. this.chk_FA.Location = new System.Drawing.Point(0, 0);
  290. this.chk_FA.Margin = new System.Windows.Forms.Padding(0);
  291. this.chk_FA.Name = "chk_FA";
  292. this.chk_FA.Size = new System.Drawing.Size(55, 19);
  293. this.chk_FA.TabIndex = 0;
  294. this.chk_FA.Text = "FA";
  295. this.chk_FA.UseVisualStyleBackColor = false;
  296. this.chk_FA.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
  297. //
  298. // pal_FB
  299. //
  300. this.pal_FB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  301. this.pal_FB.Controls.Add(this.chk_FB);
  302. this.pal_FB.Location = new System.Drawing.Point(60, 3);
  303. this.pal_FB.Margin = new System.Windows.Forms.Padding(0, 3, 3, 0);
  304. this.pal_FB.Name = "pal_FB";
  305. this.pal_FB.Size = new System.Drawing.Size(57, 21);
  306. this.pal_FB.TabIndex = 1;
  307. //
  308. // chk_FB
  309. //
  310. this.chk_FB.AutoSize = true;
  311. this.chk_FB.BackColor = System.Drawing.Color.White;
  312. this.chk_FB.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.chk_FB.Location = new System.Drawing.Point(0, 0);
  314. this.chk_FB.Margin = new System.Windows.Forms.Padding(0);
  315. this.chk_FB.Name = "chk_FB";
  316. this.chk_FB.Size = new System.Drawing.Size(55, 19);
  317. this.chk_FB.TabIndex = 0;
  318. this.chk_FB.Text = "FB";
  319. this.chk_FB.UseVisualStyleBackColor = false;
  320. this.chk_FB.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
  321. //
  322. // pal_FC
  323. //
  324. this.pal_FC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  325. this.pal_FC.Controls.Add(this.chk_FC);
  326. this.pal_FC.Location = new System.Drawing.Point(120, 3);
  327. this.pal_FC.Margin = new System.Windows.Forms.Padding(0, 3, 3, 0);
  328. this.pal_FC.Name = "pal_FC";
  329. this.pal_FC.Size = new System.Drawing.Size(57, 21);
  330. this.pal_FC.TabIndex = 2;
  331. //
  332. // chk_FC
  333. //
  334. this.chk_FC.AutoSize = true;
  335. this.chk_FC.BackColor = System.Drawing.Color.White;
  336. this.chk_FC.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.chk_FC.Location = new System.Drawing.Point(0, 0);
  338. this.chk_FC.Margin = new System.Windows.Forms.Padding(0);
  339. this.chk_FC.Name = "chk_FC";
  340. this.chk_FC.Size = new System.Drawing.Size(55, 19);
  341. this.chk_FC.TabIndex = 0;
  342. this.chk_FC.Text = "FC";
  343. this.chk_FC.UseVisualStyleBackColor = false;
  344. this.chk_FC.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
  345. //
  346. // pal_FD
  347. //
  348. this.pal_FD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  349. this.pal_FD.Controls.Add(this.chk_FD);
  350. this.pal_FD.Location = new System.Drawing.Point(180, 3);
  351. this.pal_FD.Margin = new System.Windows.Forms.Padding(0, 3, 3, 0);
  352. this.pal_FD.Name = "pal_FD";
  353. this.pal_FD.Size = new System.Drawing.Size(57, 21);
  354. this.pal_FD.TabIndex = 3;
  355. //
  356. // chk_FD
  357. //
  358. this.chk_FD.AutoSize = true;
  359. this.chk_FD.BackColor = System.Drawing.Color.White;
  360. this.chk_FD.Dock = System.Windows.Forms.DockStyle.Fill;
  361. this.chk_FD.Location = new System.Drawing.Point(0, 0);
  362. this.chk_FD.Margin = new System.Windows.Forms.Padding(0);
  363. this.chk_FD.Name = "chk_FD";
  364. this.chk_FD.Size = new System.Drawing.Size(55, 19);
  365. this.chk_FD.TabIndex = 0;
  366. this.chk_FD.Text = "FD";
  367. this.chk_FD.UseVisualStyleBackColor = false;
  368. this.chk_FD.CheckedChanged += new System.EventHandler(this.CheckBox_CheckedChanged);
  369. //
  370. // UIF042010_CTL
  371. //
  372. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  373. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  374. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  375. this.Controls.Add(this.tpl_CTL);
  376. this.Controls.Add(this.pal_CTL);
  377. this.Name = "UIF042010_CTL";
  378. this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  379. this.Size = new System.Drawing.Size(328, 151);
  380. this.pal_CTL.ResumeLayout(false);
  381. this.tpl_State.ResumeLayout(false);
  382. this.pal_SZ.ResumeLayout(false);
  383. this.pal_SZ.PerformLayout();
  384. this.tpl_CTL.ResumeLayout(false);
  385. this.tpl_CTL.PerformLayout();
  386. this.tpl_Face.ResumeLayout(false);
  387. this.pal_FA.ResumeLayout(false);
  388. this.pal_FA.PerformLayout();
  389. this.pal_FB.ResumeLayout(false);
  390. this.pal_FB.PerformLayout();
  391. this.pal_FC.ResumeLayout(false);
  392. this.pal_FC.PerformLayout();
  393. this.pal_FD.ResumeLayout(false);
  394. this.pal_FD.PerformLayout();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. private System.Windows.Forms.Panel pal_CTL;
  399. private System.Windows.Forms.Label label1;
  400. private System.Windows.Forms.TableLayoutPanel tpl_State;
  401. private System.Windows.Forms.MaskedTextBox mtx_SendDate;
  402. private System.Windows.Forms.MaskedTextBox mtx_Width;
  403. private System.Windows.Forms.MaskedTextBox mtx_height;
  404. private System.Windows.Forms.Label label6;
  405. private System.Windows.Forms.Label label5;
  406. private System.Windows.Forms.Label label4;
  407. private System.Windows.Forms.Label label3;
  408. private System.Windows.Forms.Label label2;
  409. private System.Windows.Forms.TableLayoutPanel tpl_CTL;
  410. private System.Windows.Forms.Panel pal_SZ;
  411. private System.Windows.Forms.CheckBox chk_SZ;
  412. private System.Windows.Forms.TableLayoutPanel tpl_Face;
  413. private System.Windows.Forms.Panel pal_FA;
  414. private System.Windows.Forms.CheckBox chk_FA;
  415. private System.Windows.Forms.Panel pal_FB;
  416. private System.Windows.Forms.CheckBox chk_FB;
  417. private System.Windows.Forms.Panel pal_FC;
  418. private System.Windows.Forms.CheckBox chk_FC;
  419. private System.Windows.Forms.Panel pal_FD;
  420. private System.Windows.Forms.CheckBox chk_FD;
  421. }
  422. }