F_MST_012001.designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_012001
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_012001));
  34. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  35. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
  37. this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dgvInvoice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.LayoutName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.logonamecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.InvoiceLayoutID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.goodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.gbxCondition = new System.Windows.Forms.GroupBox();
  49. this.ckcLogo = new Dongke.WinForm.Controls.CkcCheckedComboBox();
  50. this.chkValueFlag = new Dongke.WinForm.Controls.ChkFlagCheckBox();
  51. this.lblValueFlag = new Dongke.WinForm.Controls.LblLabel();
  52. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
  54. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  56. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  57. this.tsbtnAddInvoice = new System.Windows.Forms.ToolStripButton();
  58. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  59. this.tsbtnEditInvoice = new System.Windows.Forms.ToolStripButton();
  60. this.tsbtnPreviewInvoice = new System.Windows.Forms.ToolStripButton();
  61. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  62. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  63. this.tsbtnExport = new System.Windows.Forms.ToolStripButton();
  64. this.tsbtnImport = new System.Windows.Forms.ToolStripButton();
  65. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  66. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  67. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  68. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).BeginInit();
  71. this.gbxCondition.SuspendLayout();
  72. this.tsrSupplier.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // txtRemarks
  76. //
  77. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.txtRemarks.Location = new System.Drawing.Point(602, 20);
  79. this.txtRemarks.Name = "txtRemarks";
  80. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  81. this.txtRemarks.Size = new System.Drawing.Size(176, 21);
  82. this.txtRemarks.TabIndex = 7;
  83. //
  84. // lblRemarks
  85. //
  86. this.lblRemarks.AutoSize = true;
  87. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  88. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  90. this.lblRemarks.Location = new System.Drawing.Point(567, 24);
  91. this.lblRemarks.Name = "lblRemarks";
  92. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  93. this.lblRemarks.TabIndex = 5;
  94. this.lblRemarks.Text = "备注";
  95. //
  96. // txtInvoiceName
  97. //
  98. this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.txtInvoiceName.Location = new System.Drawing.Point(71, 20);
  100. this.txtInvoiceName.Name = "txtInvoiceName";
  101. this.txtInvoiceName.Size = new System.Drawing.Size(120, 21);
  102. this.txtInvoiceName.TabIndex = 1;
  103. //
  104. // lblInvoiceLayoutName
  105. //
  106. this.lblInvoiceLayoutName.AutoSize = true;
  107. this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
  108. this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
  110. this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
  111. this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
  112. this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
  113. this.lblInvoiceLayoutName.TabIndex = 0;
  114. this.lblInvoiceLayoutName.Text = "模板名称";
  115. //
  116. // dgvInvoice
  117. //
  118. this.dgvInvoice.AllowUserToAddRows = false;
  119. this.dgvInvoice.AllowUserToDeleteRows = false;
  120. this.dgvInvoice.AllowUserToModifyRows = true;
  121. this.dgvInvoice.AllowUserToOrderColumns = true;
  122. this.dgvInvoice.AllowUserToResizeRows = false;
  123. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  124. this.dgvInvoice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  125. this.dgvInvoice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.dgvInvoice.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  129. this.dgvInvoice.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  130. this.dgvInvoice.CellHeight = 23;
  131. this.dgvInvoice.ChildNodeColumnName = null;
  132. this.dgvInvoice.ChildNodeColumnText = null;
  133. this.dgvInvoice.ColumnDeep = 1;
  134. this.dgvInvoice.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  135. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  136. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  137. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  139. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  140. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  141. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  142. this.dgvInvoice.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  143. this.dgvInvoice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  144. this.dgvInvoice.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  145. this.LayoutName,
  146. this.goodstypename,
  147. this.logonamecode,
  148. this.colHeight,
  149. this.colWidth,
  150. this.Remarks,
  151. this.ValueFlag,
  152. this.InvoiceLayoutID,
  153. this.goodstypecode});
  154. this.dgvInvoice.ColumnTreeView = null;
  155. this.dgvInvoice.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  156. this.dgvInvoice.DynamicColumnName = "";
  157. this.dgvInvoice.EnableHeadersVisualStyles = false;
  158. this.dgvInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.dgvInvoice.FormatQuantityColumns = null;
  160. this.dgvInvoice.HorizontalMergeColumn = null;
  161. this.dgvInvoice.IsAutoCountSum = true;
  162. this.dgvInvoice.IsAutoResizeColumns = false;
  163. this.dgvInvoice.IsClickF12 = false;
  164. this.dgvInvoice.IsOpenMergeCellFlag = false;
  165. this.dgvInvoice.IsSubTotalFlag = false;
  166. this.dgvInvoice.IsTopDeep = false;
  167. this.dgvInvoice.Location = new System.Drawing.Point(0, 95);
  168. this.dgvInvoice.MergeColumnNames = null;
  169. this.dgvInvoice.MergeDetailColumnNames = null;
  170. this.dgvInvoice.MergeDetailOnlyColumn = null;
  171. this.dgvInvoice.MergeOnlyColumn = null;
  172. this.dgvInvoice.MultiSelect = false;
  173. this.dgvInvoice.Name = "dgvInvoice";
  174. this.dgvInvoice.ReadOnly = true;
  175. this.dgvInvoice.RefreshAtHscroll = false;
  176. this.dgvInvoice.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  177. this.dgvInvoice.RowHeadersWidth = 50;
  178. this.dgvInvoice.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  179. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  180. this.dgvInvoice.RowsDefaultCellStyle = dataGridViewCellStyle5;
  181. this.dgvInvoice.RowTemplate.Height = 21;
  182. this.dgvInvoice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  183. this.dgvInvoice.Size = new System.Drawing.Size(969, 464);
  184. this.dgvInvoice.SortOrderColumnName = null;
  185. this.dgvInvoice.TabIndex = 2;
  186. this.dgvInvoice.Tag = true;
  187. this.dgvInvoice.TotalSumColumns = null;
  188. this.dgvInvoice.ViewRowFilter = "";
  189. this.dgvInvoice.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInvoice_CellDoubleClick);
  190. this.dgvInvoice.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
  191. this.dgvInvoice.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInvoice_KeyDown);
  192. //
  193. // LayoutName
  194. //
  195. this.LayoutName.DataPropertyName = "LayoutName";
  196. this.LayoutName.HeaderText = "模板名称";
  197. this.LayoutName.Name = "LayoutName";
  198. this.LayoutName.ReadOnly = true;
  199. this.LayoutName.Width = 150;
  200. //
  201. // goodstypename
  202. //
  203. this.goodstypename.DataPropertyName = "goodstypename";
  204. this.goodstypename.HeaderText = "产品类别";
  205. this.goodstypename.Name = "goodstypename";
  206. this.goodstypename.ReadOnly = true;
  207. //
  208. // logonamecode
  209. //
  210. this.logonamecode.DataPropertyName = "logonamecode";
  211. this.logonamecode.HeaderText = "产品商标";
  212. this.logonamecode.Name = "logonamecode";
  213. this.logonamecode.ReadOnly = true;
  214. //
  215. // colHeight
  216. //
  217. this.colHeight.DataPropertyName = "Height";
  218. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  219. dataGridViewCellStyle3.Format = "#,###.00";
  220. this.colHeight.DefaultCellStyle = dataGridViewCellStyle3;
  221. this.colHeight.HeaderText = "纸张高度(mm)";
  222. this.colHeight.Name = "colHeight";
  223. this.colHeight.ReadOnly = true;
  224. //
  225. // colWidth
  226. //
  227. this.colWidth.DataPropertyName = "Width";
  228. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  229. dataGridViewCellStyle4.Format = "#,###.00";
  230. this.colWidth.DefaultCellStyle = dataGridViewCellStyle4;
  231. this.colWidth.HeaderText = "纸张宽度(mm)";
  232. this.colWidth.Name = "colWidth";
  233. this.colWidth.ReadOnly = true;
  234. //
  235. // Remarks
  236. //
  237. this.Remarks.DataPropertyName = "Remarks";
  238. this.Remarks.HeaderText = "备注";
  239. this.Remarks.Name = "Remarks";
  240. this.Remarks.ReadOnly = true;
  241. this.Remarks.Width = 170;
  242. //
  243. // ValueFlag
  244. //
  245. this.ValueFlag.DataPropertyName = "ValueFlag";
  246. this.ValueFlag.FalseValue = "0";
  247. this.ValueFlag.HeaderText = "有效标识";
  248. this.ValueFlag.Name = "ValueFlag";
  249. this.ValueFlag.ReadOnly = true;
  250. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  251. this.ValueFlag.TrueValue = "1";
  252. //
  253. // InvoiceLayoutID
  254. //
  255. this.InvoiceLayoutID.DataPropertyName = "LayoutID";
  256. this.InvoiceLayoutID.HeaderText = "票据格式ID";
  257. this.InvoiceLayoutID.Name = "InvoiceLayoutID";
  258. this.InvoiceLayoutID.ReadOnly = true;
  259. this.InvoiceLayoutID.Visible = false;
  260. //
  261. // goodstypecode
  262. //
  263. this.goodstypecode.DataPropertyName = "goodstypecode";
  264. this.goodstypecode.HeaderText = "产品类别编码";
  265. this.goodstypecode.Name = "goodstypecode";
  266. this.goodstypecode.ReadOnly = true;
  267. this.goodstypecode.Visible = false;
  268. //
  269. // gbxCondition
  270. //
  271. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  272. | System.Windows.Forms.AnchorStyles.Right)));
  273. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  274. this.gbxCondition.Controls.Add(this.scbGoodsType);
  275. this.gbxCondition.Controls.Add(this.lblGoodsType);
  276. this.gbxCondition.Controls.Add(this.ckcLogo);
  277. this.gbxCondition.Controls.Add(this.chkValueFlag);
  278. this.gbxCondition.Controls.Add(this.lblValueFlag);
  279. this.gbxCondition.Controls.Add(this.txtRemarks);
  280. this.gbxCondition.Controls.Add(this.lblRemarks);
  281. this.gbxCondition.Controls.Add(this.txtInvoiceName);
  282. this.gbxCondition.Controls.Add(this.c_Label1);
  283. this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
  284. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  286. this.gbxCondition.Location = new System.Drawing.Point(0, 40);
  287. this.gbxCondition.Name = "gbxCondition";
  288. this.gbxCondition.Size = new System.Drawing.Size(966, 49);
  289. this.gbxCondition.TabIndex = 1;
  290. this.gbxCondition.TabStop = false;
  291. this.gbxCondition.Text = "查询条件";
  292. //
  293. // ckcLogo
  294. //
  295. this.ckcLogo.FormattingEnabled = true;
  296. this.ckcLogo.HasNullData = true;
  297. this.ckcLogo.Location = new System.Drawing.Point(441, 20);
  298. this.ckcLogo.Name = "ckcLogo";
  299. this.ckcLogo.Size = new System.Drawing.Size(120, 20);
  300. this.ckcLogo.TabIndex = 4;
  301. //
  302. // chkValueFlag
  303. //
  304. this.chkValueFlag.FlagBoxChecked = Dongke.WinForm.Controls.FlagCheckBoxChecked.All;
  305. this.chkValueFlag.Location = new System.Drawing.Point(843, 23);
  306. this.chkValueFlag.Name = "chkValueFlag";
  307. this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
  308. this.chkValueFlag.TabIndex = 9;
  309. //
  310. // lblValueFlag
  311. //
  312. this.lblValueFlag.Location = new System.Drawing.Point(784, 24);
  313. this.lblValueFlag.Name = "lblValueFlag";
  314. this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
  315. this.lblValueFlag.TabIndex = 8;
  316. this.lblValueFlag.Text = "有效标识";
  317. //
  318. // c_Label1
  319. //
  320. this.c_Label1.AutoSize = true;
  321. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  322. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this.c_Label1.Location = new System.Drawing.Point(382, 24);
  325. this.c_Label1.Name = "c_Label1";
  326. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  327. this.c_Label1.TabIndex = 3;
  328. this.c_Label1.Text = "产品商标";
  329. //
  330. // tsrSupplier
  331. //
  332. this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  334. this.tsbtnSearch,
  335. this.tsbtnClearCondition,
  336. this.toolStripSeparator4,
  337. this.tsbtnAddInvoice,
  338. this.tsbtnEdit,
  339. this.tsbtnEditInvoice,
  340. this.tsbtnPreviewInvoice,
  341. this.tsbtnDelete,
  342. this.toolStripSeparator1,
  343. this.tsbtnExport,
  344. this.tsbtnImport,
  345. this.toolStripSeparator2,
  346. this.tsbtnAdaptive,
  347. this.tsbtnClose});
  348. this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
  349. this.tsrSupplier.Name = "tsrSupplier";
  350. this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
  351. this.tsrSupplier.TabIndex = 3;
  352. this.tsrSupplier.Text = "tsrToolStrip1";
  353. //
  354. // tsbtnSearch
  355. //
  356. this.tsbtnSearch.AutoSize = false;
  357. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  359. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  360. this.tsbtnSearch.Name = "tsbtnSearch";
  361. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  362. this.tsbtnSearch.Text = "查询(&Q)";
  363. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  364. //
  365. // tsbtnClearCondition
  366. //
  367. this.tsbtnClearCondition.AutoSize = false;
  368. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  370. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  371. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  372. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  373. this.tsbtnClearCondition.Text = "清空条件(&C)";
  374. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  375. //
  376. // toolStripSeparator4
  377. //
  378. this.toolStripSeparator4.AutoSize = false;
  379. this.toolStripSeparator4.Name = "toolStripSeparator4";
  380. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  381. //
  382. // tsbtnAddInvoice
  383. //
  384. this.tsbtnAddInvoice.AutoSize = false;
  385. this.tsbtnAddInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.tsbtnAddInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  387. this.tsbtnAddInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
  388. this.tsbtnAddInvoice.Name = "tsbtnAddInvoice";
  389. this.tsbtnAddInvoice.Size = new System.Drawing.Size(60, 25);
  390. this.tsbtnAddInvoice.Text = "新建";
  391. this.tsbtnAddInvoice.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
  392. //
  393. // tsbtnEdit
  394. //
  395. this.tsbtnEdit.AutoSize = false;
  396. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  398. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  399. this.tsbtnEdit.Name = "tsbtnEdit";
  400. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  401. this.tsbtnEdit.Text = "编辑";
  402. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  403. //
  404. // tsbtnEditInvoice
  405. //
  406. this.tsbtnEditInvoice.AutoSize = false;
  407. this.tsbtnEditInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.tsbtnEditInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  409. this.tsbtnEditInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
  410. this.tsbtnEditInvoice.Name = "tsbtnEditInvoice";
  411. this.tsbtnEditInvoice.Size = new System.Drawing.Size(80, 25);
  412. this.tsbtnEditInvoice.Text = "编辑格式";
  413. this.tsbtnEditInvoice.Click += new System.EventHandler(this.tsbtnEditInvoice_Click);
  414. //
  415. // tsbtnPreviewInvoice
  416. //
  417. this.tsbtnPreviewInvoice.AutoSize = false;
  418. this.tsbtnPreviewInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.tsbtnPreviewInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  420. this.tsbtnPreviewInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
  421. this.tsbtnPreviewInvoice.Name = "tsbtnPreviewInvoice";
  422. this.tsbtnPreviewInvoice.Size = new System.Drawing.Size(60, 25);
  423. this.tsbtnPreviewInvoice.Text = "预览";
  424. this.tsbtnPreviewInvoice.Click += new System.EventHandler(this.tsbtnPreviewInvoice_Click);
  425. //
  426. // tsbtnDelete
  427. //
  428. this.tsbtnDelete.AutoSize = false;
  429. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  431. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  432. this.tsbtnDelete.Name = "tsbtnDelete";
  433. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  434. this.tsbtnDelete.Text = "删除";
  435. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  436. //
  437. // toolStripSeparator1
  438. //
  439. this.toolStripSeparator1.AutoSize = false;
  440. this.toolStripSeparator1.Name = "toolStripSeparator1";
  441. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  442. //
  443. // tsbtnExport
  444. //
  445. this.tsbtnExport.AutoSize = false;
  446. this.tsbtnExport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.tsbtnExport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  448. this.tsbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
  449. this.tsbtnExport.Name = "tsbtnExport";
  450. this.tsbtnExport.Size = new System.Drawing.Size(60, 25);
  451. this.tsbtnExport.Text = "导出";
  452. this.tsbtnExport.Visible = false;
  453. this.tsbtnExport.Click += new System.EventHandler(this.tsbtnExport_Click);
  454. //
  455. // tsbtnImport
  456. //
  457. this.tsbtnImport.AutoSize = false;
  458. this.tsbtnImport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  460. this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  461. this.tsbtnImport.Name = "tsbtnImport";
  462. this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
  463. this.tsbtnImport.Text = "导入";
  464. this.tsbtnImport.Visible = false;
  465. this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
  466. //
  467. // toolStripSeparator2
  468. //
  469. this.toolStripSeparator2.AutoSize = false;
  470. this.toolStripSeparator2.Name = "toolStripSeparator2";
  471. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  472. this.toolStripSeparator2.Visible = false;
  473. //
  474. // tsbtnAdaptive
  475. //
  476. this.tsbtnAdaptive.AutoSize = false;
  477. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  479. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  480. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  481. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  482. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  483. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  484. //
  485. // tsbtnClose
  486. //
  487. this.tsbtnClose.AutoSize = false;
  488. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  490. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  491. this.tsbtnClose.Name = "tsbtnClose";
  492. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  493. this.tsbtnClose.Text = "关闭(&X)";
  494. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  495. //
  496. // lblGoodsType
  497. //
  498. this.lblGoodsType.AutoSize = true;
  499. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  500. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  502. this.lblGoodsType.Location = new System.Drawing.Point(197, 24);
  503. this.lblGoodsType.Name = "lblGoodsType";
  504. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  505. this.lblGoodsType.TabIndex = 22;
  506. this.lblGoodsType.Text = "产品类别";
  507. //
  508. // scbGoodsType
  509. //
  510. this.scbGoodsType.Location = new System.Drawing.Point(256, 20);
  511. this.scbGoodsType.MultiSelect = false;
  512. this.scbGoodsType.Name = "scbGoodsType";
  513. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  514. this.scbGoodsType.TabIndex = 23;
  515. //
  516. // F_MST_012001
  517. //
  518. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  519. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  520. this.ClientSize = new System.Drawing.Size(969, 562);
  521. this.Controls.Add(this.tsrSupplier);
  522. this.Controls.Add(this.dgvInvoice);
  523. this.Controls.Add(this.gbxCondition);
  524. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  525. this.Name = "F_MST_012001";
  526. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  527. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_012001_FormClosed);
  528. this.Load += new System.EventHandler(this.F_MST_012001_Load);
  529. ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).EndInit();
  530. this.gbxCondition.ResumeLayout(false);
  531. this.gbxCondition.PerformLayout();
  532. this.tsrSupplier.ResumeLayout(false);
  533. this.tsrSupplier.PerformLayout();
  534. this.ResumeLayout(false);
  535. }
  536. #endregion
  537. private WinForm.Controls.TxtTextBox txtInvoiceName;
  538. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblInvoiceLayoutName;
  539. private WinForm.Controls.TxtTextBox txtRemarks;
  540. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  541. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvInvoice;
  542. private System.Windows.Forms.GroupBox gbxCondition;
  543. private WinForm.Controls.TsrToolStrip tsrSupplier;
  544. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  545. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  546. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  547. private System.Windows.Forms.ToolStripButton tsbtnAddInvoice;
  548. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  549. private System.Windows.Forms.ToolStripButton tsbtnEditInvoice;
  550. private System.Windows.Forms.ToolStripButton tsbtnPreviewInvoice;
  551. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  552. private System.Windows.Forms.ToolStripButton tsbtnClose;
  553. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  554. private System.Windows.Forms.ToolStripButton tsbtnExport;
  555. private System.Windows.Forms.ToolStripButton tsbtnImport;
  556. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  557. private WinForm.Controls.ChkFlagCheckBox chkValueFlag;
  558. private WinForm.Controls.LblLabel lblValueFlag;
  559. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn LayoutName;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn logonamecode;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  566. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn InvoiceLayoutID;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypecode;
  569. private WinForm.Controls.CkcCheckedComboBox ckcLogo;
  570. private Basics.BaseControls.C_Label c_Label1;
  571. private Basics.BaseControls.C_Label lblGoodsType;
  572. private SearchBox.ScbGoodsType scbGoodsType;
  573. }
  574. }