namespace Cyberpipe { partial class FrmFlagManager { /// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.labelItem1 = new DevComponents.DotNetBar.LabelItem(); this.txt_no = new DevComponents.DotNetBar.TextBoxItem(); this.labelItem2 = new DevComponents.DotNetBar.LabelItem(); this.combo_street = new DevComponents.DotNetBar.ComboBoxItem(); this.labelItem3 = new DevComponents.DotNetBar.LabelItem(); this.combo_org_charger = new DevComponents.DotNetBar.ComboBoxItem(); this.labelItem4 = new DevComponents.DotNetBar.LabelItem(); this.combo_org_design = new DevComponents.DotNetBar.ComboBoxItem(); this.btn_query = new DevComponents.DotNetBar.ButtonItem(); this.btn_add_batch = new DevComponents.DotNetBar.ButtonItem(); this.btn_add_menu = new DevComponents.DotNetBar.ButtonItem(); this.btn_db = new DevComponents.DotNetBar.ButtonItem(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.LSSYS_ID = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.标识器id号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.编号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.标识器型号 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.X坐标 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.Y坐标 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.标识器埋深 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.埋设时间 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.所属道路 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.权属单位 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.设计单位 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.设计人姓名 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.施工单位 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.施工责任人 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.施工监理 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.监理责任人 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.btnEdit = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.btnDel = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.bar2 = new DevComponents.DotNetBar.Bar(); this.lab_page_msg = new DevComponents.DotNetBar.LabelItem(); this.btn_page_first = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_pre = new DevComponents.DotNetBar.ButtonItem(); this.combo_page_num = new DevComponents.DotNetBar.ComboBoxItem(); this.btn_page_next = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_last = new DevComponents.DotNetBar.ButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit(); this.SuspendLayout(); // // bar1 // this.bar1.AntiAlias = true; this.bar1.Dock = System.Windows.Forms.DockStyle.Top; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.labelItem1, this.txt_no, this.labelItem2, this.combo_street, this.labelItem3, this.combo_org_charger, this.labelItem4, this.combo_org_design, this.btn_query, this.btn_add_batch, this.btn_add_menu, this.btn_db}); this.bar1.Location = new System.Drawing.Point(0, 0); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(966, 28); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 0; this.bar1.TabStop = false; this.bar1.Text = "bar1"; // // labelItem1 // this.labelItem1.Name = "labelItem1"; this.labelItem1.Text = "编号"; // // txt_no // this.txt_no.Name = "txt_no"; this.txt_no.TextBoxWidth = 100; this.txt_no.WatermarkColor = System.Drawing.SystemColors.GrayText; // // labelItem2 // this.labelItem2.Name = "labelItem2"; this.labelItem2.Text = "街道"; // // combo_street // this.combo_street.ComboWidth = 100; this.combo_street.DropDownHeight = 106; this.combo_street.ItemHeight = 17; this.combo_street.Name = "combo_street"; // // labelItem3 // this.labelItem3.Name = "labelItem3"; this.labelItem3.Text = "权属单位"; // // combo_org_charger // this.combo_org_charger.ComboWidth = 150; this.combo_org_charger.DropDownHeight = 106; this.combo_org_charger.ItemHeight = 17; this.combo_org_charger.Name = "combo_org_charger"; // // labelItem4 // this.labelItem4.Name = "labelItem4"; this.labelItem4.Text = "设计单位"; // // combo_org_design // this.combo_org_design.ComboWidth = 170; this.combo_org_design.DropDownHeight = 106; this.combo_org_design.ItemHeight = 17; this.combo_org_design.Name = "combo_org_design"; // // btn_query // this.btn_query.Name = "btn_query"; this.btn_query.Text = "查询"; this.btn_query.Click += new System.EventHandler(this.btn_query_Click); // // btn_add_batch // this.btn_add_batch.Name = "btn_add_batch"; this.btn_add_batch.Text = "批量添加"; this.btn_add_batch.Click += new System.EventHandler(this.btn_add_batch_Click); // // btn_add_menu // this.btn_add_menu.Name = "btn_add_menu"; this.btn_add_menu.Text = "手工添加"; this.btn_add_menu.Click += new System.EventHandler(this.btn_add_menu_Click); // // btn_db // this.btn_db.Name = "btn_db"; this.btn_db.Text = "数据导出"; this.btn_db.Click += new System.EventHandler(this.btn_db_Click); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.LSSYS_ID, this.rowno, this.标识器id号, this.编号, this.标识器型号, this.X坐标, this.Y坐标, this.标识器埋深, this.埋设时间, this.所属道路, this.权属单位, this.设计单位, this.设计人姓名, this.施工单位, this.施工责任人, this.施工监理, this.监理责任人, this.btnEdit, this.btnDel}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewX1.Location = new System.Drawing.Point(0, 28); this.dataGridViewX1.MultiSelect = false; this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewX1.Size = new System.Drawing.Size(966, 403); this.dataGridViewX1.TabIndex = 1; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); this.dataGridViewX1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridViewX1_MouseDoubleClick); // // LSSYS_ID // this.LSSYS_ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.LSSYS_ID.DataPropertyName = "lssys_id"; this.LSSYS_ID.HeaderText = "ID"; this.LSSYS_ID.Name = "LSSYS_ID"; this.LSSYS_ID.ReadOnly = true; this.LSSYS_ID.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.LSSYS_ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.LSSYS_ID.Visible = false; // // rowno // this.rowno.DataPropertyName = "rowno"; this.rowno.HeaderText = "rowno"; this.rowno.Name = "rowno"; this.rowno.ReadOnly = true; this.rowno.Visible = false; // // 标识器id号 // this.标识器id号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.标识器id号.DataPropertyName = "标识器id号"; this.标识器id号.HeaderText = "标识器ID"; this.标识器id号.Name = "标识器id号"; this.标识器id号.ReadOnly = true; this.标识器id号.Visible = false; // // 编号 // this.编号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.编号.DataPropertyName = "编号"; this.编号.HeaderText = "编号"; this.编号.Name = "编号"; this.编号.ReadOnly = true; this.编号.TextAlignment = System.Drawing.StringAlignment.Center; this.编号.Width = 35; // // 标识器型号 // this.标识器型号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.标识器型号.DataPropertyName = "标识器型号"; this.标识器型号.HeaderText = "型号"; this.标识器型号.Name = "标识器型号"; this.标识器型号.ReadOnly = true; this.标识器型号.TextAlignment = System.Drawing.StringAlignment.Center; this.标识器型号.Width = 35; // // X坐标 // this.X坐标.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.X坐标.DataPropertyName = "X坐标"; this.X坐标.HeaderText = "经度"; this.X坐标.Name = "X坐标"; this.X坐标.ReadOnly = true; this.X坐标.TextAlignment = System.Drawing.StringAlignment.Center; this.X坐标.Width = 35; // // Y坐标 // this.Y坐标.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Y坐标.DataPropertyName = "Y坐标"; this.Y坐标.HeaderText = "纬度"; this.Y坐标.Name = "Y坐标"; this.Y坐标.ReadOnly = true; this.Y坐标.TextAlignment = System.Drawing.StringAlignment.Center; this.Y坐标.Width = 35; // // 标识器埋深 // this.标识器埋深.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.标识器埋深.DataPropertyName = "标识器埋深"; this.标识器埋深.HeaderText = "埋深"; this.标识器埋深.Name = "标识器埋深"; this.标识器埋深.ReadOnly = true; this.标识器埋深.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.标识器埋深.Width = 35; // // 埋设时间 // this.埋设时间.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.埋设时间.DataPropertyName = "埋设时间"; this.埋设时间.HeaderText = "埋设时间"; this.埋设时间.Name = "埋设时间"; this.埋设时间.ReadOnly = true; this.埋设时间.TextAlignment = System.Drawing.StringAlignment.Center; this.埋设时间.Width = 59; // // 所属道路 // this.所属道路.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.所属道路.DataPropertyName = "所属道路"; this.所属道路.HeaderText = "所属道路"; this.所属道路.Name = "所属道路"; this.所属道路.ReadOnly = true; this.所属道路.TextAlignment = System.Drawing.StringAlignment.Center; this.所属道路.Width = 59; // // 权属单位 // this.权属单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.权属单位.DataPropertyName = "权属单位"; this.权属单位.HeaderText = "权属单位"; this.权属单位.Name = "权属单位"; this.权属单位.ReadOnly = true; this.权属单位.TextAlignment = System.Drawing.StringAlignment.Center; this.权属单位.Width = 59; // // 设计单位 // this.设计单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.设计单位.DataPropertyName = "设计单位"; this.设计单位.HeaderText = "设计单位"; this.设计单位.Name = "设计单位"; this.设计单位.ReadOnly = true; this.设计单位.TextAlignment = System.Drawing.StringAlignment.Center; this.设计单位.Width = 59; // // 设计人姓名 // this.设计人姓名.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.设计人姓名.DataPropertyName = "设计人姓名"; this.设计人姓名.HeaderText = "设计人"; this.设计人姓名.Name = "设计人姓名"; this.设计人姓名.ReadOnly = true; this.设计人姓名.TextAlignment = System.Drawing.StringAlignment.Center; this.设计人姓名.Width = 47; // // 施工单位 // this.施工单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.施工单位.DataPropertyName = "施工单位"; this.施工单位.HeaderText = "施工单位"; this.施工单位.Name = "施工单位"; this.施工单位.ReadOnly = true; this.施工单位.Width = 59; // // 施工责任人 // this.施工责任人.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.施工责任人.DataPropertyName = "施工责任人"; this.施工责任人.HeaderText = "施工负责人"; this.施工责任人.Name = "施工责任人"; this.施工责任人.ReadOnly = true; this.施工责任人.Width = 71; // // 施工监理 // this.施工监理.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.施工监理.DataPropertyName = "施工监理"; this.施工监理.HeaderText = "施工监理"; this.施工监理.Name = "施工监理"; this.施工监理.ReadOnly = true; this.施工监理.Width = 59; // // 监理责任人 // this.监理责任人.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.监理责任人.DataPropertyName = "监理责任人"; this.监理责任人.HeaderText = "监理人"; this.监理责任人.Name = "监理责任人"; this.监理责任人.ReadOnly = true; this.监理责任人.Width = 47; // // btnEdit // this.btnEdit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnEdit.DataPropertyName = "edit"; this.btnEdit.HeaderText = "编辑"; this.btnEdit.Name = "btnEdit"; this.btnEdit.ReadOnly = true; this.btnEdit.Text = "属性编辑"; this.btnEdit.UseColumnTextForButtonValue = true; this.btnEdit.Width = 35; // // btnDel // this.btnDel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnDel.DataPropertyName = "del"; this.btnDel.HeaderText = "报废"; this.btnDel.Name = "btnDel"; this.btnDel.ReadOnly = true; this.btnDel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.btnDel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.btnDel.Text = "标识器报废"; this.btnDel.UseColumnTextForButtonValue = true; this.btnDel.Width = 54; // // bar2 // this.bar2.AntiAlias = true; this.bar2.Dock = System.Windows.Forms.DockStyle.Bottom; this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.lab_page_msg, this.btn_page_first, this.btn_page_pre, this.combo_page_num, this.btn_page_next, this.btn_page_last}); this.bar2.Location = new System.Drawing.Point(0, 437); this.bar2.Name = "bar2"; this.bar2.Size = new System.Drawing.Size(966, 28); this.bar2.Stretch = true; this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar2.TabIndex = 2; this.bar2.TabStop = false; this.bar2.Text = "bar2"; // // lab_page_msg // this.lab_page_msg.Name = "lab_page_msg"; this.lab_page_msg.PaddingLeft = 100; this.lab_page_msg.PaddingRight = 10; // // btn_page_first // this.btn_page_first.Name = "btn_page_first"; this.btn_page_first.Text = "|<首页"; this.btn_page_first.Click += new System.EventHandler(this.btn_first_Click); // // btn_page_pre // this.btn_page_pre.Name = "btn_page_pre"; this.btn_page_pre.Text = "<上一页"; this.btn_page_pre.Click += new System.EventHandler(this.btn_pre_Click); // // combo_page_num // this.combo_page_num.DropDownHeight = 106; this.combo_page_num.ItemHeight = 17; this.combo_page_num.Name = "combo_page_num"; this.combo_page_num.Click += new System.EventHandler(this.combo_page_Click); // // btn_page_next // this.btn_page_next.Name = "btn_page_next"; this.btn_page_next.Text = "下一页>"; this.btn_page_next.Click += new System.EventHandler(this.btn_nex_Click); // // btn_page_last // this.btn_page_last.Name = "btn_page_last"; this.btn_page_last.Text = "末页>|"; this.btn_page_last.Click += new System.EventHandler(this.btn_last_Click); // // FrmFlagManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(966, 465); this.Controls.Add(this.bar2); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.bar1); this.DoubleBuffered = true; this.Name = "FrmFlagManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "标识器管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFlagManager_FormClosing); this.Load += new System.EventHandler(this.FrmFlagManager_Load); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Bar bar1; private DevComponents.DotNetBar.LabelItem labelItem1; private DevComponents.DotNetBar.TextBoxItem txt_no; private DevComponents.DotNetBar.LabelItem labelItem2; private DevComponents.DotNetBar.LabelItem labelItem3; private DevComponents.DotNetBar.LabelItem labelItem4; private DevComponents.DotNetBar.ButtonItem btn_query; private DevComponents.DotNetBar.ButtonItem btn_add_batch; private DevComponents.DotNetBar.ButtonItem btn_add_menu; private DevComponents.DotNetBar.ComboBoxItem combo_street; private DevComponents.DotNetBar.ComboBoxItem combo_org_charger; private DevComponents.DotNetBar.ComboBoxItem combo_org_design; private DevComponents.DotNetBar.ButtonItem btn_db; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.Bar bar2; private DevComponents.DotNetBar.LabelItem lab_page_msg; private DevComponents.DotNetBar.ButtonItem btn_page_first; private DevComponents.DotNetBar.ButtonItem btn_page_pre; private DevComponents.DotNetBar.ComboBoxItem combo_page_num; private DevComponents.DotNetBar.ButtonItem btn_page_next; private DevComponents.DotNetBar.ButtonItem btn_page_last; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn LSSYS_ID; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 标识器id号; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 编号; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 标识器型号; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn X坐标; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn Y坐标; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 标识器埋深; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 埋设时间; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 所属道路; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 权属单位; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 设计单位; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 设计人姓名; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 施工单位; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 施工责任人; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 施工监理; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn 监理责任人; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnEdit; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnDel; } }