123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662 |
- namespace DllXqManager
- {
- partial class MachineQuery
- {
- /// <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(MachineQuery));
- this.dgvmain = new System.Windows.Forms.DataGridView();
- this.IsSelected = 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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.edit厂区名称 = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.edit厂商代码 = new System.Windows.Forms.TextBox();
- this.edit机台名称 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.edit机台代码 = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.edit返回最大行数 = new System.Windows.Forms.NumericUpDown();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.edit状态 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.edit机型名称 = new System.Windows.Forms.TextBox();
- this.lbl中文品名 = new System.Windows.Forms.Label();
- this.lb件号 = new System.Windows.Forms.Label();
- this.edit机型代码 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.反全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
- this.bindingNavigator2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.edit返回最大行数)).BeginInit();
- this.cms.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvmain
- //
- this.dgvmain.AllowUserToAddRows = false;
- this.dgvmain.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 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.IsSelected});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 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, 189);
- this.dgvmain.Name = "dgvmain";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 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(621, 552);
- this.dgvmain.TabIndex = 11;
- this.dgvmain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvmain_CellDoubleClick);
- this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
- this.dgvmain.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_ColumnHeaderMouseClick);
- this.dgvmain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgvmain_MouseDown);
- //
- // IsSelected
- //
- this.IsSelected.DataPropertyName = "IsSelected";
- this.IsSelected.FalseValue = "0";
- this.IsSelected.HeaderText = "选择";
- this.IsSelected.Name = "IsSelected";
- this.IsSelected.TrueValue = "1";
- this.IsSelected.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, 164);
- 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(621, 25);
- this.bindingNavigator2.TabIndex = 10;
- this.bindingNavigator2.Text = "bindingNavigator2";
- //
- // toolStripLabel3
- //
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(29, 22);
- this.toolStripLabel3.Text = "/ {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.Font = new System.Drawing.Font("Segoe UI", 9F);
- 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);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.groupBox2);
- this.groupBox1.Controls.Add(this.edit厂区名称);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.edit厂商代码);
- this.groupBox1.Controls.Add(this.edit机台名称);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.edit机台代码);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.edit返回最大行数);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.checkBox1);
- this.groupBox1.Controls.Add(this.dateTimePicker2);
- this.groupBox1.Controls.Add(this.dateTimePicker1);
- this.groupBox1.Controls.Add(this.edit状态);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.button3);
- this.groupBox1.Controls.Add(this.button4);
- this.groupBox1.Controls.Add(this.edit机型名称);
- this.groupBox1.Controls.Add(this.lbl中文品名);
- this.groupBox1.Controls.Add(this.lb件号);
- this.groupBox1.Controls.Add(this.edit机型代码);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(621, 164);
- this.groupBox1.TabIndex = 9;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "查询条件";
- //
- // edit厂区名称
- //
- this.edit厂区名称.Location = new System.Drawing.Point(275, 75);
- this.edit厂区名称.Name = "edit厂区名称";
- this.edit厂区名称.Size = new System.Drawing.Size(151, 21);
- this.edit厂区名称.TabIndex = 419;
- //
- // label10
- //
- this.label10.Location = new System.Drawing.Point(201, 75);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(75, 21);
- this.label10.TabIndex = 420;
- this.label10.Text = "厂区名称";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // label9
- //
- this.label9.Location = new System.Drawing.Point(14, 75);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(85, 21);
- this.label9.TabIndex = 418;
- this.label9.Text = "厂商代码";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // edit厂商代码
- //
- this.edit厂商代码.Location = new System.Drawing.Point(99, 75);
- this.edit厂商代码.Name = "edit厂商代码";
- this.edit厂商代码.Size = new System.Drawing.Size(100, 21);
- this.edit厂商代码.TabIndex = 417;
- //
- // edit机台名称
- //
- this.edit机台名称.Location = new System.Drawing.Point(275, 48);
- this.edit机台名称.Name = "edit机台名称";
- this.edit机台名称.Size = new System.Drawing.Size(151, 21);
- this.edit机台名称.TabIndex = 414;
- //
- // label7
- //
- this.label7.Location = new System.Drawing.Point(205, 48);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(71, 21);
- this.label7.TabIndex = 416;
- this.label7.Text = "机台名称";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // label8
- //
- this.label8.Location = new System.Drawing.Point(14, 48);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(85, 21);
- this.label8.TabIndex = 415;
- this.label8.Text = "机台代码";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // edit机台代码
- //
- this.edit机台代码.Location = new System.Drawing.Point(99, 48);
- this.edit机台代码.Name = "edit机台代码";
- this.edit机台代码.Size = new System.Drawing.Size(100, 21);
- this.edit机台代码.TabIndex = 413;
- //
- // label6
- //
- this.label6.Location = new System.Drawing.Point(245, 140);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(85, 21);
- this.label6.TabIndex = 412;
- this.label6.Text = "动力棒";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label6_MouseDown);
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(94, 140);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(85, 21);
- this.label5.TabIndex = 411;
- this.label5.Text = "标签";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label5_MouseDown);
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(681, 23);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(85, 21);
- this.label4.TabIndex = 410;
- this.label4.Text = "返回最大行数";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.label4.Visible = false;
- //
- // edit返回最大行数
- //
- this.edit返回最大行数.Location = new System.Drawing.Point(772, 23);
- this.edit返回最大行数.Maximum = new decimal(new int[] {
- 100000000,
- 0,
- 0,
- 0});
- this.edit返回最大行数.Name = "edit返回最大行数";
- this.edit返回最大行数.Size = new System.Drawing.Size(120, 21);
- this.edit返回最大行数.TabIndex = 409;
- this.edit返回最大行数.Visible = false;
- //
- // label3
- //
- this.label3.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(769, 62);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 21);
- this.label3.TabIndex = 408;
- this.label3.Text = "~";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(579, 58);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(81, 21);
- this.label2.TabIndex = 407;
- this.label2.Text = "录入时间";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(906, 62);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(15, 14);
- this.checkBox1.TabIndex = 406;
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
- this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimePicker2.Location = new System.Drawing.Point(800, 57);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.Size = new System.Drawing.Size(100, 21);
- this.dateTimePicker2.TabIndex = 405;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dateTimePicker1.Location = new System.Drawing.Point(666, 57);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(100, 21);
- this.dateTimePicker1.TabIndex = 404;
- //
- // edit状态
- //
- this.edit状态.FormattingEnabled = true;
- this.edit状态.Location = new System.Drawing.Point(723, 136);
- this.edit状态.Name = "edit状态";
- this.edit状态.Size = new System.Drawing.Size(121, 20);
- this.edit状态.TabIndex = 403;
- this.edit状态.Visible = false;
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(646, 136);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(71, 21);
- this.label1.TabIndex = 402;
- this.label1.Text = "数据库类别";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.label1.Visible = false;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(723, 100);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(80, 30);
- this.button3.TabIndex = 401;
- this.button3.Text = "确认(&F)";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(723, 73);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(80, 30);
- this.button4.TabIndex = 400;
- this.button4.Text = "新增(&A)";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // edit机型名称
- //
- this.edit机型名称.Location = new System.Drawing.Point(275, 21);
- this.edit机型名称.Name = "edit机型名称";
- this.edit机型名称.Size = new System.Drawing.Size(151, 21);
- this.edit机型名称.TabIndex = 2;
- //
- // lbl中文品名
- //
- this.lbl中文品名.Location = new System.Drawing.Point(205, 21);
- this.lbl中文品名.Name = "lbl中文品名";
- this.lbl中文品名.Size = new System.Drawing.Size(71, 21);
- this.lbl中文品名.TabIndex = 373;
- this.lbl中文品名.Text = "机型名称";
- this.lbl中文品名.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // lb件号
- //
- this.lb件号.Location = new System.Drawing.Point(14, 21);
- this.lb件号.Name = "lb件号";
- this.lb件号.Size = new System.Drawing.Size(85, 21);
- this.lb件号.TabIndex = 369;
- this.lb件号.Text = "机型代码";
- this.lb件号.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // edit机型代码
- //
- this.edit机型代码.Location = new System.Drawing.Point(99, 21);
- this.edit机型代码.Name = "edit机型代码";
- this.edit机型代码.Size = new System.Drawing.Size(100, 21);
- this.edit机型代码.TabIndex = 0;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(432, 21);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(80, 48);
- this.button1.TabIndex = 17;
- this.button1.Text = "查询(&Q)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // cms
- //
- this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.删除ToolStripMenuItem,
- this.全选ToolStripMenuItem,
- this.反全选ToolStripMenuItem});
- this.cms.Name = "cms";
- this.cms.Size = new System.Drawing.Size(114, 70);
- //
- // 删除ToolStripMenuItem
- //
- this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
- this.删除ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
- this.删除ToolStripMenuItem.Text = "删除";
- this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
- //
- // 全选ToolStripMenuItem
- //
- this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
- this.全选ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
- this.全选ToolStripMenuItem.Text = "全选";
- this.全选ToolStripMenuItem.Click += new System.EventHandler(this.全选ToolStripMenuItem_Click);
- //
- // 反全选ToolStripMenuItem
- //
- this.反全选ToolStripMenuItem.Name = "反全选ToolStripMenuItem";
- this.反全选ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
- this.反全选ToolStripMenuItem.Text = "反全选";
- this.反全选ToolStripMenuItem.Click += new System.EventHandler(this.反全选ToolStripMenuItem_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.radioButton3);
- this.groupBox2.Controls.Add(this.radioButton2);
- this.groupBox2.Controls.Add(this.radioButton1);
- this.groupBox2.Location = new System.Drawing.Point(99, 98);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(327, 39);
- this.groupBox2.TabIndex = 421;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "机台状态";
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(27, 17);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(47, 16);
- this.radioButton1.TabIndex = 0;
- this.radioButton1.Text = "全部";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Checked = true;
- this.radioButton2.Location = new System.Drawing.Point(116, 17);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(47, 16);
- this.radioButton2.TabIndex = 1;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "在线";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(217, 17);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(47, 16);
- this.radioButton3.TabIndex = 2;
- this.radioButton3.Text = "离线";
- this.radioButton3.UseVisualStyleBackColor = true;
- //
- // MachineQuery
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(621, 741);
- this.Controls.Add(this.dgvmain);
- this.Controls.Add(this.bindingNavigator2);
- this.Controls.Add(this.groupBox1);
- this.Name = "MachineQuery";
- this.Text = "机台查询";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MachineQuery_FormClosing);
- this.Load += new System.EventHandler(this.JobbookingQueryFor_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
- this.bindingNavigator2.ResumeLayout(false);
- this.bindingNavigator2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.edit返回最大行数)).EndInit();
- this.cms.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- 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.GroupBox groupBox1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.TextBox edit机型名称;
- private System.Windows.Forms.Label lbl中文品名;
- private System.Windows.Forms.Label lb件号;
- private System.Windows.Forms.TextBox edit机型代码;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsSelected;
- private System.Windows.Forms.ComboBox edit状态;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.DateTimePicker dateTimePicker2;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.NumericUpDown edit返回最大行数;
- private System.Windows.Forms.ContextMenuStrip cms;
- private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 反全选ToolStripMenuItem;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox edit机台名称;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox edit机台代码;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox edit厂商代码;
- private System.Windows.Forms.TextBox edit厂区名称;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- }
- }
|