| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmCLPluginInfo
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("编号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("铸机号");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("类别");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("使用炉数");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("购买日期");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("备注");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn7 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCLPluginInfo));
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("编号");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("铸机号");
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("类别");
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("使用炉数");
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("购买日期");
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("备注");
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- this.ultdsPlugin = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.QUERY = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.ADD = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.EDIT = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.DEL = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.CLOSE = new System.Windows.Forms.ToolStripButton();
- this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
- this.chkID = new System.Windows.Forms.CheckBox();
- this.chkType = new System.Windows.Forms.CheckBox();
- this.chkCCM = new System.Windows.Forms.CheckBox();
- this.cmbID = new System.Windows.Forms.ComboBox();
- this.cmbType = new System.Windows.Forms.ComboBox();
- this.cmbCCM = new System.Windows.Forms.ComboBox();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.cmbZJH = new System.Windows.Forms.ComboBox();
- this.cmbLB = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.txtCS = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtMemo = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtNO = 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.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).BeginInit();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
- this.ulgrpModel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.SuspendLayout();
- //
- // ultdsPlugin
- //
- this.ultdsPlugin.AllowDelete = false;
- this.ultdsPlugin.Band.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
- this.ultdsPlugin.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6,
- ultraDataColumn7});
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.QUERY,
- this.toolStripSeparator4,
- this.ADD,
- this.toolStripSeparator1,
- this.EDIT,
- this.toolStripSeparator2,
- this.DEL,
- this.toolStripSeparator3,
- this.CLOSE});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(766, 30);
- this.toolStrip1.TabIndex = 3;
- this.toolStrip1.Text = "toolStrip1";
- this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
- //
- // QUERY
- //
- this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.QUERY.Name = "QUERY";
- this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
- this.QUERY.Size = new System.Drawing.Size(56, 27);
- this.QUERY.Text = "查询";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 30);
- //
- // ADD
- //
- this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.ADD.Name = "ADD";
- this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
- this.ADD.Size = new System.Drawing.Size(56, 27);
- this.ADD.Text = "新增";
- this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
- //
- // EDIT
- //
- this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.EDIT.Name = "EDIT";
- this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
- this.EDIT.Size = new System.Drawing.Size(56, 27);
- this.EDIT.Text = "修改";
- this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
- //
- // DEL
- //
- this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
- this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.DEL.Name = "DEL";
- this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
- this.DEL.Size = new System.Drawing.Size(56, 27);
- this.DEL.Text = "删除";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
- //
- // CLOSE
- //
- this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
- this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.CLOSE.Name = "CLOSE";
- this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
- this.CLOSE.Size = new System.Drawing.Size(56, 27);
- this.CLOSE.Text = "关闭";
- //
- // ulgrpModel
- //
- appearance1.FontData.Name = "宋体";
- appearance1.FontData.SizeInPoints = 9F;
- this.ulgrpModel.Appearance = appearance1;
- this.ulgrpModel.Controls.Add(this.chkID);
- this.ulgrpModel.Controls.Add(this.chkType);
- this.ulgrpModel.Controls.Add(this.chkCCM);
- this.ulgrpModel.Controls.Add(this.cmbID);
- this.ulgrpModel.Controls.Add(this.cmbType);
- this.ulgrpModel.Controls.Add(this.cmbCCM);
- this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
- this.ulgrpModel.Location = new System.Drawing.Point(0, 30);
- this.ulgrpModel.Name = "ulgrpModel";
- this.ulgrpModel.Size = new System.Drawing.Size(766, 49);
- this.ulgrpModel.TabIndex = 1;
- //
- // chkID
- //
- this.chkID.AutoSize = true;
- this.chkID.BackColor = System.Drawing.Color.Transparent;
- this.chkID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkID.Font = new System.Drawing.Font("宋体", 9F);
- this.chkID.Location = new System.Drawing.Point(401, 16);
- this.chkID.Name = "chkID";
- this.chkID.Size = new System.Drawing.Size(45, 16);
- this.chkID.TabIndex = 4;
- this.chkID.Text = "编号";
- this.chkID.UseVisualStyleBackColor = false;
- this.chkID.CheckedChanged += new System.EventHandler(this.cbID_CheckedChanged);
- //
- // chkType
- //
- this.chkType.AutoSize = true;
- this.chkType.BackColor = System.Drawing.Color.Transparent;
- this.chkType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkType.Font = new System.Drawing.Font("宋体", 9F);
- this.chkType.Location = new System.Drawing.Point(217, 16);
- this.chkType.Name = "chkType";
- this.chkType.Size = new System.Drawing.Size(45, 16);
- this.chkType.TabIndex = 2;
- this.chkType.Text = "类别";
- this.chkType.UseVisualStyleBackColor = false;
- this.chkType.CheckedChanged += new System.EventHandler(this.cbType_CheckedChanged);
- //
- // chkCCM
- //
- this.chkCCM.AutoSize = true;
- this.chkCCM.BackColor = System.Drawing.Color.Transparent;
- this.chkCCM.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkCCM.Font = new System.Drawing.Font("宋体", 9F);
- this.chkCCM.Location = new System.Drawing.Point(20, 16);
- this.chkCCM.Name = "chkCCM";
- this.chkCCM.Size = new System.Drawing.Size(57, 16);
- this.chkCCM.TabIndex = 0;
- this.chkCCM.Text = "铸机号";
- this.chkCCM.UseVisualStyleBackColor = false;
- this.chkCCM.CheckedChanged += new System.EventHandler(this.cbCCM_CheckedChanged);
- //
- // cmbID
- //
- this.cmbID.Enabled = false;
- this.cmbID.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbID.FormattingEnabled = true;
- this.cmbID.Location = new System.Drawing.Point(450, 14);
- this.cmbID.Name = "cmbID";
- this.cmbID.Size = new System.Drawing.Size(101, 20);
- this.cmbID.TabIndex = 5;
- //
- // cmbType
- //
- this.cmbType.Enabled = false;
- this.cmbType.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbType.FormattingEnabled = true;
- this.cmbType.Items.AddRange(new object[] {
- "宽边铜板",
- "窄边铜板"});
- this.cmbType.Location = new System.Drawing.Point(266, 14);
- this.cmbType.Name = "cmbType";
- this.cmbType.Size = new System.Drawing.Size(101, 20);
- this.cmbType.TabIndex = 3;
- this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cbbType_SelectedIndexChanged);
- //
- // cmbCCM
- //
- this.cmbCCM.Enabled = false;
- this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbCCM.FormattingEnabled = true;
- this.cmbCCM.Items.AddRange(new object[] {
- "1#连铸机",
- "2#连铸机",
- "3#连铸机"});
- this.cmbCCM.Location = new System.Drawing.Point(81, 14);
- this.cmbCCM.Name = "cmbCCM";
- this.cmbCCM.Size = new System.Drawing.Size(101, 20);
- this.cmbCCM.TabIndex = 1;
- this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(895, 185);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 432);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(766, 113);
- this.ultraExpandableGroupBox1.TabIndex = 2;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGroupBox1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(762, 91);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.udteBuyTime);
- this.ultraGroupBox1.Controls.Add(this.cmbZJH);
- this.ultraGroupBox1.Controls.Add(this.cmbLB);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.txtCS);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.txtMemo);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.txtNO);
- this.ultraGroupBox1.Controls.Add(this.label6);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(762, 91);
- this.ultraGroupBox1.TabIndex = 4;
- //
- // udteBuyTime
- //
- this.udteBuyTime.Location = new System.Drawing.Point(83, 50);
- this.udteBuyTime.MaskInput = "{date}";
- this.udteBuyTime.Name = "udteBuyTime";
- this.udteBuyTime.Nullable = false;
- this.udteBuyTime.Size = new System.Drawing.Size(101, 21);
- this.udteBuyTime.TabIndex = 5;
- //
- // cmbZJH
- //
- this.cmbZJH.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbZJH.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbZJH.FormattingEnabled = true;
- this.cmbZJH.Items.AddRange(new object[] {
- "1#连铸机",
- "2#连铸机",
- "3#连铸机"});
- this.cmbZJH.Location = new System.Drawing.Point(83, 19);
- this.cmbZJH.Name = "cmbZJH";
- this.cmbZJH.Size = new System.Drawing.Size(101, 20);
- this.cmbZJH.TabIndex = 1;
- //
- // cmbLB
- //
- this.cmbLB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbLB.Font = new System.Drawing.Font("宋体", 9F);
- this.cmbLB.FormattingEnabled = true;
- this.cmbLB.Items.AddRange(new object[] {
- "宽边铜板",
- "窄边铜板"});
- this.cmbLB.Location = new System.Drawing.Point(403, 19);
- this.cmbLB.Name = "cmbLB";
- this.cmbLB.Size = new System.Drawing.Size(101, 20);
- this.cmbLB.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(13, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "所属铸机号";
- //
- // txtCS
- //
- this.txtCS.Location = new System.Drawing.Point(580, 19);
- this.txtCS.MaxLength = 10;
- this.txtCS.Name = "txtCS";
- this.txtCS.Size = new System.Drawing.Size(101, 21);
- this.txtCS.TabIndex = 4;
- this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCS_KeyPress);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(210, 23);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "编号";
- //
- // txtMemo
- //
- this.txtMemo.Location = new System.Drawing.Point(244, 50);
- this.txtMemo.MaxLength = 250;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(437, 21);
- this.txtMemo.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(369, 23);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "类别";
- //
- // txtNO
- //
- this.txtNO.Location = new System.Drawing.Point(244, 19);
- this.txtNO.MaxLength = 20;
- this.txtNO.Name = "txtNO";
- this.txtNO.Size = new System.Drawing.Size(101, 21);
- this.txtNO.TabIndex = 2;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(210, 54);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "备注";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(25, 54);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "购买日期";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(522, 23);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "使用炉数";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.ultdsPlugin;
- appearance2.TextVAlignAsString = "Middle";
- ultraGridColumn1.CellAppearance = appearance2;
- ultraGridColumn1.Header.VisiblePosition = 0;
- appearance3.TextVAlignAsString = "Middle";
- ultraGridColumn2.CellAppearance = appearance3;
- ultraGridColumn2.Header.VisiblePosition = 1;
- appearance4.TextVAlignAsString = "Middle";
- ultraGridColumn3.CellAppearance = appearance4;
- ultraGridColumn3.Header.VisiblePosition = 2;
- appearance5.TextVAlignAsString = "Middle";
- ultraGridColumn4.CellAppearance = appearance5;
- ultraGridColumn4.Header.VisiblePosition = 3;
- appearance6.TextVAlignAsString = "Middle";
- ultraGridColumn5.CellAppearance = appearance6;
- ultraGridColumn5.Header.VisiblePosition = 4;
- appearance7.TextVAlignAsString = "Middle";
- ultraGridColumn6.CellAppearance = appearance7;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(140, 0);
- appearance8.TextVAlignAsString = "Middle";
- ultraGridColumn7.CellAppearance = appearance8;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7});
- ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- appearance9.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance9;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 79);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(766, 353);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
- //
- // FrmCLPluginInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(766, 545);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ulgrpModel);
- this.Controls.Add(this.toolStrip1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmCLPluginInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "结晶器铜板水箱信息";
- this.Load += new System.EventHandler(this.FrmCLPluginInfo_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultdsPlugin)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
- this.ulgrpModel.ResumeLayout(false);
- this.ulgrpModel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultdsPlugin;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton ADD;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton EDIT;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton DEL;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton CLOSE;
- private System.Windows.Forms.ToolStripButton QUERY;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
- private System.Windows.Forms.CheckBox chkCCM;
- private System.Windows.Forms.ComboBox cmbCCM;
- private System.Windows.Forms.CheckBox chkID;
- private System.Windows.Forms.CheckBox chkType;
- private System.Windows.Forms.ComboBox cmbID;
- private System.Windows.Forms.ComboBox cmbType;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.ComboBox cmbLB;
- private System.Windows.Forms.TextBox txtNO;
- private System.Windows.Forms.ComboBox cmbZJH;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtCS;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
- private System.Windows.Forms.TextBox txtMemo;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|