| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833 |
- namespace Dongke.WinForm.Controls.InvoiceLayout
- {
- partial class GridItemSetting
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridItemSetting));
- this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
- this.btnOK = new Dongke.WinForm.Controls.BtnButton();
- this.colorDialog = new System.Windows.Forms.ColorDialog();
- this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- this.cbxTitleVisible = new System.Windows.Forms.CheckBox();
- this.cbxAlwaysTitleVisible = new System.Windows.Forms.CheckBox();
- this.lisCols = new System.Windows.Forms.ListBox();
- this.btnColUp = new System.Windows.Forms.Button();
- this.btnColDown = new System.Windows.Forms.Button();
- this.btnColEdit = new System.Windows.Forms.Button();
- this.btnColAdd = new System.Windows.Forms.Button();
- this.btnColRemove = new System.Windows.Forms.Button();
- this.btnSelectLineTransparent = new System.Windows.Forms.Button();
- this.numLineWidth = new System.Windows.Forms.NumericUpDown();
- this.lblLineBColor = new System.Windows.Forms.Label();
- this.lblFillColor = new System.Windows.Forms.Label();
- this.lblFillBColor = new System.Windows.Forms.Label();
- this.txtFillColor = new System.Windows.Forms.TextBox();
- this.btnFillTransparent = new System.Windows.Forms.Button();
- this.btnSelectFillColor = new System.Windows.Forms.Button();
- this.txtLineColor = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnSelectLineColor = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.numLoctionX = new System.Windows.Forms.NumericUpDown();
- this.numLoctionY = new System.Windows.Forms.NumericUpDown();
- this.numHeight = new System.Windows.Forms.NumericUpDown();
- this.numWidth = new System.Windows.Forms.NumericUpDown();
- this.label18 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.numRowsHeight = new System.Windows.Forms.NumericUpDown();
- this.numRowsCount = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.lblLineColor = new System.Windows.Forms.Label();
- this.numHeadRowsHeight = new System.Windows.Forms.NumericUpDown();
- this.label10 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.pnlBack.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numRowsHeight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numRowsCount)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeadRowsHeight)).BeginInit();
- this.SuspendLayout();
- //
- // pnlBack
- //
- this.pnlBack.Controls.Add(this.label6);
- this.pnlBack.Controls.Add(this.numHeadRowsHeight);
- this.pnlBack.Controls.Add(this.label10);
- this.pnlBack.Controls.Add(this.label19);
- this.pnlBack.Controls.Add(this.lblLineColor);
- this.pnlBack.Controls.Add(this.cbxAlwaysTitleVisible);
- this.pnlBack.Controls.Add(this.numRowsHeight);
- this.pnlBack.Controls.Add(this.cbxTitleVisible);
- this.pnlBack.Controls.Add(this.numRowsCount);
- this.pnlBack.Controls.Add(this.btnSelectFillColor);
- this.pnlBack.Controls.Add(this.label7);
- this.pnlBack.Controls.Add(this.btnOK);
- this.pnlBack.Controls.Add(this.label8);
- this.pnlBack.Controls.Add(this.btnCancel);
- this.pnlBack.Controls.Add(this.label9);
- this.pnlBack.Controls.Add(this.label1);
- this.pnlBack.Controls.Add(this.groupBox1);
- this.pnlBack.Controls.Add(this.label2);
- this.pnlBack.Controls.Add(this.label4);
- this.pnlBack.Controls.Add(this.btnSelectLineColor);
- this.pnlBack.Controls.Add(this.label5);
- this.pnlBack.Controls.Add(this.label3);
- this.pnlBack.Controls.Add(this.numLoctionX);
- this.pnlBack.Controls.Add(this.numLoctionY);
- this.pnlBack.Controls.Add(this.btnFillTransparent);
- this.pnlBack.Controls.Add(this.numHeight);
- this.pnlBack.Controls.Add(this.numWidth);
- this.pnlBack.Controls.Add(this.label18);
- this.pnlBack.Controls.Add(this.lblFillColor);
- this.pnlBack.Controls.Add(this.label16);
- this.pnlBack.Controls.Add(this.lblLineBColor);
- this.pnlBack.Controls.Add(this.label14);
- this.pnlBack.Controls.Add(this.numLineWidth);
- this.pnlBack.Controls.Add(this.label12);
- this.pnlBack.Controls.Add(this.btnSelectLineTransparent);
- this.pnlBack.Controls.Add(this.label17);
- this.pnlBack.Controls.Add(this.label11);
- this.pnlBack.Controls.Add(this.label15);
- this.pnlBack.Controls.Add(this.label13);
- this.pnlBack.Controls.Add(this.txtLineColor);
- this.pnlBack.Controls.Add(this.lblFillBColor);
- this.pnlBack.Controls.Add(this.txtFillColor);
- this.pnlBack.Size = new System.Drawing.Size(556, 244);
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(459, 208);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 41;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // btnOK
- //
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(368, 208);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 33);
- this.btnOK.TabIndex = 41;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- //
- // toolTip
- //
- this.toolTip.AutoPopDelay = 5000;
- this.toolTip.InitialDelay = 500;
- this.toolTip.ReshowDelay = 500;
- //
- // cbxTitleVisible
- //
- this.cbxTitleVisible.AutoSize = true;
- this.cbxTitleVisible.BackColor = System.Drawing.Color.Transparent;
- this.cbxTitleVisible.Checked = true;
- this.cbxTitleVisible.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbxTitleVisible.Location = new System.Drawing.Point(57, 225);
- this.cbxTitleVisible.Name = "cbxTitleVisible";
- this.cbxTitleVisible.Size = new System.Drawing.Size(84, 16);
- this.cbxTitleVisible.TabIndex = 38;
- this.cbxTitleVisible.Text = "显示列标题";
- this.cbxTitleVisible.UseVisualStyleBackColor = false;
- this.cbxTitleVisible.CheckedChanged += new System.EventHandler(this.cbxTitleVisible_CheckedChanged);
- //
- // cbxAlwaysTitleVisible
- //
- this.cbxAlwaysTitleVisible.AutoSize = true;
- this.cbxAlwaysTitleVisible.BackColor = System.Drawing.Color.Transparent;
- this.cbxAlwaysTitleVisible.Checked = true;
- this.cbxAlwaysTitleVisible.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbxAlwaysTitleVisible.Location = new System.Drawing.Point(167, 225);
- this.cbxAlwaysTitleVisible.Name = "cbxAlwaysTitleVisible";
- this.cbxAlwaysTitleVisible.Size = new System.Drawing.Size(120, 16);
- this.cbxAlwaysTitleVisible.TabIndex = 39;
- this.cbxAlwaysTitleVisible.Text = "每页都显示列标题";
- this.cbxAlwaysTitleVisible.UseVisualStyleBackColor = false;
- //
- // lisCols
- //
- this.lisCols.DisplayMember = "Name";
- this.lisCols.HorizontalScrollbar = true;
- this.lisCols.ItemHeight = 12;
- this.lisCols.Location = new System.Drawing.Point(6, 20);
- this.lisCols.Name = "lisCols";
- this.lisCols.Size = new System.Drawing.Size(180, 160);
- this.lisCols.TabIndex = 0;
- //
- // btnColUp
- //
- this.btnColUp.Location = new System.Drawing.Point(192, 20);
- this.btnColUp.Name = "btnColUp";
- this.btnColUp.Size = new System.Drawing.Size(53, 23);
- this.btnColUp.TabIndex = 1;
- this.btnColUp.Text = "上";
- this.btnColUp.UseVisualStyleBackColor = true;
- this.btnColUp.Click += new System.EventHandler(this.btnColUp_Click);
- //
- // btnColDown
- //
- this.btnColDown.Location = new System.Drawing.Point(192, 49);
- this.btnColDown.Name = "btnColDown";
- this.btnColDown.Size = new System.Drawing.Size(53, 23);
- this.btnColDown.TabIndex = 2;
- this.btnColDown.Text = "下";
- this.btnColDown.UseVisualStyleBackColor = true;
- this.btnColDown.Click += new System.EventHandler(this.btnColDown_Click);
- //
- // btnColEdit
- //
- this.btnColEdit.Location = new System.Drawing.Point(192, 78);
- this.btnColEdit.Name = "btnColEdit";
- this.btnColEdit.Size = new System.Drawing.Size(53, 23);
- this.btnColEdit.TabIndex = 3;
- this.btnColEdit.Text = "编辑";
- this.btnColEdit.UseVisualStyleBackColor = true;
- this.btnColEdit.Click += new System.EventHandler(this.btnColEdit_Click);
- //
- // btnColAdd
- //
- this.btnColAdd.Location = new System.Drawing.Point(192, 107);
- this.btnColAdd.Name = "btnColAdd";
- this.btnColAdd.Size = new System.Drawing.Size(53, 23);
- this.btnColAdd.TabIndex = 4;
- this.btnColAdd.Text = "添加";
- this.btnColAdd.UseVisualStyleBackColor = true;
- this.btnColAdd.Click += new System.EventHandler(this.btnColAdd_Click);
- //
- // btnColRemove
- //
- this.btnColRemove.Location = new System.Drawing.Point(192, 136);
- this.btnColRemove.Name = "btnColRemove";
- this.btnColRemove.Size = new System.Drawing.Size(53, 23);
- this.btnColRemove.TabIndex = 5;
- this.btnColRemove.Text = "移除";
- this.btnColRemove.UseVisualStyleBackColor = true;
- this.btnColRemove.Click += new System.EventHandler(this.btnColRemove_Click);
- //
- // btnSelectLineTransparent
- //
- this.btnSelectLineTransparent.Location = new System.Drawing.Point(226, 140);
- this.btnSelectLineTransparent.Name = "btnSelectLineTransparent";
- this.btnSelectLineTransparent.Size = new System.Drawing.Size(53, 23);
- this.btnSelectLineTransparent.TabIndex = 28;
- this.btnSelectLineTransparent.Text = "透明";
- this.btnSelectLineTransparent.UseVisualStyleBackColor = true;
- this.btnSelectLineTransparent.Click += new System.EventHandler(this.btnSelectLineTransparent_Click);
- //
- // numLineWidth
- //
- this.numLineWidth.DecimalPlaces = 1;
- this.numLineWidth.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numLineWidth.Location = new System.Drawing.Point(86, 170);
- this.numLineWidth.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numLineWidth.Name = "numLineWidth";
- this.numLineWidth.Size = new System.Drawing.Size(53, 21);
- this.numLineWidth.TabIndex = 30;
- this.numLineWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numLineWidth.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblLineBColor
- //
- this.lblLineBColor.BackColor = System.Drawing.Color.Black;
- this.lblLineBColor.Location = new System.Drawing.Point(91, 146);
- this.lblLineBColor.Name = "lblLineBColor";
- this.lblLineBColor.Size = new System.Drawing.Size(65, 13);
- this.lblLineBColor.TabIndex = 26;
- //
- // lblFillColor
- //
- this.lblFillColor.BackColor = System.Drawing.Color.White;
- this.lblFillColor.Location = new System.Drawing.Point(93, 204);
- this.lblFillColor.Name = "lblFillColor";
- this.lblFillColor.Size = new System.Drawing.Size(61, 9);
- this.lblFillColor.TabIndex = 35;
- //
- // lblFillBColor
- //
- this.lblFillBColor.BackColor = System.Drawing.Color.Black;
- this.lblFillBColor.Location = new System.Drawing.Point(91, 202);
- this.lblFillBColor.Name = "lblFillBColor";
- this.lblFillBColor.Size = new System.Drawing.Size(65, 13);
- this.lblFillBColor.TabIndex = 34;
- //
- // txtFillColor
- //
- this.txtFillColor.BackColor = System.Drawing.SystemColors.Window;
- this.txtFillColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtFillColor.Enabled = false;
- this.txtFillColor.Location = new System.Drawing.Point(86, 198);
- this.txtFillColor.Name = "txtFillColor";
- this.txtFillColor.Size = new System.Drawing.Size(75, 21);
- this.txtFillColor.TabIndex = 33;
- this.txtFillColor.TabStop = false;
- //
- // btnFillTransparent
- //
- this.btnFillTransparent.Location = new System.Drawing.Point(226, 196);
- this.btnFillTransparent.Name = "btnFillTransparent";
- this.btnFillTransparent.Size = new System.Drawing.Size(53, 23);
- this.btnFillTransparent.TabIndex = 37;
- this.btnFillTransparent.Text = "透明";
- this.btnFillTransparent.UseVisualStyleBackColor = true;
- this.btnFillTransparent.Click += new System.EventHandler(this.btnFillTransparent_Click);
- //
- // btnSelectFillColor
- //
- this.btnSelectFillColor.Location = new System.Drawing.Point(167, 196);
- this.btnSelectFillColor.Name = "btnSelectFillColor";
- this.btnSelectFillColor.Size = new System.Drawing.Size(53, 23);
- this.btnSelectFillColor.TabIndex = 36;
- this.btnSelectFillColor.Text = "选择";
- this.btnSelectFillColor.UseVisualStyleBackColor = true;
- this.btnSelectFillColor.Click += new System.EventHandler(this.btnSelectFillColor_Click);
- //
- // txtLineColor
- //
- this.txtLineColor.BackColor = System.Drawing.SystemColors.Window;
- this.txtLineColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLineColor.Enabled = false;
- this.txtLineColor.Location = new System.Drawing.Point(86, 142);
- this.txtLineColor.Name = "txtLineColor";
- this.txtLineColor.Size = new System.Drawing.Size(75, 21);
- this.txtLineColor.TabIndex = 23;
- this.txtLineColor.TabStop = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(145, 175);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 12);
- this.label3.TabIndex = 31;
- this.label3.Text = "mm";
- //
- // btnSelectLineColor
- //
- this.btnSelectLineColor.Location = new System.Drawing.Point(167, 140);
- this.btnSelectLineColor.Name = "btnSelectLineColor";
- this.btnSelectLineColor.Size = new System.Drawing.Size(53, 23);
- this.btnSelectLineColor.TabIndex = 27;
- this.btnSelectLineColor.Text = "选择";
- this.btnSelectLineColor.UseVisualStyleBackColor = true;
- this.btnSelectLineColor.Click += new System.EventHandler(this.btnSelectLineColor_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(27, 201);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 32;
- this.label2.Text = "背景填充";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(39, 145);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 22;
- this.label1.Text = "网格线";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(12, 46);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(29, 12);
- this.label4.TabIndex = 7;
- this.label4.Text = "尺寸";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(12, 13);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(29, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "位置";
- //
- // numLoctionX
- //
- this.numLoctionX.DecimalPlaces = 1;
- this.numLoctionX.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numLoctionX.Location = new System.Drawing.Point(86, 9);
- this.numLoctionX.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numLoctionX.Name = "numLoctionX";
- this.numLoctionX.Size = new System.Drawing.Size(53, 21);
- this.numLoctionX.TabIndex = 2;
- this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numLoctionX.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // numLoctionY
- //
- this.numLoctionY.DecimalPlaces = 1;
- this.numLoctionY.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numLoctionY.Location = new System.Drawing.Point(207, 9);
- this.numLoctionY.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numLoctionY.Name = "numLoctionY";
- this.numLoctionY.Size = new System.Drawing.Size(53, 21);
- this.numLoctionY.TabIndex = 5;
- this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numLoctionY.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // numHeight
- //
- this.numHeight.DecimalPlaces = 1;
- this.numHeight.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numHeight.Location = new System.Drawing.Point(207, 42);
- this.numHeight.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numHeight.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numHeight.Name = "numHeight";
- this.numHeight.Size = new System.Drawing.Size(53, 21);
- this.numHeight.TabIndex = 12;
- this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numHeight.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // numWidth
- //
- this.numWidth.DecimalPlaces = 1;
- this.numWidth.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numWidth.Location = new System.Drawing.Point(86, 42);
- this.numWidth.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numWidth.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numWidth.Name = "numWidth";
- this.numWidth.Size = new System.Drawing.Size(53, 21);
- this.numWidth.TabIndex = 9;
- this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numWidth.Value = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.Location = new System.Drawing.Point(266, 13);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(17, 12);
- this.label18.TabIndex = 6;
- this.label18.Text = "mm";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Location = new System.Drawing.Point(145, 13);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(17, 12);
- this.label16.TabIndex = 3;
- this.label16.Text = "mm";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.Transparent;
- this.label14.Location = new System.Drawing.Point(266, 46);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(17, 12);
- this.label14.TabIndex = 13;
- this.label14.Text = "mm";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.Transparent;
- this.label12.Location = new System.Drawing.Point(145, 46);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(17, 12);
- this.label12.TabIndex = 10;
- this.label12.Text = "mm";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Location = new System.Drawing.Point(69, 13);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(11, 12);
- this.label17.TabIndex = 1;
- this.label17.Text = "X";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.Transparent;
- this.label15.Location = new System.Drawing.Point(190, 13);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(11, 12);
- this.label15.TabIndex = 4;
- this.label15.Text = "Y";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Location = new System.Drawing.Point(184, 46);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(17, 12);
- this.label13.TabIndex = 11;
- this.label13.Text = "高";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Location = new System.Drawing.Point(63, 46);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(17, 12);
- this.label11.TabIndex = 8;
- this.label11.Text = "宽";
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.lisCols);
- this.groupBox1.Controls.Add(this.btnColUp);
- this.groupBox1.Controls.Add(this.btnColDown);
- this.groupBox1.Controls.Add(this.btnColEdit);
- this.groupBox1.Controls.Add(this.btnColAdd);
- this.groupBox1.Controls.Add(this.btnColRemove);
- this.groupBox1.Location = new System.Drawing.Point(289, 10);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(255, 191);
- this.groupBox1.TabIndex = 40;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "表格的列";
- //
- // numRowsHeight
- //
- this.numRowsHeight.DecimalPlaces = 1;
- this.numRowsHeight.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numRowsHeight.Location = new System.Drawing.Point(86, 75);
- this.numRowsHeight.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numRowsHeight.Name = "numRowsHeight";
- this.numRowsHeight.Size = new System.Drawing.Size(53, 21);
- this.numRowsHeight.TabIndex = 15;
- this.numRowsHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numRowsHeight.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // numRowsCount
- //
- this.numRowsCount.Location = new System.Drawing.Point(207, 75);
- this.numRowsCount.Maximum = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.numRowsCount.Name = "numRowsCount";
- this.numRowsCount.Size = new System.Drawing.Size(53, 21);
- this.numRowsCount.TabIndex = 18;
- this.numRowsCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numRowsCount.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(145, 79);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(17, 12);
- this.label7.TabIndex = 16;
- this.label7.Text = "mm";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(51, 79);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(29, 12);
- this.label8.TabIndex = 14;
- this.label8.Text = "行高";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(172, 79);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 17;
- this.label9.Text = "行数";
- //
- // lblLineColor
- //
- this.lblLineColor.BackColor = System.Drawing.Color.White;
- this.lblLineColor.Location = new System.Drawing.Point(93, 148);
- this.lblLineColor.Name = "lblLineColor";
- this.lblLineColor.Size = new System.Drawing.Size(61, 9);
- this.lblLineColor.TabIndex = 25;
- //
- // numHeadRowsHeight
- //
- this.numHeadRowsHeight.DecimalPlaces = 1;
- this.numHeadRowsHeight.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numHeadRowsHeight.Location = new System.Drawing.Point(86, 108);
- this.numHeadRowsHeight.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 65536});
- this.numHeadRowsHeight.Name = "numHeadRowsHeight";
- this.numHeadRowsHeight.Size = new System.Drawing.Size(53, 21);
- this.numHeadRowsHeight.TabIndex = 20;
- this.numHeadRowsHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numHeadRowsHeight.Value = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Location = new System.Drawing.Point(145, 112);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(17, 12);
- this.label10.TabIndex = 21;
- this.label10.Text = "mm";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.Location = new System.Drawing.Point(39, 112);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(41, 12);
- this.label19.TabIndex = 19;
- this.label19.Text = "列头高";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(51, 174);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 29;
- this.label6.Text = "线宽";
- //
- // GridItemSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(556, 266);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "GridItemSetting";
- this.ShowIcon = true;
- this.Text = "表格设置";
- this.Shown += new System.EventHandler(this.GridItemSetting_Shown);
- this.pnlBack.ResumeLayout(false);
- this.pnlBack.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numRowsHeight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numRowsCount)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeadRowsHeight)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Dongke.WinForm.Controls.BtnButton btnCancel;
- private Dongke.WinForm.Controls.BtnButton btnOK;
- private System.Windows.Forms.ColorDialog colorDialog;
- private System.Windows.Forms.ToolTip toolTip;
- private System.Windows.Forms.CheckBox cbxTitleVisible;
- private System.Windows.Forms.CheckBox cbxAlwaysTitleVisible;
- private System.Windows.Forms.ListBox lisCols;
- private System.Windows.Forms.Button btnColUp;
- private System.Windows.Forms.Button btnColDown;
- private System.Windows.Forms.Button btnColEdit;
- private System.Windows.Forms.Button btnColAdd;
- private System.Windows.Forms.Button btnColRemove;
- private System.Windows.Forms.Button btnSelectLineTransparent;
- private System.Windows.Forms.NumericUpDown numLineWidth;
- private System.Windows.Forms.Label lblLineBColor;
- private System.Windows.Forms.Label lblFillColor;
- private System.Windows.Forms.Label lblFillBColor;
- private System.Windows.Forms.TextBox txtFillColor;
- private System.Windows.Forms.Button btnFillTransparent;
- private System.Windows.Forms.Button btnSelectFillColor;
- private System.Windows.Forms.TextBox txtLineColor;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnSelectLineColor;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.NumericUpDown numLoctionX;
- private System.Windows.Forms.NumericUpDown numLoctionY;
- private System.Windows.Forms.NumericUpDown numHeight;
- private System.Windows.Forms.NumericUpDown numWidth;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.NumericUpDown numRowsHeight;
- private System.Windows.Forms.NumericUpDown numRowsCount;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label lblLineColor;
- private System.Windows.Forms.NumericUpDown numHeadRowsHeight;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label6;
- }
- }
|