F_MST_012002.designer.cs 21 KB

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