F_MST_012002.designer.cs 25 KB

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