F_MST_013002.designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_013002
  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 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_013002));
  32. this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
  33. this.lblInvoiceName = new Dongke.WinForm.Controls.LblLabel();
  34. this.gbxPaperSize = new System.Windows.Forms.GroupBox();
  35. this.dgrdPaperSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.colSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.numerWidth = new System.Windows.Forms.NumericUpDown();
  40. this.numerHeight = new System.Windows.Forms.NumericUpDown();
  41. this.lblHeightUnit = new System.Windows.Forms.Label();
  42. this.lblWidthUnit = new System.Windows.Forms.Label();
  43. this.lblHeight = new Dongke.WinForm.Controls.LblLabel();
  44. this.lblWidth = new Dongke.WinForm.Controls.LblLabel();
  45. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
  48. this.txtRemark = new Dongke.WinForm.Controls.TxtTextBox();
  49. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  51. this.gbxPaperSize.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // txtInvoiceName
  58. //
  59. this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  60. this.txtInvoiceName.Location = new System.Drawing.Point(68, 39);
  61. this.txtInvoiceName.MaxLength = 50;
  62. this.txtInvoiceName.Name = "txtInvoiceName";
  63. this.txtInvoiceName.Size = new System.Drawing.Size(310, 21);
  64. this.txtInvoiceName.TabIndex = 5;
  65. this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
  66. //
  67. // lblInvoiceName
  68. //
  69. this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.lblInvoiceName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  71. this.lblInvoiceName.Location = new System.Drawing.Point(10, 43);
  72. this.lblInvoiceName.Name = "lblInvoiceName";
  73. this.lblInvoiceName.Size = new System.Drawing.Size(53, 12);
  74. this.lblInvoiceName.TabIndex = 4;
  75. this.lblInvoiceName.Text = "标签名称";
  76. //
  77. // gbxPaperSize
  78. //
  79. this.gbxPaperSize.BackColor = System.Drawing.Color.Transparent;
  80. this.gbxPaperSize.Controls.Add(this.dgrdPaperSize);
  81. this.gbxPaperSize.Controls.Add(this.numerWidth);
  82. this.gbxPaperSize.Controls.Add(this.numerHeight);
  83. this.gbxPaperSize.Controls.Add(this.lblHeightUnit);
  84. this.gbxPaperSize.Controls.Add(this.lblWidthUnit);
  85. this.gbxPaperSize.Controls.Add(this.lblHeight);
  86. this.gbxPaperSize.Controls.Add(this.lblWidth);
  87. this.gbxPaperSize.Location = new System.Drawing.Point(11, 141);
  88. this.gbxPaperSize.Name = "gbxPaperSize";
  89. this.gbxPaperSize.Size = new System.Drawing.Size(370, 267);
  90. this.gbxPaperSize.TabIndex = 8;
  91. this.gbxPaperSize.TabStop = false;
  92. this.gbxPaperSize.Text = "纸张设定";
  93. //
  94. // dgrdPaperSize
  95. //
  96. this.dgrdPaperSize.AllowUserToAddRows = false;
  97. this.dgrdPaperSize.AllowUserToDeleteRows = false;
  98. this.dgrdPaperSize.AllowUserToModifyRows = true;
  99. this.dgrdPaperSize.AllowUserToResizeRows = false;
  100. this.dgrdPaperSize.AllowUserToSortRows = false;
  101. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  102. this.dgrdPaperSize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  103. this.dgrdPaperSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  104. | System.Windows.Forms.AnchorStyles.Left)
  105. | System.Windows.Forms.AnchorStyles.Right)));
  106. this.dgrdPaperSize.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  107. this.dgrdPaperSize.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  108. this.dgrdPaperSize.CellHeight = 23;
  109. this.dgrdPaperSize.ChildNodeColumnName = null;
  110. this.dgrdPaperSize.ChildNodeColumnText = null;
  111. this.dgrdPaperSize.ColumnDeep = 1;
  112. this.dgrdPaperSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  113. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  114. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  115. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  117. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  118. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  119. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  120. this.dgrdPaperSize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  121. this.dgrdPaperSize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  122. this.dgrdPaperSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  123. this.colSize,
  124. this.colHeight,
  125. this.colWidth});
  126. this.dgrdPaperSize.ColumnTreeView = null;
  127. this.dgrdPaperSize.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  128. this.dgrdPaperSize.DynamicColumnName = "";
  129. this.dgrdPaperSize.EnableHeadersVisualStyles = false;
  130. this.dgrdPaperSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.dgrdPaperSize.FormatQuantityColumns = null;
  132. this.dgrdPaperSize.HorizontalMergeColumn = null;
  133. this.dgrdPaperSize.IsAutoCountSum = true;
  134. this.dgrdPaperSize.IsAutoResizeColumns = false;
  135. this.dgrdPaperSize.IsClickF12 = false;
  136. this.dgrdPaperSize.IsOpenMergeCellFlag = false;
  137. this.dgrdPaperSize.IsSubTotalFlag = false;
  138. this.dgrdPaperSize.IsTopDeep = false;
  139. this.dgrdPaperSize.Location = new System.Drawing.Point(2, 47);
  140. this.dgrdPaperSize.MergeColumnNames = null;
  141. this.dgrdPaperSize.MergeDetailColumnNames = null;
  142. this.dgrdPaperSize.MergeDetailOnlyColumn = null;
  143. this.dgrdPaperSize.MergeOnlyColumn = null;
  144. this.dgrdPaperSize.MultiSelect = false;
  145. this.dgrdPaperSize.Name = "dgrdPaperSize";
  146. this.dgrdPaperSize.ReadOnly = true;
  147. this.dgrdPaperSize.RefreshAtHscroll = false;
  148. this.dgrdPaperSize.RowHeadersWidth = 40;
  149. this.dgrdPaperSize.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  150. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  151. this.dgrdPaperSize.RowsDefaultCellStyle = dataGridViewCellStyle3;
  152. this.dgrdPaperSize.RowTemplate.Height = 21;
  153. this.dgrdPaperSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  154. this.dgrdPaperSize.Size = new System.Drawing.Size(366, 214);
  155. this.dgrdPaperSize.SortOrderColumnName = null;
  156. this.dgrdPaperSize.TabIndex = 6;
  157. this.dgrdPaperSize.Tag = true;
  158. this.dgrdPaperSize.TotalSumColumns = null;
  159. this.dgrdPaperSize.ViewRowFilter = "";
  160. this.dgrdPaperSize.SelectionChanged += new System.EventHandler(this.dgrdPaperSize_SelectionChanged);
  161. this.dgrdPaperSize.Leave += new System.EventHandler(this.dgrdPaperSize_Leave);
  162. //
  163. // colSize
  164. //
  165. this.colSize.DataPropertyName = "SizeName";
  166. this.colSize.HeaderText = "纸张尺寸";
  167. this.colSize.Name = "colSize";
  168. this.colSize.ReadOnly = true;
  169. this.colSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  170. this.colSize.Width = 290;
  171. //
  172. // colHeight
  173. //
  174. this.colHeight.DataPropertyName = "Height";
  175. this.colHeight.HeaderText = "Height";
  176. this.colHeight.Name = "colHeight";
  177. this.colHeight.ReadOnly = true;
  178. this.colHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  179. this.colHeight.Visible = false;
  180. //
  181. // colWidth
  182. //
  183. this.colWidth.DataPropertyName = "Width";
  184. this.colWidth.HeaderText = "Width";
  185. this.colWidth.Name = "colWidth";
  186. this.colWidth.ReadOnly = true;
  187. this.colWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  188. this.colWidth.Visible = false;
  189. //
  190. // numerWidth
  191. //
  192. this.numerWidth.Location = new System.Drawing.Point(65, 20);
  193. this.numerWidth.Maximum = new decimal(new int[] {
  194. 4200,
  195. 0,
  196. 0,
  197. 65536});
  198. this.numerWidth.Minimum = new decimal(new int[] {
  199. 10,
  200. 0,
  201. 0,
  202. 0});
  203. this.numerWidth.Name = "numerWidth";
  204. this.numerWidth.Size = new System.Drawing.Size(65, 21);
  205. this.numerWidth.TabIndex = 1;
  206. this.numerWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  207. this.numerWidth.Value = new decimal(new int[] {
  208. 210,
  209. 0,
  210. 0,
  211. 0});
  212. //
  213. // numerHeight
  214. //
  215. this.numerHeight.Location = new System.Drawing.Point(276, 20);
  216. this.numerHeight.Maximum = new decimal(new int[] {
  217. 4200,
  218. 0,
  219. 0,
  220. 65536});
  221. this.numerHeight.Minimum = new decimal(new int[] {
  222. 10,
  223. 0,
  224. 0,
  225. 0});
  226. this.numerHeight.Name = "numerHeight";
  227. this.numerHeight.Size = new System.Drawing.Size(65, 21);
  228. this.numerHeight.TabIndex = 4;
  229. this.numerHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  230. this.numerHeight.Value = new decimal(new int[] {
  231. 297,
  232. 0,
  233. 0,
  234. 0});
  235. //
  236. // lblHeightUnit
  237. //
  238. this.lblHeightUnit.AutoSize = true;
  239. this.lblHeightUnit.BackColor = System.Drawing.Color.Transparent;
  240. this.lblHeightUnit.Location = new System.Drawing.Point(347, 24);
  241. this.lblHeightUnit.Name = "lblHeightUnit";
  242. this.lblHeightUnit.Size = new System.Drawing.Size(17, 12);
  243. this.lblHeightUnit.TabIndex = 5;
  244. this.lblHeightUnit.Text = "mm";
  245. //
  246. // lblWidthUnit
  247. //
  248. this.lblWidthUnit.AutoSize = true;
  249. this.lblWidthUnit.BackColor = System.Drawing.Color.Transparent;
  250. this.lblWidthUnit.Location = new System.Drawing.Point(136, 22);
  251. this.lblWidthUnit.Name = "lblWidthUnit";
  252. this.lblWidthUnit.Size = new System.Drawing.Size(17, 12);
  253. this.lblWidthUnit.TabIndex = 2;
  254. this.lblWidthUnit.Text = "mm";
  255. //
  256. // lblHeight
  257. //
  258. this.lblHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.lblHeight.Location = new System.Drawing.Point(217, 24);
  260. this.lblHeight.Name = "lblHeight";
  261. this.lblHeight.Size = new System.Drawing.Size(53, 12);
  262. this.lblHeight.TabIndex = 3;
  263. this.lblHeight.Text = "纸张高度";
  264. //
  265. // lblWidth
  266. //
  267. this.lblWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.lblWidth.Location = new System.Drawing.Point(6, 24);
  269. this.lblWidth.Name = "lblWidth";
  270. this.lblWidth.Size = new System.Drawing.Size(53, 12);
  271. this.lblWidth.TabIndex = 0;
  272. this.lblWidth.Text = "纸张宽度";
  273. //
  274. // btnCancel
  275. //
  276. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  277. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  278. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  279. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btnCancel.ForeColor = System.Drawing.Color.White;
  281. this.btnCancel.Location = new System.Drawing.Point(297, 414);
  282. this.btnCancel.Name = "btnCancel";
  283. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  284. this.btnCancel.TabIndex = 10;
  285. this.btnCancel.Text = "取消";
  286. this.btnCancel.UseVisualStyleBackColor = false;
  287. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  288. //
  289. // btnSave
  290. //
  291. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  292. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  293. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.btnSave.ForeColor = System.Drawing.Color.White;
  295. this.btnSave.Location = new System.Drawing.Point(205, 413);
  296. this.btnSave.Name = "btnSave";
  297. this.btnSave.Size = new System.Drawing.Size(85, 33);
  298. this.btnSave.TabIndex = 9;
  299. this.btnSave.Text = "确定";
  300. this.btnSave.UseVisualStyleBackColor = false;
  301. this.btnSave.Click += new System.EventHandler(this.btnOK_Click);
  302. //
  303. // lblRemark
  304. //
  305. this.lblRemark.Location = new System.Drawing.Point(34, 66);
  306. this.lblRemark.Name = "lblRemark";
  307. this.lblRemark.Size = new System.Drawing.Size(29, 12);
  308. this.lblRemark.TabIndex = 6;
  309. this.lblRemark.Text = "备注";
  310. //
  311. // txtRemark
  312. //
  313. this.txtRemark.Location = new System.Drawing.Point(69, 66);
  314. this.txtRemark.MaxLength = 500;
  315. this.txtRemark.Multiline = true;
  316. this.txtRemark.Name = "txtRemark";
  317. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  318. this.txtRemark.Size = new System.Drawing.Size(310, 69);
  319. this.txtRemark.TabIndex = 7;
  320. //
  321. // lblGoodsType
  322. //
  323. this.lblGoodsType.AutoSize = true;
  324. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  325. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblGoodsType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  327. this.lblGoodsType.IsMustInput = true;
  328. this.lblGoodsType.Location = new System.Drawing.Point(11, 16);
  329. this.lblGoodsType.Name = "lblGoodsType";
  330. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  331. this.lblGoodsType.TabIndex = 23;
  332. this.lblGoodsType.Text = "产品类别";
  333. //
  334. // scbGoodsType
  335. //
  336. this.scbGoodsType.CheckedData = null;
  337. this.scbGoodsType.Location = new System.Drawing.Point(68, 12);
  338. this.scbGoodsType.MultiSelect = false;
  339. this.scbGoodsType.Name = "scbGoodsType";
  340. this.scbGoodsType.Size = new System.Drawing.Size(310, 21);
  341. this.scbGoodsType.TabIndex = 22;
  342. //
  343. // F_MST_013002
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.CancelButton = this.btnCancel;
  348. this.ClientSize = new System.Drawing.Size(394, 472);
  349. this.Controls.Add(this.lblGoodsType);
  350. this.Controls.Add(this.scbGoodsType);
  351. this.Controls.Add(this.btnSave);
  352. this.Controls.Add(this.lblRemark);
  353. this.Controls.Add(this.gbxPaperSize);
  354. this.Controls.Add(this.btnCancel);
  355. this.Controls.Add(this.txtRemark);
  356. this.Controls.Add(this.lblInvoiceName);
  357. this.Controls.Add(this.txtInvoiceName);
  358. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  359. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  360. this.IsSaveFormSize = false;
  361. this.MaximizeBox = false;
  362. this.MinimizeBox = false;
  363. this.Name = "F_MST_013002";
  364. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  365. this.Text = "";
  366. this.Load += new System.EventHandler(this.F_MST_013002_Load);
  367. this.Controls.SetChildIndex(this.txtInvoiceName, 0);
  368. this.Controls.SetChildIndex(this.lblInvoiceName, 0);
  369. this.Controls.SetChildIndex(this.txtRemark, 0);
  370. this.Controls.SetChildIndex(this.btnCancel, 0);
  371. this.Controls.SetChildIndex(this.gbxPaperSize, 0);
  372. this.Controls.SetChildIndex(this.lblRemark, 0);
  373. this.Controls.SetChildIndex(this.btnSave, 0);
  374. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  375. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  376. this.gbxPaperSize.ResumeLayout(false);
  377. this.gbxPaperSize.PerformLayout();
  378. ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).EndInit();
  381. this.ResumeLayout(false);
  382. this.PerformLayout();
  383. }
  384. #endregion
  385. private WinForm.Controls.TxtTextBox txtInvoiceName;
  386. private Dongke.WinForm.Controls.LblLabel lblInvoiceName;
  387. private System.Windows.Forms.GroupBox gbxPaperSize;
  388. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgrdPaperSize;
  389. private System.Windows.Forms.NumericUpDown numerWidth;
  390. private System.Windows.Forms.NumericUpDown numerHeight;
  391. private System.Windows.Forms.Label lblHeightUnit;
  392. private System.Windows.Forms.Label lblWidthUnit;
  393. private Dongke.WinForm.Controls.LblLabel lblHeight;
  394. private Dongke.WinForm.Controls.LblLabel lblWidth;
  395. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
  396. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
  397. private WinForm.Controls.LblLabel lblRemark;
  398. private WinForm.Controls.TxtTextBox txtRemark;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn colSize;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
  402. private Basics.BaseControls.C_Label lblGoodsType;
  403. private SearchBox.ScbGoodsType scbGoodsType;
  404. }
  405. }