F_MST_012001.designer.cs 36 KB

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