F_SET_014003.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls
  3. {
  4. partial class F_SET_014003
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SET_014003));
  36. this.tsrOperate = new System.Windows.Forms.ToolStrip();
  37. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnPageSetting = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnPrinterSetting = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnPrintPreview = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnPrint = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.printDialog = new System.Windows.Forms.PrintDialog();
  48. this.printDocument1 = new System.Drawing.Printing.PrintDocument();
  49. this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog();
  50. this.gbxCondition = new System.Windows.Forms.GroupBox();
  51. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  52. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
  54. this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.dgvInvoice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.LayoutName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.coldisplayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  62. this.InvoiceLayoutID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
  64. this.tsrOperate.SuspendLayout();
  65. this.gbxCondition.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tsrOperate
  70. //
  71. this.tsrOperate.AutoSize = false;
  72. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  73. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.tsbtnSearch,
  76. this.tsbtnClearCondition,
  77. this.toolStripSeparator1,
  78. this.tsbtnPageSetting,
  79. this.tsbtnPrinterSetting,
  80. this.tsbtnPrintPreview,
  81. this.tsbtnPrint,
  82. this.toolStripSeparator3,
  83. this.tsbtnAdaptive,
  84. this.tsbtnClose});
  85. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  86. this.tsrOperate.Name = "tsrOperate";
  87. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  88. this.tsrOperate.ShowItemToolTips = false;
  89. this.tsrOperate.Size = new System.Drawing.Size(824, 33);
  90. this.tsrOperate.TabIndex = 1;
  91. //
  92. // tsbtnSearch
  93. //
  94. this.tsbtnSearch.AutoSize = false;
  95. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  97. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbtnSearch.Name = "tsbtnSearch";
  99. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  100. this.tsbtnSearch.Text = "查询(&Q)";
  101. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  102. //
  103. // tsbtnClearCondition
  104. //
  105. this.tsbtnClearCondition.AutoSize = false;
  106. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  108. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  110. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  111. this.tsbtnClearCondition.Text = "清空条件(&C)";
  112. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  113. //
  114. // toolStripSeparator1
  115. //
  116. this.toolStripSeparator1.AutoSize = false;
  117. this.toolStripSeparator1.Name = "toolStripSeparator1";
  118. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  119. //
  120. // tsbtnPageSetting
  121. //
  122. this.tsbtnPageSetting.AutoSize = false;
  123. this.tsbtnPageSetting.Font = new System.Drawing.Font("宋体", 9F);
  124. this.tsbtnPageSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  125. this.tsbtnPageSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tsbtnPageSetting.Name = "tsbtnPageSetting";
  127. this.tsbtnPageSetting.Size = new System.Drawing.Size(80, 25);
  128. this.tsbtnPageSetting.Text = "页面设置(&G)";
  129. this.tsbtnPageSetting.Click += new System.EventHandler(this.tsbtnPageSetting_Click);
  130. //
  131. // tsbtnPrinterSetting
  132. //
  133. this.tsbtnPrinterSetting.AutoSize = false;
  134. this.tsbtnPrinterSetting.Font = new System.Drawing.Font("宋体", 9F);
  135. this.tsbtnPrinterSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  136. this.tsbtnPrinterSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbtnPrinterSetting.Name = "tsbtnPrinterSetting";
  138. this.tsbtnPrinterSetting.Size = new System.Drawing.Size(90, 25);
  139. this.tsbtnPrinterSetting.Text = "打印机设置(&R)";
  140. this.tsbtnPrinterSetting.Click += new System.EventHandler(this.tsbtnPrinterSetting_Click);
  141. //
  142. // tsbtnPrintPreview
  143. //
  144. this.tsbtnPrintPreview.AutoSize = false;
  145. this.tsbtnPrintPreview.Font = new System.Drawing.Font("宋体", 9F);
  146. this.tsbtnPrintPreview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  147. this.tsbtnPrintPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsbtnPrintPreview.Name = "tsbtnPrintPreview";
  149. this.tsbtnPrintPreview.Size = new System.Drawing.Size(80, 25);
  150. this.tsbtnPrintPreview.Text = "打印预览(&W)";
  151. this.tsbtnPrintPreview.Click += new System.EventHandler(this.tsbtnPrintPreview_Click);
  152. //
  153. // tsbtnPrint
  154. //
  155. this.tsbtnPrint.AutoSize = false;
  156. this.tsbtnPrint.Font = new System.Drawing.Font("宋体", 9F);
  157. this.tsbtnPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  158. this.tsbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.tsbtnPrint.Name = "tsbtnPrint";
  160. this.tsbtnPrint.Size = new System.Drawing.Size(60, 25);
  161. this.tsbtnPrint.Text = "打印(&P)";
  162. this.tsbtnPrint.Click += new System.EventHandler(this.tsbtnPrint_Click);
  163. //
  164. // toolStripSeparator3
  165. //
  166. this.toolStripSeparator3.AutoSize = false;
  167. this.toolStripSeparator3.Name = "toolStripSeparator3";
  168. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  169. //
  170. // tsbtnAdaptive
  171. //
  172. this.tsbtnAdaptive.AutoSize = false;
  173. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  175. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  177. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  178. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  179. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  180. //
  181. // tsbtnClose
  182. //
  183. this.tsbtnClose.AutoSize = false;
  184. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F);
  185. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  186. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbtnClose.Name = "tsbtnClose";
  188. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  189. this.tsbtnClose.Text = "关闭(&X)";
  190. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  191. //
  192. // printDialog
  193. //
  194. this.printDialog.AllowPrintToFile = false;
  195. this.printDialog.Document = this.printDocument1;
  196. this.printDialog.ShowNetwork = false;
  197. //
  198. // printDocument1
  199. //
  200. this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
  201. this.printDocument1.EndPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
  202. this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
  203. this.printDocument1.QueryPageSettings += new System.Drawing.Printing.QueryPageSettingsEventHandler(this.printDocument1_QueryPageSettings);
  204. //
  205. // pageSetupDialog
  206. //
  207. this.pageSetupDialog.AllowMargins = false;
  208. this.pageSetupDialog.Document = this.printDocument1;
  209. this.pageSetupDialog.ShowNetwork = false;
  210. //
  211. // gbxCondition
  212. //
  213. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  216. this.gbxCondition.Controls.Add(this.txtRemarks);
  217. this.gbxCondition.Controls.Add(this.lblRemarks);
  218. this.gbxCondition.Controls.Add(this.txtInvoiceName);
  219. this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
  220. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  222. this.gbxCondition.Location = new System.Drawing.Point(0, 36);
  223. this.gbxCondition.Name = "gbxCondition";
  224. this.gbxCondition.Size = new System.Drawing.Size(824, 49);
  225. this.gbxCondition.TabIndex = 2;
  226. this.gbxCondition.TabStop = false;
  227. this.gbxCondition.Text = "查询条件";
  228. //
  229. // txtRemarks
  230. //
  231. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.txtRemarks.Location = new System.Drawing.Point(232, 20);
  233. this.txtRemarks.Name = "txtRemarks";
  234. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  235. this.txtRemarks.Size = new System.Drawing.Size(176, 21);
  236. this.txtRemarks.TabIndex = 7;
  237. //
  238. // lblRemarks
  239. //
  240. this.lblRemarks.AutoSize = true;
  241. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  242. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  244. this.lblRemarks.Location = new System.Drawing.Point(197, 24);
  245. this.lblRemarks.Name = "lblRemarks";
  246. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  247. this.lblRemarks.TabIndex = 5;
  248. this.lblRemarks.Text = "备注";
  249. //
  250. // txtInvoiceName
  251. //
  252. this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.txtInvoiceName.Location = new System.Drawing.Point(71, 20);
  254. this.txtInvoiceName.Name = "txtInvoiceName";
  255. this.txtInvoiceName.Size = new System.Drawing.Size(120, 21);
  256. this.txtInvoiceName.TabIndex = 1;
  257. //
  258. // lblInvoiceLayoutName
  259. //
  260. this.lblInvoiceLayoutName.AutoSize = true;
  261. this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
  262. this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
  264. this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
  265. this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
  266. this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
  267. this.lblInvoiceLayoutName.TabIndex = 0;
  268. this.lblInvoiceLayoutName.Text = "模板名称";
  269. //
  270. // dgvInvoice
  271. //
  272. this.dgvInvoice.AllowUserToAddRows = false;
  273. this.dgvInvoice.AllowUserToDeleteRows = false;
  274. this.dgvInvoice.AllowUserToModifyRows = true;
  275. this.dgvInvoice.AllowUserToOrderColumns = true;
  276. this.dgvInvoice.AllowUserToResizeRows = false;
  277. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  278. this.dgvInvoice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  279. this.dgvInvoice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  280. | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.dgvInvoice.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  283. this.dgvInvoice.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  284. this.dgvInvoice.CellHeight = 23;
  285. this.dgvInvoice.ChildNodeColumnName = null;
  286. this.dgvInvoice.ChildNodeColumnText = null;
  287. this.dgvInvoice.ColumnDeep = 1;
  288. this.dgvInvoice.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  289. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  290. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  291. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  293. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  294. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  295. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  296. this.dgvInvoice.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  297. this.dgvInvoice.ColumnHeadersHeight = 29;
  298. this.dgvInvoice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  299. this.dgvInvoice.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  300. this.LayoutName,
  301. this.colHeight,
  302. this.colWidth,
  303. this.coldisplayno,
  304. this.Remarks,
  305. this.ValueFlag,
  306. this.InvoiceLayoutID});
  307. this.dgvInvoice.ColumnTreeView = null;
  308. 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)));
  309. this.dgvInvoice.DynamicColumnName = "";
  310. this.dgvInvoice.EnableHeadersVisualStyles = false;
  311. this.dgvInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.dgvInvoice.FormatQuantityColumns = null;
  313. this.dgvInvoice.HasNode = false;
  314. this.dgvInvoice.HorizontalMergeColumn = null;
  315. this.dgvInvoice.IsAutoCountSum = true;
  316. this.dgvInvoice.IsAutoResizeColumns = false;
  317. this.dgvInvoice.IsClickF12 = false;
  318. this.dgvInvoice.IsOpenMergeCellFlag = false;
  319. this.dgvInvoice.IsSubTotalFlag = false;
  320. this.dgvInvoice.IsTopDeep = false;
  321. this.dgvInvoice.Location = new System.Drawing.Point(0, 91);
  322. this.dgvInvoice.MergeColumnNames = null;
  323. this.dgvInvoice.MergeDetailColumnNames = null;
  324. this.dgvInvoice.MergeDetailOnlyColumn = null;
  325. this.dgvInvoice.MergeOnlyColumn = null;
  326. this.dgvInvoice.MultiSelect = false;
  327. this.dgvInvoice.Name = "dgvInvoice";
  328. this.dgvInvoice.ReadOnly = true;
  329. this.dgvInvoice.RefreshAtHscroll = false;
  330. this.dgvInvoice.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  331. this.dgvInvoice.RowHeadersWidth = 50;
  332. this.dgvInvoice.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  333. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  334. this.dgvInvoice.RowsDefaultCellStyle = dataGridViewCellStyle6;
  335. this.dgvInvoice.RowTemplate.Height = 21;
  336. this.dgvInvoice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  337. this.dgvInvoice.Size = new System.Drawing.Size(824, 238);
  338. this.dgvInvoice.SortOrderColumnName = null;
  339. this.dgvInvoice.TabIndex = 3;
  340. this.dgvInvoice.Tag = true;
  341. this.dgvInvoice.TotalSumColumns = null;
  342. this.dgvInvoice.ViewRowFilter = "";
  343. this.dgvInvoice.VirtualNodes = false;
  344. //
  345. // LayoutName
  346. //
  347. this.LayoutName.DataPropertyName = "LayoutName";
  348. this.LayoutName.HeaderText = "模板名称";
  349. this.LayoutName.MinimumWidth = 6;
  350. this.LayoutName.Name = "LayoutName";
  351. this.LayoutName.ReadOnly = true;
  352. this.LayoutName.Width = 150;
  353. //
  354. // colHeight
  355. //
  356. this.colHeight.DataPropertyName = "Height";
  357. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  358. dataGridViewCellStyle3.Format = "#,###.00";
  359. this.colHeight.DefaultCellStyle = dataGridViewCellStyle3;
  360. this.colHeight.HeaderText = "纸张高度(mm)";
  361. this.colHeight.MinimumWidth = 6;
  362. this.colHeight.Name = "colHeight";
  363. this.colHeight.ReadOnly = true;
  364. this.colHeight.Width = 125;
  365. //
  366. // colWidth
  367. //
  368. this.colWidth.DataPropertyName = "Width";
  369. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  370. dataGridViewCellStyle4.Format = "#,###.00";
  371. this.colWidth.DefaultCellStyle = dataGridViewCellStyle4;
  372. this.colWidth.HeaderText = "纸张宽度(mm)";
  373. this.colWidth.MinimumWidth = 6;
  374. this.colWidth.Name = "colWidth";
  375. this.colWidth.ReadOnly = true;
  376. this.colWidth.Width = 125;
  377. //
  378. // coldisplayno
  379. //
  380. this.coldisplayno.DataPropertyName = "displayno";
  381. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  382. this.coldisplayno.DefaultCellStyle = dataGridViewCellStyle5;
  383. this.coldisplayno.HeaderText = "显示顺序";
  384. this.coldisplayno.Name = "coldisplayno";
  385. this.coldisplayno.ReadOnly = true;
  386. //
  387. // Remarks
  388. //
  389. this.Remarks.DataPropertyName = "Remarks";
  390. this.Remarks.HeaderText = "备注";
  391. this.Remarks.MinimumWidth = 6;
  392. this.Remarks.Name = "Remarks";
  393. this.Remarks.ReadOnly = true;
  394. this.Remarks.Width = 170;
  395. //
  396. // ValueFlag
  397. //
  398. this.ValueFlag.DataPropertyName = "ValueFlag";
  399. this.ValueFlag.FalseValue = "0";
  400. this.ValueFlag.HeaderText = "有效标识";
  401. this.ValueFlag.MinimumWidth = 6;
  402. this.ValueFlag.Name = "ValueFlag";
  403. this.ValueFlag.ReadOnly = true;
  404. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  405. this.ValueFlag.TrueValue = "1";
  406. this.ValueFlag.Visible = false;
  407. this.ValueFlag.Width = 125;
  408. //
  409. // InvoiceLayoutID
  410. //
  411. this.InvoiceLayoutID.DataPropertyName = "LayoutID";
  412. this.InvoiceLayoutID.HeaderText = "票据格式ID";
  413. this.InvoiceLayoutID.MinimumWidth = 6;
  414. this.InvoiceLayoutID.Name = "InvoiceLayoutID";
  415. this.InvoiceLayoutID.ReadOnly = true;
  416. this.InvoiceLayoutID.Visible = false;
  417. this.InvoiceLayoutID.Width = 125;
  418. //
  419. // printPreviewDialog1
  420. //
  421. this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
  422. this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
  423. this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
  424. this.printPreviewDialog1.Document = this.printDocument1;
  425. this.printPreviewDialog1.Enabled = true;
  426. this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
  427. this.printPreviewDialog1.Name = "printPreviewDialog1";
  428. this.printPreviewDialog1.Visible = false;
  429. //
  430. // F_SET_014003
  431. //
  432. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  433. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  434. this.ClientSize = new System.Drawing.Size(824, 354);
  435. this.Controls.Add(this.dgvInvoice);
  436. this.Controls.Add(this.gbxCondition);
  437. this.Controls.Add(this.tsrOperate);
  438. this.MaximizeBox = false;
  439. this.MinimizeBox = false;
  440. this.Name = "F_SET_014003";
  441. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  442. this.Text = "条码打印";
  443. this.Load += new System.EventHandler(this.F_SET_014003_Load);
  444. this.Shown += new System.EventHandler(this.F_SET_014003_Shown);
  445. this.Controls.SetChildIndex(this.tsrOperate, 0);
  446. this.Controls.SetChildIndex(this.gbxCondition, 0);
  447. this.Controls.SetChildIndex(this.dgvInvoice, 0);
  448. this.tsrOperate.ResumeLayout(false);
  449. this.tsrOperate.PerformLayout();
  450. this.gbxCondition.ResumeLayout(false);
  451. this.gbxCondition.PerformLayout();
  452. ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).EndInit();
  453. this.ResumeLayout(false);
  454. this.PerformLayout();
  455. }
  456. #endregion
  457. private System.Windows.Forms.ToolStrip tsrOperate;
  458. private System.Windows.Forms.ToolStripButton tsbtnPageSetting;
  459. private System.Windows.Forms.ToolStripButton tsbtnPrinterSetting;
  460. private System.Windows.Forms.ToolStripButton tsbtnPrintPreview;
  461. private System.Windows.Forms.ToolStripButton tsbtnPrint;
  462. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  463. private System.Windows.Forms.ToolStripButton tsbtnClose;
  464. private System.Windows.Forms.PrintDialog printDialog;
  465. private System.Windows.Forms.PageSetupDialog pageSetupDialog;
  466. private System.Windows.Forms.GroupBox gbxCondition;
  467. private WinForm.Controls.TxtTextBox txtRemarks;
  468. private Basics.BaseControls.C_Label lblRemarks;
  469. private WinForm.Controls.TxtTextBox txtInvoiceName;
  470. private Basics.BaseControls.C_Label lblInvoiceLayoutName;
  471. private Basics.BaseControls.C_DataGridView dgvInvoice;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn LayoutName;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn coldisplayno;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  477. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn InvoiceLayoutID;
  479. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  480. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  481. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  482. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  483. private System.Drawing.Printing.PrintDocument printDocument1;
  484. private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
  485. }
  486. }