F_MST_012002.designer.cs 27 KB

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