GridItemSetting.designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class GridItemSetting
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridItemSetting));
  30. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  31. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  32. this.colorDialog = new System.Windows.Forms.ColorDialog();
  33. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  34. this.cbxTitleVisible = new System.Windows.Forms.CheckBox();
  35. this.cbxAlwaysTitleVisible = new System.Windows.Forms.CheckBox();
  36. this.lisCols = new System.Windows.Forms.ListBox();
  37. this.btnColUp = new System.Windows.Forms.Button();
  38. this.btnColDown = new System.Windows.Forms.Button();
  39. this.btnColEdit = new System.Windows.Forms.Button();
  40. this.btnColAdd = new System.Windows.Forms.Button();
  41. this.btnColRemove = new System.Windows.Forms.Button();
  42. this.btnSelectLineTransparent = new System.Windows.Forms.Button();
  43. this.numLineWidth = new System.Windows.Forms.NumericUpDown();
  44. this.lblLineBColor = new System.Windows.Forms.Label();
  45. this.lblFillColor = new System.Windows.Forms.Label();
  46. this.lblFillBColor = new System.Windows.Forms.Label();
  47. this.txtFillColor = new System.Windows.Forms.TextBox();
  48. this.btnFillTransparent = new System.Windows.Forms.Button();
  49. this.btnSelectFillColor = new System.Windows.Forms.Button();
  50. this.txtLineColor = new System.Windows.Forms.TextBox();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.btnSelectLineColor = new System.Windows.Forms.Button();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.label4 = new System.Windows.Forms.Label();
  56. this.label5 = new System.Windows.Forms.Label();
  57. this.numLoctionX = new System.Windows.Forms.NumericUpDown();
  58. this.numLoctionY = new System.Windows.Forms.NumericUpDown();
  59. this.numHeight = new System.Windows.Forms.NumericUpDown();
  60. this.numWidth = new System.Windows.Forms.NumericUpDown();
  61. this.label18 = new System.Windows.Forms.Label();
  62. this.label16 = new System.Windows.Forms.Label();
  63. this.label14 = new System.Windows.Forms.Label();
  64. this.label12 = new System.Windows.Forms.Label();
  65. this.label17 = new System.Windows.Forms.Label();
  66. this.label15 = new System.Windows.Forms.Label();
  67. this.label13 = new System.Windows.Forms.Label();
  68. this.label11 = new System.Windows.Forms.Label();
  69. this.groupBox1 = new System.Windows.Forms.GroupBox();
  70. this.numRowsHeight = new System.Windows.Forms.NumericUpDown();
  71. this.numRowsCount = new System.Windows.Forms.NumericUpDown();
  72. this.label7 = new System.Windows.Forms.Label();
  73. this.label8 = new System.Windows.Forms.Label();
  74. this.label9 = new System.Windows.Forms.Label();
  75. this.lblLineColor = new System.Windows.Forms.Label();
  76. this.numHeadRowsHeight = new System.Windows.Forms.NumericUpDown();
  77. this.label10 = new System.Windows.Forms.Label();
  78. this.label19 = new System.Windows.Forms.Label();
  79. this.label6 = new System.Windows.Forms.Label();
  80. this.pnlBack.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
  86. this.groupBox1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.numRowsHeight)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.numRowsCount)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.numHeadRowsHeight)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // pnlBack
  93. //
  94. this.pnlBack.Controls.Add(this.label6);
  95. this.pnlBack.Controls.Add(this.numHeadRowsHeight);
  96. this.pnlBack.Controls.Add(this.label10);
  97. this.pnlBack.Controls.Add(this.label19);
  98. this.pnlBack.Controls.Add(this.lblLineColor);
  99. this.pnlBack.Controls.Add(this.cbxAlwaysTitleVisible);
  100. this.pnlBack.Controls.Add(this.numRowsHeight);
  101. this.pnlBack.Controls.Add(this.cbxTitleVisible);
  102. this.pnlBack.Controls.Add(this.numRowsCount);
  103. this.pnlBack.Controls.Add(this.btnSelectFillColor);
  104. this.pnlBack.Controls.Add(this.label7);
  105. this.pnlBack.Controls.Add(this.btnOK);
  106. this.pnlBack.Controls.Add(this.label8);
  107. this.pnlBack.Controls.Add(this.btnCancel);
  108. this.pnlBack.Controls.Add(this.label9);
  109. this.pnlBack.Controls.Add(this.label1);
  110. this.pnlBack.Controls.Add(this.groupBox1);
  111. this.pnlBack.Controls.Add(this.label2);
  112. this.pnlBack.Controls.Add(this.label4);
  113. this.pnlBack.Controls.Add(this.btnSelectLineColor);
  114. this.pnlBack.Controls.Add(this.label5);
  115. this.pnlBack.Controls.Add(this.label3);
  116. this.pnlBack.Controls.Add(this.numLoctionX);
  117. this.pnlBack.Controls.Add(this.numLoctionY);
  118. this.pnlBack.Controls.Add(this.btnFillTransparent);
  119. this.pnlBack.Controls.Add(this.numHeight);
  120. this.pnlBack.Controls.Add(this.numWidth);
  121. this.pnlBack.Controls.Add(this.label18);
  122. this.pnlBack.Controls.Add(this.lblFillColor);
  123. this.pnlBack.Controls.Add(this.label16);
  124. this.pnlBack.Controls.Add(this.lblLineBColor);
  125. this.pnlBack.Controls.Add(this.label14);
  126. this.pnlBack.Controls.Add(this.numLineWidth);
  127. this.pnlBack.Controls.Add(this.label12);
  128. this.pnlBack.Controls.Add(this.btnSelectLineTransparent);
  129. this.pnlBack.Controls.Add(this.label17);
  130. this.pnlBack.Controls.Add(this.label11);
  131. this.pnlBack.Controls.Add(this.label15);
  132. this.pnlBack.Controls.Add(this.label13);
  133. this.pnlBack.Controls.Add(this.txtLineColor);
  134. this.pnlBack.Controls.Add(this.lblFillBColor);
  135. this.pnlBack.Controls.Add(this.txtFillColor);
  136. this.pnlBack.Size = new System.Drawing.Size(556, 244);
  137. //
  138. // btnCancel
  139. //
  140. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  141. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  142. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.btnCancel.Location = new System.Drawing.Point(459, 208);
  144. this.btnCancel.Name = "btnCancel";
  145. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  146. this.btnCancel.TabIndex = 41;
  147. this.btnCancel.Text = "取消";
  148. this.btnCancel.UseVisualStyleBackColor = true;
  149. //
  150. // btnOK
  151. //
  152. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  153. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  154. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.btnOK.Location = new System.Drawing.Point(368, 208);
  156. this.btnOK.Name = "btnOK";
  157. this.btnOK.Size = new System.Drawing.Size(85, 33);
  158. this.btnOK.TabIndex = 41;
  159. this.btnOK.Text = "确定";
  160. this.btnOK.UseVisualStyleBackColor = true;
  161. //
  162. // toolTip
  163. //
  164. this.toolTip.AutoPopDelay = 5000;
  165. this.toolTip.InitialDelay = 500;
  166. this.toolTip.ReshowDelay = 500;
  167. //
  168. // cbxTitleVisible
  169. //
  170. this.cbxTitleVisible.AutoSize = true;
  171. this.cbxTitleVisible.BackColor = System.Drawing.Color.Transparent;
  172. this.cbxTitleVisible.Checked = true;
  173. this.cbxTitleVisible.CheckState = System.Windows.Forms.CheckState.Checked;
  174. this.cbxTitleVisible.Location = new System.Drawing.Point(57, 225);
  175. this.cbxTitleVisible.Name = "cbxTitleVisible";
  176. this.cbxTitleVisible.Size = new System.Drawing.Size(84, 16);
  177. this.cbxTitleVisible.TabIndex = 38;
  178. this.cbxTitleVisible.Text = "显示列标题";
  179. this.cbxTitleVisible.UseVisualStyleBackColor = false;
  180. this.cbxTitleVisible.CheckedChanged += new System.EventHandler(this.cbxTitleVisible_CheckedChanged);
  181. //
  182. // cbxAlwaysTitleVisible
  183. //
  184. this.cbxAlwaysTitleVisible.AutoSize = true;
  185. this.cbxAlwaysTitleVisible.BackColor = System.Drawing.Color.Transparent;
  186. this.cbxAlwaysTitleVisible.Checked = true;
  187. this.cbxAlwaysTitleVisible.CheckState = System.Windows.Forms.CheckState.Checked;
  188. this.cbxAlwaysTitleVisible.Location = new System.Drawing.Point(167, 225);
  189. this.cbxAlwaysTitleVisible.Name = "cbxAlwaysTitleVisible";
  190. this.cbxAlwaysTitleVisible.Size = new System.Drawing.Size(120, 16);
  191. this.cbxAlwaysTitleVisible.TabIndex = 39;
  192. this.cbxAlwaysTitleVisible.Text = "每页都显示列标题";
  193. this.cbxAlwaysTitleVisible.UseVisualStyleBackColor = false;
  194. //
  195. // lisCols
  196. //
  197. this.lisCols.DisplayMember = "Name";
  198. this.lisCols.HorizontalScrollbar = true;
  199. this.lisCols.ItemHeight = 12;
  200. this.lisCols.Location = new System.Drawing.Point(6, 20);
  201. this.lisCols.Name = "lisCols";
  202. this.lisCols.Size = new System.Drawing.Size(180, 160);
  203. this.lisCols.TabIndex = 0;
  204. //
  205. // btnColUp
  206. //
  207. this.btnColUp.Location = new System.Drawing.Point(192, 20);
  208. this.btnColUp.Name = "btnColUp";
  209. this.btnColUp.Size = new System.Drawing.Size(53, 23);
  210. this.btnColUp.TabIndex = 1;
  211. this.btnColUp.Text = "上";
  212. this.btnColUp.UseVisualStyleBackColor = true;
  213. this.btnColUp.Click += new System.EventHandler(this.btnColUp_Click);
  214. //
  215. // btnColDown
  216. //
  217. this.btnColDown.Location = new System.Drawing.Point(192, 49);
  218. this.btnColDown.Name = "btnColDown";
  219. this.btnColDown.Size = new System.Drawing.Size(53, 23);
  220. this.btnColDown.TabIndex = 2;
  221. this.btnColDown.Text = "下";
  222. this.btnColDown.UseVisualStyleBackColor = true;
  223. this.btnColDown.Click += new System.EventHandler(this.btnColDown_Click);
  224. //
  225. // btnColEdit
  226. //
  227. this.btnColEdit.Location = new System.Drawing.Point(192, 78);
  228. this.btnColEdit.Name = "btnColEdit";
  229. this.btnColEdit.Size = new System.Drawing.Size(53, 23);
  230. this.btnColEdit.TabIndex = 3;
  231. this.btnColEdit.Text = "编辑";
  232. this.btnColEdit.UseVisualStyleBackColor = true;
  233. this.btnColEdit.Click += new System.EventHandler(this.btnColEdit_Click);
  234. //
  235. // btnColAdd
  236. //
  237. this.btnColAdd.Location = new System.Drawing.Point(192, 107);
  238. this.btnColAdd.Name = "btnColAdd";
  239. this.btnColAdd.Size = new System.Drawing.Size(53, 23);
  240. this.btnColAdd.TabIndex = 4;
  241. this.btnColAdd.Text = "添加";
  242. this.btnColAdd.UseVisualStyleBackColor = true;
  243. this.btnColAdd.Click += new System.EventHandler(this.btnColAdd_Click);
  244. //
  245. // btnColRemove
  246. //
  247. this.btnColRemove.Location = new System.Drawing.Point(192, 136);
  248. this.btnColRemove.Name = "btnColRemove";
  249. this.btnColRemove.Size = new System.Drawing.Size(53, 23);
  250. this.btnColRemove.TabIndex = 5;
  251. this.btnColRemove.Text = "移除";
  252. this.btnColRemove.UseVisualStyleBackColor = true;
  253. this.btnColRemove.Click += new System.EventHandler(this.btnColRemove_Click);
  254. //
  255. // btnSelectLineTransparent
  256. //
  257. this.btnSelectLineTransparent.Location = new System.Drawing.Point(226, 140);
  258. this.btnSelectLineTransparent.Name = "btnSelectLineTransparent";
  259. this.btnSelectLineTransparent.Size = new System.Drawing.Size(53, 23);
  260. this.btnSelectLineTransparent.TabIndex = 28;
  261. this.btnSelectLineTransparent.Text = "透明";
  262. this.btnSelectLineTransparent.UseVisualStyleBackColor = true;
  263. this.btnSelectLineTransparent.Click += new System.EventHandler(this.btnSelectLineTransparent_Click);
  264. //
  265. // numLineWidth
  266. //
  267. this.numLineWidth.DecimalPlaces = 1;
  268. this.numLineWidth.Increment = new decimal(new int[] {
  269. 1,
  270. 0,
  271. 0,
  272. 65536});
  273. this.numLineWidth.Location = new System.Drawing.Point(86, 170);
  274. this.numLineWidth.Maximum = new decimal(new int[] {
  275. 9999,
  276. 0,
  277. 0,
  278. 65536});
  279. this.numLineWidth.Name = "numLineWidth";
  280. this.numLineWidth.Size = new System.Drawing.Size(53, 21);
  281. this.numLineWidth.TabIndex = 30;
  282. this.numLineWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  283. this.numLineWidth.Value = new decimal(new int[] {
  284. 1,
  285. 0,
  286. 0,
  287. 0});
  288. //
  289. // lblLineBColor
  290. //
  291. this.lblLineBColor.BackColor = System.Drawing.Color.Black;
  292. this.lblLineBColor.Location = new System.Drawing.Point(91, 146);
  293. this.lblLineBColor.Name = "lblLineBColor";
  294. this.lblLineBColor.Size = new System.Drawing.Size(65, 13);
  295. this.lblLineBColor.TabIndex = 26;
  296. //
  297. // lblFillColor
  298. //
  299. this.lblFillColor.BackColor = System.Drawing.Color.White;
  300. this.lblFillColor.Location = new System.Drawing.Point(93, 204);
  301. this.lblFillColor.Name = "lblFillColor";
  302. this.lblFillColor.Size = new System.Drawing.Size(61, 9);
  303. this.lblFillColor.TabIndex = 35;
  304. //
  305. // lblFillBColor
  306. //
  307. this.lblFillBColor.BackColor = System.Drawing.Color.Black;
  308. this.lblFillBColor.Location = new System.Drawing.Point(91, 202);
  309. this.lblFillBColor.Name = "lblFillBColor";
  310. this.lblFillBColor.Size = new System.Drawing.Size(65, 13);
  311. this.lblFillBColor.TabIndex = 34;
  312. //
  313. // txtFillColor
  314. //
  315. this.txtFillColor.BackColor = System.Drawing.SystemColors.Window;
  316. this.txtFillColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  317. this.txtFillColor.Enabled = false;
  318. this.txtFillColor.Location = new System.Drawing.Point(86, 198);
  319. this.txtFillColor.Name = "txtFillColor";
  320. this.txtFillColor.Size = new System.Drawing.Size(75, 21);
  321. this.txtFillColor.TabIndex = 33;
  322. this.txtFillColor.TabStop = false;
  323. //
  324. // btnFillTransparent
  325. //
  326. this.btnFillTransparent.Location = new System.Drawing.Point(226, 196);
  327. this.btnFillTransparent.Name = "btnFillTransparent";
  328. this.btnFillTransparent.Size = new System.Drawing.Size(53, 23);
  329. this.btnFillTransparent.TabIndex = 37;
  330. this.btnFillTransparent.Text = "透明";
  331. this.btnFillTransparent.UseVisualStyleBackColor = true;
  332. this.btnFillTransparent.Click += new System.EventHandler(this.btnFillTransparent_Click);
  333. //
  334. // btnSelectFillColor
  335. //
  336. this.btnSelectFillColor.Location = new System.Drawing.Point(167, 196);
  337. this.btnSelectFillColor.Name = "btnSelectFillColor";
  338. this.btnSelectFillColor.Size = new System.Drawing.Size(53, 23);
  339. this.btnSelectFillColor.TabIndex = 36;
  340. this.btnSelectFillColor.Text = "选择";
  341. this.btnSelectFillColor.UseVisualStyleBackColor = true;
  342. this.btnSelectFillColor.Click += new System.EventHandler(this.btnSelectFillColor_Click);
  343. //
  344. // txtLineColor
  345. //
  346. this.txtLineColor.BackColor = System.Drawing.SystemColors.Window;
  347. this.txtLineColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  348. this.txtLineColor.Enabled = false;
  349. this.txtLineColor.Location = new System.Drawing.Point(86, 142);
  350. this.txtLineColor.Name = "txtLineColor";
  351. this.txtLineColor.Size = new System.Drawing.Size(75, 21);
  352. this.txtLineColor.TabIndex = 23;
  353. this.txtLineColor.TabStop = false;
  354. //
  355. // label3
  356. //
  357. this.label3.AutoSize = true;
  358. this.label3.BackColor = System.Drawing.Color.Transparent;
  359. this.label3.Location = new System.Drawing.Point(145, 175);
  360. this.label3.Name = "label3";
  361. this.label3.Size = new System.Drawing.Size(17, 12);
  362. this.label3.TabIndex = 31;
  363. this.label3.Text = "mm";
  364. //
  365. // btnSelectLineColor
  366. //
  367. this.btnSelectLineColor.Location = new System.Drawing.Point(167, 140);
  368. this.btnSelectLineColor.Name = "btnSelectLineColor";
  369. this.btnSelectLineColor.Size = new System.Drawing.Size(53, 23);
  370. this.btnSelectLineColor.TabIndex = 27;
  371. this.btnSelectLineColor.Text = "选择";
  372. this.btnSelectLineColor.UseVisualStyleBackColor = true;
  373. this.btnSelectLineColor.Click += new System.EventHandler(this.btnSelectLineColor_Click);
  374. //
  375. // label2
  376. //
  377. this.label2.AutoSize = true;
  378. this.label2.BackColor = System.Drawing.Color.Transparent;
  379. this.label2.Location = new System.Drawing.Point(27, 201);
  380. this.label2.Name = "label2";
  381. this.label2.Size = new System.Drawing.Size(53, 12);
  382. this.label2.TabIndex = 32;
  383. this.label2.Text = "背景填充";
  384. //
  385. // label1
  386. //
  387. this.label1.AutoSize = true;
  388. this.label1.BackColor = System.Drawing.Color.Transparent;
  389. this.label1.Location = new System.Drawing.Point(39, 145);
  390. this.label1.Name = "label1";
  391. this.label1.Size = new System.Drawing.Size(41, 12);
  392. this.label1.TabIndex = 22;
  393. this.label1.Text = "网格线";
  394. //
  395. // label4
  396. //
  397. this.label4.AutoSize = true;
  398. this.label4.BackColor = System.Drawing.Color.Transparent;
  399. this.label4.Location = new System.Drawing.Point(12, 46);
  400. this.label4.Name = "label4";
  401. this.label4.Size = new System.Drawing.Size(29, 12);
  402. this.label4.TabIndex = 7;
  403. this.label4.Text = "尺寸";
  404. //
  405. // label5
  406. //
  407. this.label5.AutoSize = true;
  408. this.label5.BackColor = System.Drawing.Color.Transparent;
  409. this.label5.Location = new System.Drawing.Point(12, 13);
  410. this.label5.Name = "label5";
  411. this.label5.Size = new System.Drawing.Size(29, 12);
  412. this.label5.TabIndex = 0;
  413. this.label5.Text = "位置";
  414. //
  415. // numLoctionX
  416. //
  417. this.numLoctionX.DecimalPlaces = 1;
  418. this.numLoctionX.Increment = new decimal(new int[] {
  419. 1,
  420. 0,
  421. 0,
  422. 65536});
  423. this.numLoctionX.Location = new System.Drawing.Point(86, 9);
  424. this.numLoctionX.Maximum = new decimal(new int[] {
  425. 9999,
  426. 0,
  427. 0,
  428. 65536});
  429. this.numLoctionX.Name = "numLoctionX";
  430. this.numLoctionX.Size = new System.Drawing.Size(53, 21);
  431. this.numLoctionX.TabIndex = 2;
  432. this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  433. this.numLoctionX.Value = new decimal(new int[] {
  434. 10,
  435. 0,
  436. 0,
  437. 0});
  438. //
  439. // numLoctionY
  440. //
  441. this.numLoctionY.DecimalPlaces = 1;
  442. this.numLoctionY.Increment = new decimal(new int[] {
  443. 1,
  444. 0,
  445. 0,
  446. 65536});
  447. this.numLoctionY.Location = new System.Drawing.Point(207, 9);
  448. this.numLoctionY.Maximum = new decimal(new int[] {
  449. 9999,
  450. 0,
  451. 0,
  452. 65536});
  453. this.numLoctionY.Name = "numLoctionY";
  454. this.numLoctionY.Size = new System.Drawing.Size(53, 21);
  455. this.numLoctionY.TabIndex = 5;
  456. this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  457. this.numLoctionY.Value = new decimal(new int[] {
  458. 10,
  459. 0,
  460. 0,
  461. 0});
  462. //
  463. // numHeight
  464. //
  465. this.numHeight.DecimalPlaces = 1;
  466. this.numHeight.Increment = new decimal(new int[] {
  467. 1,
  468. 0,
  469. 0,
  470. 65536});
  471. this.numHeight.Location = new System.Drawing.Point(207, 42);
  472. this.numHeight.Maximum = new decimal(new int[] {
  473. 9999,
  474. 0,
  475. 0,
  476. 65536});
  477. this.numHeight.Minimum = new decimal(new int[] {
  478. 1,
  479. 0,
  480. 0,
  481. 0});
  482. this.numHeight.Name = "numHeight";
  483. this.numHeight.Size = new System.Drawing.Size(53, 21);
  484. this.numHeight.TabIndex = 12;
  485. this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  486. this.numHeight.Value = new decimal(new int[] {
  487. 50,
  488. 0,
  489. 0,
  490. 0});
  491. //
  492. // numWidth
  493. //
  494. this.numWidth.DecimalPlaces = 1;
  495. this.numWidth.Increment = new decimal(new int[] {
  496. 1,
  497. 0,
  498. 0,
  499. 65536});
  500. this.numWidth.Location = new System.Drawing.Point(86, 42);
  501. this.numWidth.Maximum = new decimal(new int[] {
  502. 9999,
  503. 0,
  504. 0,
  505. 65536});
  506. this.numWidth.Minimum = new decimal(new int[] {
  507. 1,
  508. 0,
  509. 0,
  510. 0});
  511. this.numWidth.Name = "numWidth";
  512. this.numWidth.Size = new System.Drawing.Size(53, 21);
  513. this.numWidth.TabIndex = 9;
  514. this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  515. this.numWidth.Value = new decimal(new int[] {
  516. 50,
  517. 0,
  518. 0,
  519. 0});
  520. //
  521. // label18
  522. //
  523. this.label18.AutoSize = true;
  524. this.label18.BackColor = System.Drawing.Color.Transparent;
  525. this.label18.Location = new System.Drawing.Point(266, 13);
  526. this.label18.Name = "label18";
  527. this.label18.Size = new System.Drawing.Size(17, 12);
  528. this.label18.TabIndex = 6;
  529. this.label18.Text = "mm";
  530. //
  531. // label16
  532. //
  533. this.label16.AutoSize = true;
  534. this.label16.BackColor = System.Drawing.Color.Transparent;
  535. this.label16.Location = new System.Drawing.Point(145, 13);
  536. this.label16.Name = "label16";
  537. this.label16.Size = new System.Drawing.Size(17, 12);
  538. this.label16.TabIndex = 3;
  539. this.label16.Text = "mm";
  540. //
  541. // label14
  542. //
  543. this.label14.AutoSize = true;
  544. this.label14.BackColor = System.Drawing.Color.Transparent;
  545. this.label14.Location = new System.Drawing.Point(266, 46);
  546. this.label14.Name = "label14";
  547. this.label14.Size = new System.Drawing.Size(17, 12);
  548. this.label14.TabIndex = 13;
  549. this.label14.Text = "mm";
  550. //
  551. // label12
  552. //
  553. this.label12.AutoSize = true;
  554. this.label12.BackColor = System.Drawing.Color.Transparent;
  555. this.label12.Location = new System.Drawing.Point(145, 46);
  556. this.label12.Name = "label12";
  557. this.label12.Size = new System.Drawing.Size(17, 12);
  558. this.label12.TabIndex = 10;
  559. this.label12.Text = "mm";
  560. //
  561. // label17
  562. //
  563. this.label17.AutoSize = true;
  564. this.label17.BackColor = System.Drawing.Color.Transparent;
  565. this.label17.Location = new System.Drawing.Point(69, 13);
  566. this.label17.Name = "label17";
  567. this.label17.Size = new System.Drawing.Size(11, 12);
  568. this.label17.TabIndex = 1;
  569. this.label17.Text = "X";
  570. //
  571. // label15
  572. //
  573. this.label15.AutoSize = true;
  574. this.label15.BackColor = System.Drawing.Color.Transparent;
  575. this.label15.Location = new System.Drawing.Point(190, 13);
  576. this.label15.Name = "label15";
  577. this.label15.Size = new System.Drawing.Size(11, 12);
  578. this.label15.TabIndex = 4;
  579. this.label15.Text = "Y";
  580. //
  581. // label13
  582. //
  583. this.label13.AutoSize = true;
  584. this.label13.BackColor = System.Drawing.Color.Transparent;
  585. this.label13.Location = new System.Drawing.Point(184, 46);
  586. this.label13.Name = "label13";
  587. this.label13.Size = new System.Drawing.Size(17, 12);
  588. this.label13.TabIndex = 11;
  589. this.label13.Text = "高";
  590. //
  591. // label11
  592. //
  593. this.label11.AutoSize = true;
  594. this.label11.BackColor = System.Drawing.Color.Transparent;
  595. this.label11.Location = new System.Drawing.Point(63, 46);
  596. this.label11.Name = "label11";
  597. this.label11.Size = new System.Drawing.Size(17, 12);
  598. this.label11.TabIndex = 8;
  599. this.label11.Text = "宽";
  600. //
  601. // groupBox1
  602. //
  603. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  604. this.groupBox1.Controls.Add(this.lisCols);
  605. this.groupBox1.Controls.Add(this.btnColUp);
  606. this.groupBox1.Controls.Add(this.btnColDown);
  607. this.groupBox1.Controls.Add(this.btnColEdit);
  608. this.groupBox1.Controls.Add(this.btnColAdd);
  609. this.groupBox1.Controls.Add(this.btnColRemove);
  610. this.groupBox1.Location = new System.Drawing.Point(289, 10);
  611. this.groupBox1.Name = "groupBox1";
  612. this.groupBox1.Size = new System.Drawing.Size(255, 191);
  613. this.groupBox1.TabIndex = 40;
  614. this.groupBox1.TabStop = false;
  615. this.groupBox1.Text = "表格的列";
  616. //
  617. // numRowsHeight
  618. //
  619. this.numRowsHeight.DecimalPlaces = 1;
  620. this.numRowsHeight.Increment = new decimal(new int[] {
  621. 1,
  622. 0,
  623. 0,
  624. 65536});
  625. this.numRowsHeight.Location = new System.Drawing.Point(86, 75);
  626. this.numRowsHeight.Maximum = new decimal(new int[] {
  627. 9999,
  628. 0,
  629. 0,
  630. 65536});
  631. this.numRowsHeight.Name = "numRowsHeight";
  632. this.numRowsHeight.Size = new System.Drawing.Size(53, 21);
  633. this.numRowsHeight.TabIndex = 15;
  634. this.numRowsHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  635. this.numRowsHeight.Value = new decimal(new int[] {
  636. 10,
  637. 0,
  638. 0,
  639. 0});
  640. //
  641. // numRowsCount
  642. //
  643. this.numRowsCount.Location = new System.Drawing.Point(207, 75);
  644. this.numRowsCount.Maximum = new decimal(new int[] {
  645. 999,
  646. 0,
  647. 0,
  648. 0});
  649. this.numRowsCount.Name = "numRowsCount";
  650. this.numRowsCount.Size = new System.Drawing.Size(53, 21);
  651. this.numRowsCount.TabIndex = 18;
  652. this.numRowsCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  653. this.numRowsCount.Value = new decimal(new int[] {
  654. 10,
  655. 0,
  656. 0,
  657. 0});
  658. //
  659. // label7
  660. //
  661. this.label7.AutoSize = true;
  662. this.label7.BackColor = System.Drawing.Color.Transparent;
  663. this.label7.Location = new System.Drawing.Point(145, 79);
  664. this.label7.Name = "label7";
  665. this.label7.Size = new System.Drawing.Size(17, 12);
  666. this.label7.TabIndex = 16;
  667. this.label7.Text = "mm";
  668. //
  669. // label8
  670. //
  671. this.label8.AutoSize = true;
  672. this.label8.BackColor = System.Drawing.Color.Transparent;
  673. this.label8.Location = new System.Drawing.Point(51, 79);
  674. this.label8.Name = "label8";
  675. this.label8.Size = new System.Drawing.Size(29, 12);
  676. this.label8.TabIndex = 14;
  677. this.label8.Text = "行高";
  678. //
  679. // label9
  680. //
  681. this.label9.AutoSize = true;
  682. this.label9.BackColor = System.Drawing.Color.Transparent;
  683. this.label9.Location = new System.Drawing.Point(172, 79);
  684. this.label9.Name = "label9";
  685. this.label9.Size = new System.Drawing.Size(29, 12);
  686. this.label9.TabIndex = 17;
  687. this.label9.Text = "行数";
  688. //
  689. // lblLineColor
  690. //
  691. this.lblLineColor.BackColor = System.Drawing.Color.White;
  692. this.lblLineColor.Location = new System.Drawing.Point(93, 148);
  693. this.lblLineColor.Name = "lblLineColor";
  694. this.lblLineColor.Size = new System.Drawing.Size(61, 9);
  695. this.lblLineColor.TabIndex = 25;
  696. //
  697. // numHeadRowsHeight
  698. //
  699. this.numHeadRowsHeight.DecimalPlaces = 1;
  700. this.numHeadRowsHeight.Increment = new decimal(new int[] {
  701. 1,
  702. 0,
  703. 0,
  704. 65536});
  705. this.numHeadRowsHeight.Location = new System.Drawing.Point(86, 108);
  706. this.numHeadRowsHeight.Maximum = new decimal(new int[] {
  707. 9999,
  708. 0,
  709. 0,
  710. 65536});
  711. this.numHeadRowsHeight.Name = "numHeadRowsHeight";
  712. this.numHeadRowsHeight.Size = new System.Drawing.Size(53, 21);
  713. this.numHeadRowsHeight.TabIndex = 20;
  714. this.numHeadRowsHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  715. this.numHeadRowsHeight.Value = new decimal(new int[] {
  716. 10,
  717. 0,
  718. 0,
  719. 0});
  720. //
  721. // label10
  722. //
  723. this.label10.AutoSize = true;
  724. this.label10.BackColor = System.Drawing.Color.Transparent;
  725. this.label10.Location = new System.Drawing.Point(145, 112);
  726. this.label10.Name = "label10";
  727. this.label10.Size = new System.Drawing.Size(17, 12);
  728. this.label10.TabIndex = 21;
  729. this.label10.Text = "mm";
  730. //
  731. // label19
  732. //
  733. this.label19.AutoSize = true;
  734. this.label19.BackColor = System.Drawing.Color.Transparent;
  735. this.label19.Location = new System.Drawing.Point(39, 112);
  736. this.label19.Name = "label19";
  737. this.label19.Size = new System.Drawing.Size(41, 12);
  738. this.label19.TabIndex = 19;
  739. this.label19.Text = "列头高";
  740. //
  741. // label6
  742. //
  743. this.label6.AutoSize = true;
  744. this.label6.BackColor = System.Drawing.Color.Transparent;
  745. this.label6.Location = new System.Drawing.Point(51, 174);
  746. this.label6.Name = "label6";
  747. this.label6.Size = new System.Drawing.Size(29, 12);
  748. this.label6.TabIndex = 29;
  749. this.label6.Text = "线宽";
  750. //
  751. // GridItemSetting
  752. //
  753. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  754. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  755. this.ClientSize = new System.Drawing.Size(556, 266);
  756. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  757. this.Name = "GridItemSetting";
  758. this.ShowIcon = true;
  759. this.Text = "表格设置";
  760. this.Shown += new System.EventHandler(this.GridItemSetting_Shown);
  761. this.pnlBack.ResumeLayout(false);
  762. this.pnlBack.PerformLayout();
  763. ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
  768. this.groupBox1.ResumeLayout(false);
  769. ((System.ComponentModel.ISupportInitialize)(this.numRowsHeight)).EndInit();
  770. ((System.ComponentModel.ISupportInitialize)(this.numRowsCount)).EndInit();
  771. ((System.ComponentModel.ISupportInitialize)(this.numHeadRowsHeight)).EndInit();
  772. this.ResumeLayout(false);
  773. this.PerformLayout();
  774. }
  775. #endregion
  776. private Dongke.WinForm.Controls.BtnButton btnCancel;
  777. private Dongke.WinForm.Controls.BtnButton btnOK;
  778. private System.Windows.Forms.ColorDialog colorDialog;
  779. private System.Windows.Forms.ToolTip toolTip;
  780. private System.Windows.Forms.CheckBox cbxTitleVisible;
  781. private System.Windows.Forms.CheckBox cbxAlwaysTitleVisible;
  782. private System.Windows.Forms.ListBox lisCols;
  783. private System.Windows.Forms.Button btnColUp;
  784. private System.Windows.Forms.Button btnColDown;
  785. private System.Windows.Forms.Button btnColEdit;
  786. private System.Windows.Forms.Button btnColAdd;
  787. private System.Windows.Forms.Button btnColRemove;
  788. private System.Windows.Forms.Button btnSelectLineTransparent;
  789. private System.Windows.Forms.NumericUpDown numLineWidth;
  790. private System.Windows.Forms.Label lblLineBColor;
  791. private System.Windows.Forms.Label lblFillColor;
  792. private System.Windows.Forms.Label lblFillBColor;
  793. private System.Windows.Forms.TextBox txtFillColor;
  794. private System.Windows.Forms.Button btnFillTransparent;
  795. private System.Windows.Forms.Button btnSelectFillColor;
  796. private System.Windows.Forms.TextBox txtLineColor;
  797. private System.Windows.Forms.Label label3;
  798. private System.Windows.Forms.Button btnSelectLineColor;
  799. private System.Windows.Forms.Label label2;
  800. private System.Windows.Forms.Label label1;
  801. private System.Windows.Forms.Label label4;
  802. private System.Windows.Forms.Label label5;
  803. private System.Windows.Forms.NumericUpDown numLoctionX;
  804. private System.Windows.Forms.NumericUpDown numLoctionY;
  805. private System.Windows.Forms.NumericUpDown numHeight;
  806. private System.Windows.Forms.NumericUpDown numWidth;
  807. private System.Windows.Forms.Label label18;
  808. private System.Windows.Forms.Label label16;
  809. private System.Windows.Forms.Label label14;
  810. private System.Windows.Forms.Label label12;
  811. private System.Windows.Forms.Label label17;
  812. private System.Windows.Forms.Label label15;
  813. private System.Windows.Forms.Label label13;
  814. private System.Windows.Forms.Label label11;
  815. private System.Windows.Forms.GroupBox groupBox1;
  816. private System.Windows.Forms.NumericUpDown numRowsHeight;
  817. private System.Windows.Forms.NumericUpDown numRowsCount;
  818. private System.Windows.Forms.Label label7;
  819. private System.Windows.Forms.Label label8;
  820. private System.Windows.Forms.Label label9;
  821. private System.Windows.Forms.Label lblLineColor;
  822. private System.Windows.Forms.NumericUpDown numHeadRowsHeight;
  823. private System.Windows.Forms.Label label10;
  824. private System.Windows.Forms.Label label19;
  825. private System.Windows.Forms.Label label6;
  826. }
  827. }