F_SET_014001.Designer.cs 30 KB

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