123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- namespace DllXqManager
- {
- partial class LayoutMstBase
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutMstBase));
- this.label3 = new System.Windows.Forms.Label();
- this.editFCode = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.editFName = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.editRemark = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.editModTime = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.editRecTime = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.button5 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.dgvmain = new System.Windows.Forms.DataGridView();
- this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
- this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
- this.bindingNavigator2.SuspendLayout();
- this.cms.SuspendLayout();
- this.SuspendLayout();
- //
- // label3
- //
- this.label3.Location = new System.Drawing.Point(8, 9);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(100, 23);
- this.label3.TabIndex = 6;
- this.label3.Text = "代码";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFCode
- //
- this.editFCode.Location = new System.Drawing.Point(111, 9);
- this.editFCode.Name = "editFCode";
- this.editFCode.ReadOnly = true;
- this.editFCode.Size = new System.Drawing.Size(176, 21);
- this.editFCode.TabIndex = 7;
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(8, 36);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(100, 23);
- this.label1.TabIndex = 8;
- this.label1.Text = "名称";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editFName
- //
- this.editFName.Location = new System.Drawing.Point(111, 36);
- this.editFName.Name = "editFName";
- this.editFName.Size = new System.Drawing.Size(176, 21);
- this.editFName.TabIndex = 9;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(634, 11);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(83, 37);
- this.button1.TabIndex = 16;
- this.button1.Text = "新增(&A)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(723, 11);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(83, 37);
- this.button2.TabIndex = 17;
- this.button2.Text = "保存(&S)";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(829, 11);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(83, 37);
- this.button3.TabIndex = 155;
- this.button3.Text = "复制新增(&C)";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // editRemark
- //
- this.editRemark.Location = new System.Drawing.Point(111, 63);
- this.editRemark.Name = "editRemark";
- this.editRemark.Size = new System.Drawing.Size(504, 21);
- this.editRemark.TabIndex = 11;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(8, 63);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(100, 23);
- this.label2.TabIndex = 10;
- this.label2.Text = "备注";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editModTime
- //
- this.editModTime.Location = new System.Drawing.Point(439, 36);
- this.editModTime.Name = "editModTime";
- this.editModTime.ReadOnly = true;
- this.editModTime.Size = new System.Drawing.Size(176, 21);
- this.editModTime.TabIndex = 13;
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(336, 36);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(100, 23);
- this.label4.TabIndex = 12;
- this.label4.Text = "修改时间";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // editRecTime
- //
- this.editRecTime.Location = new System.Drawing.Point(439, 11);
- this.editRecTime.Name = "editRecTime";
- this.editRecTime.ReadOnly = true;
- this.editRecTime.Size = new System.Drawing.Size(176, 21);
- this.editRecTime.TabIndex = 15;
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(336, 11);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(100, 23);
- this.label5.TabIndex = 14;
- this.label5.Text = "录入时间";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button5);
- this.panel1.Controls.Add(this.button4);
- this.panel1.Controls.Add(this.editFName);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.editFCode);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.editRemark);
- this.panel1.Controls.Add(this.editRecTime);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.editModTime);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(963, 92);
- this.panel1.TabIndex = 156;
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(723, 49);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(83, 37);
- this.button5.TabIndex = 157;
- this.button5.Text = "编辑位置";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(634, 49);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(83, 37);
- this.button4.TabIndex = 156;
- this.button4.Text = "选择实体";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.dgvmain);
- this.panel2.Controls.Add(this.bindingNavigator2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 92);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(963, 545);
- this.panel2.TabIndex = 157;
- //
- // dgvmain
- //
- this.dgvmain.AllowUserToAddRows = false;
- this.dgvmain.AllowUserToDeleteRows = false;
- this.dgvmain.BackgroundColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvmain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvmain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.选择});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvmain.DefaultCellStyle = dataGridViewCellStyle2;
- this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvmain.Location = new System.Drawing.Point(0, 25);
- this.dgvmain.Name = "dgvmain";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvmain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvmain.RowHeadersWidth = 30;
- this.dgvmain.RowTemplate.Height = 23;
- this.dgvmain.Size = new System.Drawing.Size(963, 520);
- this.dgvmain.TabIndex = 10;
- this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
- //
- // 选择
- //
- this.选择.DataPropertyName = "IsSelected";
- this.选择.FalseValue = "0";
- this.选择.HeaderText = "选择";
- this.选择.Name = "选择";
- this.选择.TrueValue = "1";
- this.选择.Width = 60;
- //
- // bindingNavigator2
- //
- this.bindingNavigator2.AddNewItem = null;
- this.bindingNavigator2.CountItem = this.toolStripLabel3;
- this.bindingNavigator2.DeleteItem = null;
- this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.toolStripButton2,
- this.toolStripSeparator1,
- this.toolStripTextBox1,
- this.toolStripLabel3,
- this.toolStripSeparator3,
- this.toolStripButton4,
- this.toolStripButton5,
- this.toolStripSeparator4});
- this.bindingNavigator2.Location = new System.Drawing.Point(0, 0);
- this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
- this.bindingNavigator2.MoveLastItem = this.toolStripButton5;
- this.bindingNavigator2.MoveNextItem = this.toolStripButton4;
- this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
- this.bindingNavigator2.Name = "bindingNavigator2";
- this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
- this.bindingNavigator2.Size = new System.Drawing.Size(963, 25);
- this.bindingNavigator2.TabIndex = 9;
- this.bindingNavigator2.Text = "bindingNavigator2";
- //
- // toolStripLabel3
- //
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(35, 22);
- this.toolStripLabel3.Text = "of {0}";
- this.toolStripLabel3.ToolTipText = "总项数";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.RightToLeftAutoMirrorImage = true;
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "移到第一条记录";
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.RightToLeftAutoMirrorImage = true;
- this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton2.Text = "移到上一条记录";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripTextBox1
- //
- this.toolStripTextBox1.AccessibleName = "位置";
- this.toolStripTextBox1.AutoSize = false;
- this.toolStripTextBox1.Name = "toolStripTextBox1";
- this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
- this.toolStripTextBox1.Text = "0";
- this.toolStripTextBox1.ToolTipText = "当前位置";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton4
- //
- this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
- this.toolStripButton4.Name = "toolStripButton4";
- this.toolStripButton4.RightToLeftAutoMirrorImage = true;
- this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton4.Text = "移到下一条记录";
- //
- // toolStripButton5
- //
- this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
- this.toolStripButton5.Name = "toolStripButton5";
- this.toolStripButton5.RightToLeftAutoMirrorImage = true;
- this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton5.Text = "移到最后一条记录";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // cms
- //
- this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.toolStripMenuItem3,
- this.toolStripMenuItem4});
- this.cms.Name = "cms";
- this.cms.Size = new System.Drawing.Size(114, 70);
- this.cms.Opening += new System.ComponentModel.CancelEventHandler(this.cms_Opening);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
- this.toolStripMenuItem2.Text = "删除";
- this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
- this.toolStripMenuItem3.Text = "全选";
- this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(113, 22);
- this.toolStripMenuItem4.Text = "反全选";
- this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
- //
- // LayoutMstBase
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(963, 637);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "LayoutMstBase";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "布局维护";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
- this.bindingNavigator2.ResumeLayout(false);
- this.bindingNavigator2.PerformLayout();
- this.cms.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox editFCode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox editFName;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox editRemark;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox editModTime;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox editRecTime;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.DataGridView dgvmain;
- private System.Windows.Forms.BindingNavigator bindingNavigator2;
- private System.Windows.Forms.ToolStripLabel toolStripLabel3;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton toolStripButton4;
- private System.Windows.Forms.ToolStripButton toolStripButton5;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.ContextMenuStrip cms;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
- }
- }
|