namespace Cyberpipe { partial class FrmFlagManagers { /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); 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.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.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.winGridViewPager1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.bar1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(770, 467); this.tableLayoutPanel1.TabIndex = 6; // // winGridViewPager1 // this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill; this.winGridViewPager1.Location = new System.Drawing.Point(3, 35); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.Size = new System.Drawing.Size(764, 429); this.winGridViewPager1.TabIndex = 5; // // bar1 // this.bar1.AntiAlias = true; this.bar1.Dock = System.Windows.Forms.DockStyle.Top; this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.labelItem1, this.txt_no, this.labelItem2, this.combo_street, this.btn_query, this.btn_add_batch, this.btn_add_menu, this.btn_db}); this.bar1.Location = new System.Drawing.Point(3, 3); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(764, 28); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 1; 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 = 200; this.txt_no.WatermarkColor = System.Drawing.SystemColors.GrayText; // // labelItem2 // this.labelItem2.Name = "labelItem2"; this.labelItem2.Text = "街道"; // // combo_street // this.combo_street.ComboWidth = 200; this.combo_street.DropDownHeight = 106; this.combo_street.ItemHeight = 17; this.combo_street.Name = "combo_street"; // // 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 = "数据导出"; // // FrmFlagManagers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(770, 467); this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.Name = "FrmFlagManagers"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "标识器管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFlagManagers_FormClosing); this.Load += new System.EventHandler(this.FrmFlagManagers_Load); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; private DevComponents.DotNetBar.Bar bar1; private DevComponents.DotNetBar.LabelItem labelItem1; private DevComponents.DotNetBar.TextBoxItem txt_no; private DevComponents.DotNetBar.LabelItem labelItem2; private DevComponents.DotNetBar.ComboBoxItem combo_street; private DevComponents.DotNetBar.ButtonItem btn_query; private DevComponents.DotNetBar.ButtonItem btn_add_batch; private DevComponents.DotNetBar.ButtonItem btn_add_menu; private DevComponents.DotNetBar.ButtonItem btn_db; } }