123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
- {
- partial class BiaoZhuGuanWang
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.uidgvPeiZhi = new Sunny.UI.UIDataGridView();
- this.uigbLayer = new Sunny.UI.UIGroupBox();
- this.uicbBiaoZhu = new Sunny.UI.UICheckBox();
- this.uitbAfter = new Sunny.UI.UITextBox();
- this.uitbBefore = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uitbZiduan = new Sunny.UI.UITextBox();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.uilbSmid = new Sunny.UI.UILabel();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.uitbSort = new Sunny.UI.UITextBox();
- ((System.ComponentModel.ISupportInitialize)(this.uidgvPeiZhi)).BeginInit();
- this.uiGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // uidgvPeiZhi
- //
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.uidgvPeiZhi.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.uidgvPeiZhi.BackgroundColor = System.Drawing.Color.White;
- this.uidgvPeiZhi.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.uidgvPeiZhi.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.uidgvPeiZhi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.uidgvPeiZhi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.uidgvPeiZhi.DefaultCellStyle = dataGridViewCellStyle8;
- this.uidgvPeiZhi.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uidgvPeiZhi.EnableHeadersVisualStyles = false;
- this.uidgvPeiZhi.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uidgvPeiZhi.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.uidgvPeiZhi.Location = new System.Drawing.Point(3, 32);
- this.uidgvPeiZhi.Name = "uidgvPeiZhi";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.uidgvPeiZhi.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- this.uidgvPeiZhi.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.uidgvPeiZhi.RowTemplate.Height = 23;
- this.uidgvPeiZhi.SelectedIndex = -1;
- this.uidgvPeiZhi.ShowGridLine = true;
- this.uidgvPeiZhi.ShowRect = false;
- this.uidgvPeiZhi.Size = new System.Drawing.Size(610, 283);
- this.uidgvPeiZhi.TabIndex = 1;
- this.uidgvPeiZhi.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uidgvPeiZhi_SelectIndexChange);
- this.uidgvPeiZhi.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.uidgvPeiZhi_DataBindingComplete);
- //
- // uigbLayer
- //
- this.uigbLayer.Dock = System.Windows.Forms.DockStyle.Left;
- this.uigbLayer.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uigbLayer.Location = new System.Drawing.Point(0, 0);
- this.uigbLayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uigbLayer.MinimumSize = new System.Drawing.Size(1, 1);
- this.uigbLayer.Name = "uigbLayer";
- this.uigbLayer.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uigbLayer.Size = new System.Drawing.Size(184, 400);
- this.uigbLayer.TabIndex = 2;
- this.uigbLayer.Text = "图层名称";
- this.uigbLayer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // uicbBiaoZhu
- //
- this.uicbBiaoZhu.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uicbBiaoZhu.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uicbBiaoZhu.Location = new System.Drawing.Point(593, 328);
- this.uicbBiaoZhu.MinimumSize = new System.Drawing.Size(1, 1);
- this.uicbBiaoZhu.Name = "uicbBiaoZhu";
- this.uicbBiaoZhu.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
- this.uicbBiaoZhu.Size = new System.Drawing.Size(120, 23);
- this.uicbBiaoZhu.TabIndex = 3;
- this.uicbBiaoZhu.Text = "是否标注";
- //
- // uitbAfter
- //
- this.uitbAfter.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbAfter.FillColor = System.Drawing.Color.White;
- this.uitbAfter.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbAfter.Location = new System.Drawing.Point(465, 365);
- this.uitbAfter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbAfter.Maximum = 2147483647D;
- this.uitbAfter.MaxLength = 6;
- this.uitbAfter.Minimum = -2147483648D;
- this.uitbAfter.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbAfter.Name = "uitbAfter";
- this.uitbAfter.Size = new System.Drawing.Size(103, 29);
- this.uitbAfter.TabIndex = 4;
- this.uitbAfter.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uitbBefore
- //
- this.uitbBefore.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbBefore.FillColor = System.Drawing.Color.White;
- this.uitbBefore.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbBefore.Location = new System.Drawing.Point(287, 365);
- this.uitbBefore.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbBefore.Maximum = 2147483647D;
- this.uitbBefore.MaxLength = 6;
- this.uitbBefore.Minimum = -2147483648D;
- this.uitbBefore.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbBefore.Name = "uitbBefore";
- this.uitbBefore.Size = new System.Drawing.Size(103, 29);
- this.uitbBefore.TabIndex = 5;
- this.uitbBefore.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel1.Location = new System.Drawing.Point(204, 365);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(61, 23);
- this.uiLabel1.TabIndex = 6;
- this.uiLabel1.Text = "前缀";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel2.Location = new System.Drawing.Point(397, 365);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(61, 23);
- this.uiLabel2.TabIndex = 7;
- this.uiLabel2.Text = "后缀";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uitbZiduan
- //
- this.uitbZiduan.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbZiduan.Enabled = false;
- this.uitbZiduan.FillColor = System.Drawing.Color.White;
- this.uitbZiduan.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbZiduan.Location = new System.Drawing.Point(288, 325);
- this.uitbZiduan.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbZiduan.Maximum = 2147483647D;
- this.uitbZiduan.Minimum = -2147483648D;
- this.uitbZiduan.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbZiduan.Name = "uitbZiduan";
- this.uitbZiduan.ReadOnly = true;
- this.uitbZiduan.Size = new System.Drawing.Size(103, 29);
- this.uitbZiduan.TabIndex = 8;
- this.uitbZiduan.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.uidgvPeiZhi);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiGroupBox1.Location = new System.Drawing.Point(184, 0);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(3, 32, 3, 3);
- this.uiGroupBox1.Size = new System.Drawing.Size(616, 318);
- this.uiGroupBox1.TabIndex = 9;
- this.uiGroupBox1.Text = "标注字段配置信息";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // uilbSmid
- //
- this.uilbSmid.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uilbSmid.Location = new System.Drawing.Point(736, 328);
- this.uilbSmid.Name = "uilbSmid";
- this.uilbSmid.Size = new System.Drawing.Size(50, 23);
- this.uilbSmid.TabIndex = 11;
- this.uilbSmid.Text = "0";
- this.uilbSmid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uilbSmid.Visible = false;
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel3.Location = new System.Drawing.Point(204, 325);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(77, 23);
- this.uiLabel3.TabIndex = 10;
- this.uiLabel3.Text = "字段名:";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabel4.Location = new System.Drawing.Point(398, 325);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(61, 23);
- this.uiLabel4.TabIndex = 12;
- this.uiLabel4.Text = "排序";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uitbSort
- //
- this.uitbSort.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbSort.FillColor = System.Drawing.Color.White;
- this.uitbSort.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbSort.Location = new System.Drawing.Point(464, 325);
- this.uitbSort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbSort.Maximum = 2147483647D;
- this.uitbSort.MaxLength = 2;
- this.uitbSort.Minimum = -2147483648D;
- this.uitbSort.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbSort.Name = "uitbSort";
- this.uitbSort.Size = new System.Drawing.Size(103, 29);
- this.uitbSort.TabIndex = 11;
- this.uitbSort.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uitbSort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbSort_KeyPress);
- //
- // BiaoZhuGuanWang
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.uilbSmid);
- this.Controls.Add(this.uiLabel4);
- this.Controls.Add(this.uitbSort);
- this.Controls.Add(this.uiLabel3);
- this.Controls.Add(this.uiGroupBox1);
- this.Controls.Add(this.uitbZiduan);
- this.Controls.Add(this.uiLabel2);
- this.Controls.Add(this.uiLabel1);
- this.Controls.Add(this.uitbBefore);
- this.Controls.Add(this.uitbAfter);
- this.Controls.Add(this.uicbBiaoZhu);
- this.Controls.Add(this.uigbLayer);
- this.Name = "BiaoZhuGuanWang";
- this.Size = new System.Drawing.Size(800, 400);
- ((System.ComponentModel.ISupportInitialize)(this.uidgvPeiZhi)).EndInit();
- this.uiGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIDataGridView uidgvPeiZhi;
- private Sunny.UI.UIGroupBox uigbLayer;
- private Sunny.UI.UICheckBox uicbBiaoZhu;
- private Sunny.UI.UITextBox uitbAfter;
- private Sunny.UI.UITextBox uitbBefore;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UITextBox uitbZiduan;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uilbSmid;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox uitbSort;
- }
- }
|