PaperAreaSetting.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class PaperAreaSetting
  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. this.components = new System.ComponentModel.Container();
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaperAreaSetting));
  33. this.dgrdPaperSize = new System.Windows.Forms.DataGridView();
  34. this.colSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  38. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.numerWidth = new System.Windows.Forms.NumericUpDown();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.numerHeight = new System.Windows.Forms.NumericUpDown();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  46. ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // pnlBack
  52. //
  53. this.pnlBack.Size = new System.Drawing.Size(304, 321);
  54. //
  55. // dgrdPaperSize
  56. //
  57. this.dgrdPaperSize.AllowUserToAddRows = false;
  58. this.dgrdPaperSize.AllowUserToDeleteRows = false;
  59. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  60. this.dgrdPaperSize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  61. this.dgrdPaperSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.dgrdPaperSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  65. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  66. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  67. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  69. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  70. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  71. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  72. this.dgrdPaperSize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  73. this.dgrdPaperSize.ColumnHeadersHeight = 25;
  74. this.dgrdPaperSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  75. this.colSize,
  76. this.colHeight,
  77. this.colWidth});
  78. this.dgrdPaperSize.EnableHeadersVisualStyles = false;
  79. this.dgrdPaperSize.Location = new System.Drawing.Point(12, 39);
  80. this.dgrdPaperSize.MultiSelect = false;
  81. this.dgrdPaperSize.Name = "dgrdPaperSize";
  82. this.dgrdPaperSize.ReadOnly = true;
  83. this.dgrdPaperSize.RowHeadersWidth = 45;
  84. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  85. this.dgrdPaperSize.RowsDefaultCellStyle = dataGridViewCellStyle3;
  86. this.dgrdPaperSize.RowTemplate.Height = 21;
  87. this.dgrdPaperSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  88. this.dgrdPaperSize.Size = new System.Drawing.Size(280, 240);
  89. this.dgrdPaperSize.TabIndex = 7;
  90. this.dgrdPaperSize.SelectionChanged += new System.EventHandler(this.dgrdPaperSize_SelectionChanged);
  91. this.dgrdPaperSize.Leave += new System.EventHandler(this.dgrdPaperSize_Leave);
  92. //
  93. // colSize
  94. //
  95. this.colSize.DataPropertyName = "SizeName";
  96. this.colSize.HeaderText = "纸张尺寸";
  97. this.colSize.Name = "colSize";
  98. this.colSize.ReadOnly = true;
  99. this.colSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  100. this.colSize.Width = 200;
  101. //
  102. // colHeight
  103. //
  104. this.colHeight.DataPropertyName = "Height";
  105. this.colHeight.HeaderText = "Height";
  106. this.colHeight.Name = "colHeight";
  107. this.colHeight.ReadOnly = true;
  108. this.colHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  109. this.colHeight.Visible = false;
  110. //
  111. // colWidth
  112. //
  113. this.colWidth.DataPropertyName = "Width";
  114. this.colWidth.HeaderText = "Width";
  115. this.colWidth.Name = "colWidth";
  116. this.colWidth.ReadOnly = true;
  117. this.colWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  118. this.colWidth.Visible = false;
  119. //
  120. // btnCancel
  121. //
  122. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  123. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  124. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  125. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnCancel.Location = new System.Drawing.Point(207, 285);
  127. this.btnCancel.Name = "btnCancel";
  128. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  129. this.btnCancel.TabIndex = 9;
  130. this.btnCancel.Text = "取消";
  131. this.btnCancel.UseVisualStyleBackColor = true;
  132. //
  133. // btnOK
  134. //
  135. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  137. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  138. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnOK.Location = new System.Drawing.Point(116, 285);
  140. this.btnOK.Name = "btnOK";
  141. this.btnOK.Size = new System.Drawing.Size(85, 33);
  142. this.btnOK.TabIndex = 8;
  143. this.btnOK.Text = "确定";
  144. this.btnOK.UseVisualStyleBackColor = true;
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.BackColor = System.Drawing.Color.Transparent;
  150. this.label2.Location = new System.Drawing.Point(106, 15);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(17, 12);
  153. this.label2.TabIndex = 2;
  154. this.label2.Text = "mm";
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.BackColor = System.Drawing.Color.Transparent;
  160. this.label3.Location = new System.Drawing.Point(237, 15);
  161. this.label3.Name = "label3";
  162. this.label3.Size = new System.Drawing.Size(17, 12);
  163. this.label3.TabIndex = 5;
  164. this.label3.Text = "mm";
  165. //
  166. // numerWidth
  167. //
  168. this.numerWidth.DecimalPlaces = 1;
  169. this.numerWidth.Increment = new decimal(new int[] {
  170. 1,
  171. 0,
  172. 0,
  173. 65536});
  174. this.numerWidth.Location = new System.Drawing.Point(35, 12);
  175. this.numerWidth.Maximum = new decimal(new int[] {
  176. 4200,
  177. 0,
  178. 0,
  179. 65536});
  180. this.numerWidth.Minimum = new decimal(new int[] {
  181. 10,
  182. 0,
  183. 0,
  184. 0});
  185. this.numerWidth.Name = "numerWidth";
  186. this.numerWidth.Size = new System.Drawing.Size(65, 21);
  187. this.numerWidth.TabIndex = 1;
  188. this.numerWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  189. this.numerWidth.Value = new decimal(new int[] {
  190. 210,
  191. 0,
  192. 0,
  193. 0});
  194. //
  195. // label4
  196. //
  197. this.label4.AutoSize = true;
  198. this.label4.BackColor = System.Drawing.Color.Transparent;
  199. this.label4.Location = new System.Drawing.Point(12, 15);
  200. this.label4.Name = "label4";
  201. this.label4.Size = new System.Drawing.Size(17, 12);
  202. this.label4.TabIndex = 0;
  203. this.label4.Text = "宽";
  204. //
  205. // numerHeight
  206. //
  207. this.numerHeight.DecimalPlaces = 1;
  208. this.numerHeight.Increment = new decimal(new int[] {
  209. 1,
  210. 0,
  211. 0,
  212. 65536});
  213. this.numerHeight.Location = new System.Drawing.Point(166, 12);
  214. this.numerHeight.Maximum = new decimal(new int[] {
  215. 4200,
  216. 0,
  217. 0,
  218. 65536});
  219. this.numerHeight.Minimum = new decimal(new int[] {
  220. 10,
  221. 0,
  222. 0,
  223. 0});
  224. this.numerHeight.Name = "numerHeight";
  225. this.numerHeight.Size = new System.Drawing.Size(65, 21);
  226. this.numerHeight.TabIndex = 4;
  227. this.numerHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  228. this.numerHeight.Value = new decimal(new int[] {
  229. 297,
  230. 0,
  231. 0,
  232. 0});
  233. //
  234. // label5
  235. //
  236. this.label5.AutoSize = true;
  237. this.label5.BackColor = System.Drawing.Color.Transparent;
  238. this.label5.Location = new System.Drawing.Point(143, 15);
  239. this.label5.Name = "label5";
  240. this.label5.Size = new System.Drawing.Size(17, 12);
  241. this.label5.TabIndex = 3;
  242. this.label5.Text = "高";
  243. //
  244. // toolTip
  245. //
  246. this.toolTip.AutoPopDelay = 5000;
  247. this.toolTip.InitialDelay = 500;
  248. this.toolTip.ReshowDelay = 500;
  249. //
  250. // PaperAreaSetting
  251. //
  252. this.AcceptButton = this.btnOK;
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.BackColor = System.Drawing.SystemColors.Window;
  256. this.CancelButton = this.btnCancel;
  257. this.ClientSize = new System.Drawing.Size(304, 343);
  258. this.Controls.Add(this.label5);
  259. this.Controls.Add(this.label4);
  260. this.Controls.Add(this.numerHeight);
  261. this.Controls.Add(this.numerWidth);
  262. this.Controls.Add(this.label3);
  263. this.Controls.Add(this.label2);
  264. this.Controls.Add(this.btnCancel);
  265. this.Controls.Add(this.dgrdPaperSize);
  266. this.Controls.Add(this.btnOK);
  267. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  268. this.MinimumSize = new System.Drawing.Size(309, 158);
  269. this.Name = "PaperAreaSetting";
  270. this.ShowIcon = true;
  271. this.Text = "纸张尺寸设置";
  272. this.Shown += new System.EventHandler(this.PaperAreaSetting_Shown);
  273. this.Controls.SetChildIndex(this.pnlBack, 0);
  274. this.Controls.SetChildIndex(this.btnOK, 0);
  275. this.Controls.SetChildIndex(this.dgrdPaperSize, 0);
  276. this.Controls.SetChildIndex(this.btnCancel, 0);
  277. this.Controls.SetChildIndex(this.label2, 0);
  278. this.Controls.SetChildIndex(this.label3, 0);
  279. this.Controls.SetChildIndex(this.numerWidth, 0);
  280. this.Controls.SetChildIndex(this.numerHeight, 0);
  281. this.Controls.SetChildIndex(this.label4, 0);
  282. this.Controls.SetChildIndex(this.label5, 0);
  283. ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).EndInit();
  286. this.ResumeLayout(false);
  287. this.PerformLayout();
  288. }
  289. #endregion
  290. private System.Windows.Forms.DataGridView dgrdPaperSize;
  291. private Dongke.WinForm.Controls.BtnButton btnCancel;
  292. private Dongke.WinForm.Controls.BtnButton btnOK;
  293. private System.Windows.Forms.Label label2;
  294. private System.Windows.Forms.Label label3;
  295. private System.Windows.Forms.NumericUpDown numerWidth;
  296. private System.Windows.Forms.Label label4;
  297. private System.Windows.Forms.NumericUpDown numerHeight;
  298. private System.Windows.Forms.Label label5;
  299. private System.Windows.Forms.ToolTip toolTip;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn colSize;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
  303. }
  304. }