| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630 |
- namespace Core.LgMes.Client.LgJobMgt
- {
- partial class frmSetHopper
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetHopper));
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELFORSHORT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WLLXM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
- this.panel1 = new System.Windows.Forms.Panel();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.lblW8 = new System.Windows.Forms.Label();
- this.lblW7 = new System.Windows.Forms.Label();
- this.lblW6 = new System.Windows.Forms.Label();
- this.lblW5 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.label36 = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.pictureBox38 = new System.Windows.Forms.PictureBox();
- this.pictureBox37 = new System.Windows.Forms.PictureBox();
- this.pictureBox36 = new System.Windows.Forms.PictureBox();
- this.pictureBox35 = new System.Windows.Forms.PictureBox();
- this.lblW4 = new System.Windows.Forms.Label();
- this.lblW3 = new System.Windows.Forms.Label();
- this.lblW2 = new System.Windows.Forms.Label();
- this.lblW1 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.pictureBox34 = new System.Windows.Forms.PictureBox();
- this.pictureBox33 = new System.Windows.Forms.PictureBox();
- this.pictureBox32 = new System.Windows.Forms.PictureBox();
- this.pictureBox31 = new System.Windows.Forms.PictureBox();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.lblG22 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.pictureBox22 = new System.Windows.Forms.PictureBox();
- this.lblG21 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.pictureBox21 = new System.Windows.Forms.PictureBox();
- this.lblG20 = new System.Windows.Forms.Label();
- this.lblG19 = new System.Windows.Forms.Label();
- this.lblG18 = new System.Windows.Forms.Label();
- this.lblG17 = new System.Windows.Forms.Label();
- this.lblG16 = new System.Windows.Forms.Label();
- this.lblG15 = new System.Windows.Forms.Label();
- this.lblG14 = new System.Windows.Forms.Label();
- this.lblG13 = new System.Windows.Forms.Label();
- this.lblG12 = new System.Windows.Forms.Label();
- this.lblG11 = new System.Windows.Forms.Label();
- this.lblG10 = new System.Windows.Forms.Label();
- this.lblG9 = new System.Windows.Forms.Label();
- this.lblG8 = new System.Windows.Forms.Label();
- this.lblG7 = new System.Windows.Forms.Label();
- this.lblG6 = new System.Windows.Forms.Label();
- this.lblG5 = new System.Windows.Forms.Label();
- this.lblG4 = new System.Windows.Forms.Label();
- this.lblG3 = new System.Windows.Forms.Label();
- this.lblG2 = new System.Windows.Forms.Label();
- this.lblG1 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox20 = new System.Windows.Forms.PictureBox();
- this.pictureBox19 = new System.Windows.Forms.PictureBox();
- this.pictureBox18 = new System.Windows.Forms.PictureBox();
- this.pictureBox17 = new System.Windows.Forms.PictureBox();
- this.pictureBox16 = new System.Windows.Forms.PictureBox();
- this.pictureBox15 = new System.Windows.Forms.PictureBox();
- this.pictureBox14 = new System.Windows.Forms.PictureBox();
- this.pictureBox13 = new System.Windows.Forms.PictureBox();
- this.pictureBox12 = new System.Windows.Forms.PictureBox();
- this.pictureBox11 = new System.Windows.Forms.PictureBox();
- this.pictureBox10 = new System.Windows.Forms.PictureBox();
- this.pictureBox9 = new System.Windows.Forms.PictureBox();
- this.pictureBox8 = new System.Windows.Forms.PictureBox();
- this.pictureBox7 = new System.Windows.Forms.PictureBox();
- this.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.chkdevNo = new System.Windows.Forms.CheckBox();
- this.rbWS = new System.Windows.Forms.RadioButton();
- this.rbHJ = new System.Windows.Forms.RadioButton();
- this.rbFZL = new System.Windows.Forms.RadioButton();
- this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
- this.labelUnit = new System.Windows.Forms.Label();
- this.btClose = new System.Windows.Forms.Button();
- this.btReset = new System.Windows.Forms.Button();
- this.btAdd = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.ulgridMtrInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dsMaterial = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox35)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox34)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
- this.ultraGroupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsMaterial)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.ultraGroupBox2);
- this.panel1.Controls.Add(this.ultraGroupBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel1.Location = new System.Drawing.Point(418, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(225, 614);
- this.panel1.TabIndex = 0;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.panel3);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 464);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(225, 150);
- this.ultraGroupBox2.TabIndex = 6;
- this.ultraGroupBox2.Text = "喂丝信息";
- //
- // panel3
- //
- this.panel3.AutoScroll = true;
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(250)))), ((int)(((byte)(254)))));
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel3.Controls.Add(this.lblW8);
- this.panel3.Controls.Add(this.lblW7);
- this.panel3.Controls.Add(this.lblW6);
- this.panel3.Controls.Add(this.lblW5);
- this.panel3.Controls.Add(this.label38);
- this.panel3.Controls.Add(this.label37);
- this.panel3.Controls.Add(this.label36);
- this.panel3.Controls.Add(this.label35);
- this.panel3.Controls.Add(this.pictureBox38);
- this.panel3.Controls.Add(this.pictureBox37);
- this.panel3.Controls.Add(this.pictureBox36);
- this.panel3.Controls.Add(this.pictureBox35);
- this.panel3.Controls.Add(this.lblW4);
- this.panel3.Controls.Add(this.lblW3);
- this.panel3.Controls.Add(this.lblW2);
- this.panel3.Controls.Add(this.lblW1);
- this.panel3.Controls.Add(this.label34);
- this.panel3.Controls.Add(this.label33);
- this.panel3.Controls.Add(this.label32);
- this.panel3.Controls.Add(this.label31);
- this.panel3.Controls.Add(this.pictureBox34);
- this.panel3.Controls.Add(this.pictureBox33);
- this.panel3.Controls.Add(this.pictureBox32);
- this.panel3.Controls.Add(this.pictureBox31);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(3, 18);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(219, 129);
- this.panel3.TabIndex = 1;
- //
- // lblW8
- //
- this.lblW8.AutoSize = true;
- this.lblW8.Location = new System.Drawing.Point(114, 320);
- this.lblW8.Name = "lblW8";
- this.lblW8.Size = new System.Drawing.Size(17, 12);
- this.lblW8.TabIndex = 56;
- this.lblW8.Text = "XX";
- //
- // lblW7
- //
- this.lblW7.AutoSize = true;
- this.lblW7.Location = new System.Drawing.Point(114, 277);
- this.lblW7.Name = "lblW7";
- this.lblW7.Size = new System.Drawing.Size(17, 12);
- this.lblW7.TabIndex = 55;
- this.lblW7.Text = "XX";
- //
- // lblW6
- //
- this.lblW6.AutoSize = true;
- this.lblW6.Location = new System.Drawing.Point(114, 234);
- this.lblW6.Name = "lblW6";
- this.lblW6.Size = new System.Drawing.Size(17, 12);
- this.lblW6.TabIndex = 54;
- this.lblW6.Text = "XX";
- //
- // lblW5
- //
- this.lblW5.AutoSize = true;
- this.lblW5.Location = new System.Drawing.Point(114, 191);
- this.lblW5.Name = "lblW5";
- this.lblW5.Size = new System.Drawing.Size(17, 12);
- this.lblW5.TabIndex = 53;
- this.lblW5.Text = "XX";
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Location = new System.Drawing.Point(18, 320);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(17, 12);
- this.label38.TabIndex = 52;
- this.label38.Text = "8#";
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Location = new System.Drawing.Point(18, 277);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(17, 12);
- this.label37.TabIndex = 51;
- this.label37.Text = "7#";
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(18, 234);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(17, 12);
- this.label36.TabIndex = 50;
- this.label36.Text = "6#";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(18, 191);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(17, 12);
- this.label35.TabIndex = 49;
- this.label35.Text = "5#";
- //
- // pictureBox38
- //
- this.pictureBox38.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox38.Image")));
- this.pictureBox38.Location = new System.Drawing.Point(56, 307);
- this.pictureBox38.Name = "pictureBox38";
- this.pictureBox38.Size = new System.Drawing.Size(42, 39);
- this.pictureBox38.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox38.TabIndex = 48;
- this.pictureBox38.TabStop = false;
- this.pictureBox38.Tag = "8";
- this.pictureBox38.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox37
- //
- this.pictureBox37.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox37.Image")));
- this.pictureBox37.Location = new System.Drawing.Point(56, 264);
- this.pictureBox37.Name = "pictureBox37";
- this.pictureBox37.Size = new System.Drawing.Size(42, 39);
- this.pictureBox37.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox37.TabIndex = 47;
- this.pictureBox37.TabStop = false;
- this.pictureBox37.Tag = "7";
- this.pictureBox37.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox36
- //
- this.pictureBox36.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox36.Image")));
- this.pictureBox36.Location = new System.Drawing.Point(56, 221);
- this.pictureBox36.Name = "pictureBox36";
- this.pictureBox36.Size = new System.Drawing.Size(42, 39);
- this.pictureBox36.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox36.TabIndex = 46;
- this.pictureBox36.TabStop = false;
- this.pictureBox36.Tag = "6";
- this.pictureBox36.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox35
- //
- this.pictureBox35.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox35.Image")));
- this.pictureBox35.Location = new System.Drawing.Point(56, 178);
- this.pictureBox35.Name = "pictureBox35";
- this.pictureBox35.Size = new System.Drawing.Size(42, 39);
- this.pictureBox35.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox35.TabIndex = 45;
- this.pictureBox35.TabStop = false;
- this.pictureBox35.Tag = "5";
- this.pictureBox35.Click += new System.EventHandler(this.PicClickHandler);
- //
- // lblW4
- //
- this.lblW4.AutoSize = true;
- this.lblW4.Location = new System.Drawing.Point(114, 146);
- this.lblW4.Name = "lblW4";
- this.lblW4.Size = new System.Drawing.Size(17, 12);
- this.lblW4.TabIndex = 44;
- this.lblW4.Text = "XX";
- //
- // lblW3
- //
- this.lblW3.AutoSize = true;
- this.lblW3.Location = new System.Drawing.Point(114, 103);
- this.lblW3.Name = "lblW3";
- this.lblW3.Size = new System.Drawing.Size(17, 12);
- this.lblW3.TabIndex = 43;
- this.lblW3.Text = "XX";
- //
- // lblW2
- //
- this.lblW2.AutoSize = true;
- this.lblW2.Location = new System.Drawing.Point(114, 60);
- this.lblW2.Name = "lblW2";
- this.lblW2.Size = new System.Drawing.Size(17, 12);
- this.lblW2.TabIndex = 42;
- this.lblW2.Text = "XX";
- //
- // lblW1
- //
- this.lblW1.AutoSize = true;
- this.lblW1.Location = new System.Drawing.Point(114, 17);
- this.lblW1.Name = "lblW1";
- this.lblW1.Size = new System.Drawing.Size(17, 12);
- this.lblW1.TabIndex = 41;
- this.lblW1.Text = "XX";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(18, 146);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(17, 12);
- this.label34.TabIndex = 24;
- this.label34.Text = "4#";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Location = new System.Drawing.Point(18, 103);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(17, 12);
- this.label33.TabIndex = 23;
- this.label33.Text = "3#";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Location = new System.Drawing.Point(18, 60);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(17, 12);
- this.label32.TabIndex = 22;
- this.label32.Text = "2#";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Location = new System.Drawing.Point(18, 17);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(17, 12);
- this.label31.TabIndex = 21;
- this.label31.Text = "1#";
- //
- // pictureBox34
- //
- this.pictureBox34.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox34.Image")));
- this.pictureBox34.Location = new System.Drawing.Point(56, 133);
- this.pictureBox34.Name = "pictureBox34";
- this.pictureBox34.Size = new System.Drawing.Size(42, 39);
- this.pictureBox34.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox34.TabIndex = 3;
- this.pictureBox34.TabStop = false;
- this.pictureBox34.Tag = "4";
- this.pictureBox34.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox33
- //
- this.pictureBox33.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox33.Image")));
- this.pictureBox33.Location = new System.Drawing.Point(56, 90);
- this.pictureBox33.Name = "pictureBox33";
- this.pictureBox33.Size = new System.Drawing.Size(42, 39);
- this.pictureBox33.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox33.TabIndex = 2;
- this.pictureBox33.TabStop = false;
- this.pictureBox33.Tag = "3";
- this.pictureBox33.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox32
- //
- this.pictureBox32.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox32.Image")));
- this.pictureBox32.Location = new System.Drawing.Point(56, 47);
- this.pictureBox32.Name = "pictureBox32";
- this.pictureBox32.Size = new System.Drawing.Size(42, 39);
- this.pictureBox32.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox32.TabIndex = 1;
- this.pictureBox32.TabStop = false;
- this.pictureBox32.Tag = "2";
- this.pictureBox32.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox31
- //
- this.pictureBox31.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox31.Image")));
- this.pictureBox31.Location = new System.Drawing.Point(56, 4);
- this.pictureBox31.Name = "pictureBox31";
- this.pictureBox31.Size = new System.Drawing.Size(42, 39);
- this.pictureBox31.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox31.TabIndex = 0;
- this.pictureBox31.TabStop = false;
- this.pictureBox31.Tag = "1";
- this.pictureBox31.Click += new System.EventHandler(this.PicClickHandler);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.panel2);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(225, 464);
- this.ultraGroupBox1.TabIndex = 5;
- this.ultraGroupBox1.Text = "料斗信息";
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(250)))), ((int)(((byte)(254)))));
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel2.Controls.Add(this.lblG22);
- this.panel2.Controls.Add(this.label22);
- this.panel2.Controls.Add(this.pictureBox22);
- this.panel2.Controls.Add(this.lblG21);
- this.panel2.Controls.Add(this.label21);
- this.panel2.Controls.Add(this.pictureBox21);
- this.panel2.Controls.Add(this.lblG20);
- this.panel2.Controls.Add(this.lblG19);
- this.panel2.Controls.Add(this.lblG18);
- this.panel2.Controls.Add(this.lblG17);
- this.panel2.Controls.Add(this.lblG16);
- this.panel2.Controls.Add(this.lblG15);
- this.panel2.Controls.Add(this.lblG14);
- this.panel2.Controls.Add(this.lblG13);
- this.panel2.Controls.Add(this.lblG12);
- this.panel2.Controls.Add(this.lblG11);
- this.panel2.Controls.Add(this.lblG10);
- this.panel2.Controls.Add(this.lblG9);
- this.panel2.Controls.Add(this.lblG8);
- this.panel2.Controls.Add(this.lblG7);
- this.panel2.Controls.Add(this.lblG6);
- this.panel2.Controls.Add(this.lblG5);
- this.panel2.Controls.Add(this.lblG4);
- this.panel2.Controls.Add(this.lblG3);
- this.panel2.Controls.Add(this.lblG2);
- this.panel2.Controls.Add(this.lblG1);
- this.panel2.Controls.Add(this.label20);
- this.panel2.Controls.Add(this.label19);
- this.panel2.Controls.Add(this.label18);
- this.panel2.Controls.Add(this.label17);
- this.panel2.Controls.Add(this.label16);
- this.panel2.Controls.Add(this.label15);
- this.panel2.Controls.Add(this.label14);
- this.panel2.Controls.Add(this.label13);
- this.panel2.Controls.Add(this.label12);
- this.panel2.Controls.Add(this.label11);
- this.panel2.Controls.Add(this.label10);
- this.panel2.Controls.Add(this.label9);
- this.panel2.Controls.Add(this.label8);
- this.panel2.Controls.Add(this.label7);
- this.panel2.Controls.Add(this.label6);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Controls.Add(this.label4);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.pictureBox20);
- this.panel2.Controls.Add(this.pictureBox19);
- this.panel2.Controls.Add(this.pictureBox18);
- this.panel2.Controls.Add(this.pictureBox17);
- this.panel2.Controls.Add(this.pictureBox16);
- this.panel2.Controls.Add(this.pictureBox15);
- this.panel2.Controls.Add(this.pictureBox14);
- this.panel2.Controls.Add(this.pictureBox13);
- this.panel2.Controls.Add(this.pictureBox12);
- this.panel2.Controls.Add(this.pictureBox11);
- this.panel2.Controls.Add(this.pictureBox10);
- this.panel2.Controls.Add(this.pictureBox9);
- this.panel2.Controls.Add(this.pictureBox8);
- this.panel2.Controls.Add(this.pictureBox7);
- this.panel2.Controls.Add(this.pictureBox6);
- this.panel2.Controls.Add(this.pictureBox5);
- this.panel2.Controls.Add(this.pictureBox4);
- this.panel2.Controls.Add(this.pictureBox3);
- this.panel2.Controls.Add(this.pictureBox2);
- this.panel2.Controls.Add(this.pictureBox1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 18);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(219, 443);
- this.panel2.TabIndex = 1;
- //
- // lblG22
- //
- this.lblG22.AutoSize = true;
- this.lblG22.Location = new System.Drawing.Point(114, 1053);
- this.lblG22.Name = "lblG22";
- this.lblG22.Size = new System.Drawing.Size(17, 12);
- this.lblG22.TabIndex = 65;
- this.lblG22.Text = "XX";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(18, 1053);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(23, 12);
- this.label22.TabIndex = 64;
- this.label22.Text = "22#";
- //
- // pictureBox22
- //
- this.pictureBox22.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox22.Image")));
- this.pictureBox22.Location = new System.Drawing.Point(56, 1040);
- this.pictureBox22.Name = "pictureBox22";
- this.pictureBox22.Size = new System.Drawing.Size(42, 39);
- this.pictureBox22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox22.TabIndex = 63;
- this.pictureBox22.TabStop = false;
- this.pictureBox22.Tag = "22";
- this.pictureBox22.Click += new System.EventHandler(this.PicClickHandler);
- //
- // lblG21
- //
- this.lblG21.AutoSize = true;
- this.lblG21.Location = new System.Drawing.Point(114, 1005);
- this.lblG21.Name = "lblG21";
- this.lblG21.Size = new System.Drawing.Size(17, 12);
- this.lblG21.TabIndex = 62;
- this.lblG21.Text = "XX";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(18, 1005);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(23, 12);
- this.label21.TabIndex = 61;
- this.label21.Text = "21#";
- //
- // pictureBox21
- //
- this.pictureBox21.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox21.Image")));
- this.pictureBox21.Location = new System.Drawing.Point(56, 992);
- this.pictureBox21.Name = "pictureBox21";
- this.pictureBox21.Size = new System.Drawing.Size(42, 39);
- this.pictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox21.TabIndex = 60;
- this.pictureBox21.TabStop = false;
- this.pictureBox21.Tag = "21";
- this.pictureBox21.Click += new System.EventHandler(this.PicClickHandler);
- //
- // lblG20
- //
- this.lblG20.AutoSize = true;
- this.lblG20.Location = new System.Drawing.Point(114, 955);
- this.lblG20.Name = "lblG20";
- this.lblG20.Size = new System.Drawing.Size(17, 12);
- this.lblG20.TabIndex = 59;
- this.lblG20.Text = "XX";
- //
- // lblG19
- //
- this.lblG19.AutoSize = true;
- this.lblG19.Location = new System.Drawing.Point(114, 906);
- this.lblG19.Name = "lblG19";
- this.lblG19.Size = new System.Drawing.Size(17, 12);
- this.lblG19.TabIndex = 58;
- this.lblG19.Text = "XX";
- //
- // lblG18
- //
- this.lblG18.AutoSize = true;
- this.lblG18.Location = new System.Drawing.Point(114, 857);
- this.lblG18.Name = "lblG18";
- this.lblG18.Size = new System.Drawing.Size(17, 12);
- this.lblG18.TabIndex = 57;
- this.lblG18.Text = "XX";
- //
- // lblG17
- //
- this.lblG17.AutoSize = true;
- this.lblG17.Location = new System.Drawing.Point(114, 808);
- this.lblG17.Name = "lblG17";
- this.lblG17.Size = new System.Drawing.Size(17, 12);
- this.lblG17.TabIndex = 56;
- this.lblG17.Text = "XX";
- //
- // lblG16
- //
- this.lblG16.AutoSize = true;
- this.lblG16.Location = new System.Drawing.Point(114, 759);
- this.lblG16.Name = "lblG16";
- this.lblG16.Size = new System.Drawing.Size(17, 12);
- this.lblG16.TabIndex = 55;
- this.lblG16.Text = "XX";
- //
- // lblG15
- //
- this.lblG15.AutoSize = true;
- this.lblG15.Location = new System.Drawing.Point(114, 710);
- this.lblG15.Name = "lblG15";
- this.lblG15.Size = new System.Drawing.Size(17, 12);
- this.lblG15.TabIndex = 54;
- this.lblG15.Text = "XX";
- //
- // lblG14
- //
- this.lblG14.AutoSize = true;
- this.lblG14.Location = new System.Drawing.Point(114, 661);
- this.lblG14.Name = "lblG14";
- this.lblG14.Size = new System.Drawing.Size(17, 12);
- this.lblG14.TabIndex = 53;
- this.lblG14.Text = "XX";
- //
- // lblG13
- //
- this.lblG13.AutoSize = true;
- this.lblG13.Location = new System.Drawing.Point(114, 612);
- this.lblG13.Name = "lblG13";
- this.lblG13.Size = new System.Drawing.Size(17, 12);
- this.lblG13.TabIndex = 52;
- this.lblG13.Text = "XX";
- //
- // lblG12
- //
- this.lblG12.AutoSize = true;
- this.lblG12.Location = new System.Drawing.Point(114, 563);
- this.lblG12.Name = "lblG12";
- this.lblG12.Size = new System.Drawing.Size(17, 12);
- this.lblG12.TabIndex = 51;
- this.lblG12.Text = "XX";
- //
- // lblG11
- //
- this.lblG11.AutoSize = true;
- this.lblG11.Location = new System.Drawing.Point(114, 514);
- this.lblG11.Name = "lblG11";
- this.lblG11.Size = new System.Drawing.Size(17, 12);
- this.lblG11.TabIndex = 50;
- this.lblG11.Text = "XX";
- //
- // lblG10
- //
- this.lblG10.AutoSize = true;
- this.lblG10.Location = new System.Drawing.Point(114, 465);
- this.lblG10.Name = "lblG10";
- this.lblG10.Size = new System.Drawing.Size(17, 12);
- this.lblG10.TabIndex = 49;
- this.lblG10.Text = "XX";
- //
- // lblG9
- //
- this.lblG9.AutoSize = true;
- this.lblG9.Location = new System.Drawing.Point(114, 416);
- this.lblG9.Name = "lblG9";
- this.lblG9.Size = new System.Drawing.Size(17, 12);
- this.lblG9.TabIndex = 48;
- this.lblG9.Text = "XX";
- //
- // lblG8
- //
- this.lblG8.AutoSize = true;
- this.lblG8.Location = new System.Drawing.Point(114, 367);
- this.lblG8.Name = "lblG8";
- this.lblG8.Size = new System.Drawing.Size(17, 12);
- this.lblG8.TabIndex = 47;
- this.lblG8.Text = "XX";
- //
- // lblG7
- //
- this.lblG7.AutoSize = true;
- this.lblG7.Location = new System.Drawing.Point(114, 318);
- this.lblG7.Name = "lblG7";
- this.lblG7.Size = new System.Drawing.Size(17, 12);
- this.lblG7.TabIndex = 46;
- this.lblG7.Text = "XX";
- //
- // lblG6
- //
- this.lblG6.AutoSize = true;
- this.lblG6.Location = new System.Drawing.Point(114, 269);
- this.lblG6.Name = "lblG6";
- this.lblG6.Size = new System.Drawing.Size(17, 12);
- this.lblG6.TabIndex = 45;
- this.lblG6.Text = "XX";
- //
- // lblG5
- //
- this.lblG5.AutoSize = true;
- this.lblG5.Location = new System.Drawing.Point(114, 220);
- this.lblG5.Name = "lblG5";
- this.lblG5.Size = new System.Drawing.Size(17, 12);
- this.lblG5.TabIndex = 44;
- this.lblG5.Text = "XX";
- //
- // lblG4
- //
- this.lblG4.AutoSize = true;
- this.lblG4.Location = new System.Drawing.Point(114, 171);
- this.lblG4.Name = "lblG4";
- this.lblG4.Size = new System.Drawing.Size(17, 12);
- this.lblG4.TabIndex = 43;
- this.lblG4.Text = "XX";
- //
- // lblG3
- //
- this.lblG3.AutoSize = true;
- this.lblG3.Location = new System.Drawing.Point(114, 122);
- this.lblG3.Name = "lblG3";
- this.lblG3.Size = new System.Drawing.Size(17, 12);
- this.lblG3.TabIndex = 42;
- this.lblG3.Text = "XX";
- //
- // lblG2
- //
- this.lblG2.AutoSize = true;
- this.lblG2.Location = new System.Drawing.Point(114, 73);
- this.lblG2.Name = "lblG2";
- this.lblG2.Size = new System.Drawing.Size(17, 12);
- this.lblG2.TabIndex = 41;
- this.lblG2.Text = "XX";
- //
- // lblG1
- //
- this.lblG1.AutoSize = true;
- this.lblG1.Location = new System.Drawing.Point(114, 24);
- this.lblG1.Name = "lblG1";
- this.lblG1.Size = new System.Drawing.Size(17, 12);
- this.lblG1.TabIndex = 40;
- this.lblG1.Text = "XX";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(18, 955);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(23, 12);
- this.label20.TabIndex = 39;
- this.label20.Text = "20#";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(18, 906);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(23, 12);
- this.label19.TabIndex = 38;
- this.label19.Text = "19#";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(18, 857);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(23, 12);
- this.label18.TabIndex = 37;
- this.label18.Text = "18#";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(18, 808);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(23, 12);
- this.label17.TabIndex = 36;
- this.label17.Text = "17#";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(18, 759);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(23, 12);
- this.label16.TabIndex = 35;
- this.label16.Text = "16#";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(18, 710);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(23, 12);
- this.label15.TabIndex = 34;
- this.label15.Text = "15#";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(18, 661);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(23, 12);
- this.label14.TabIndex = 33;
- this.label14.Text = "14#";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(18, 612);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(23, 12);
- this.label13.TabIndex = 32;
- this.label13.Text = "13#";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(18, 563);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(23, 12);
- this.label12.TabIndex = 31;
- this.label12.Text = "12#";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(18, 514);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(23, 12);
- this.label11.TabIndex = 30;
- this.label11.Text = "11#";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(18, 465);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(23, 12);
- this.label10.TabIndex = 29;
- this.label10.Text = "10#";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(21, 416);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(17, 12);
- this.label9.TabIndex = 28;
- this.label9.Text = "9#";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(21, 367);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(17, 12);
- this.label8.TabIndex = 27;
- this.label8.Text = "8#";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(21, 318);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(17, 12);
- this.label7.TabIndex = 26;
- this.label7.Text = "7#";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(21, 269);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(17, 12);
- this.label6.TabIndex = 25;
- this.label6.Text = "6#";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(21, 220);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(17, 12);
- this.label5.TabIndex = 24;
- this.label5.Text = "5#";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(21, 171);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 23;
- this.label4.Text = "4#";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(21, 122);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 12);
- this.label3.TabIndex = 22;
- this.label3.Text = "3#";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(21, 73);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 21;
- this.label2.Text = "2#";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(21, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 20;
- this.label1.Text = "1#";
- //
- // pictureBox20
- //
- this.pictureBox20.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox20.Image")));
- this.pictureBox20.Location = new System.Drawing.Point(56, 942);
- this.pictureBox20.Name = "pictureBox20";
- this.pictureBox20.Size = new System.Drawing.Size(42, 39);
- this.pictureBox20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox20.TabIndex = 19;
- this.pictureBox20.TabStop = false;
- this.pictureBox20.Tag = "20";
- this.pictureBox20.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox19
- //
- this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
- this.pictureBox19.Location = new System.Drawing.Point(56, 893);
- this.pictureBox19.Name = "pictureBox19";
- this.pictureBox19.Size = new System.Drawing.Size(42, 39);
- this.pictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox19.TabIndex = 18;
- this.pictureBox19.TabStop = false;
- this.pictureBox19.Tag = "19";
- this.pictureBox19.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox18
- //
- this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
- this.pictureBox18.Location = new System.Drawing.Point(56, 844);
- this.pictureBox18.Name = "pictureBox18";
- this.pictureBox18.Size = new System.Drawing.Size(42, 39);
- this.pictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox18.TabIndex = 17;
- this.pictureBox18.TabStop = false;
- this.pictureBox18.Tag = "18";
- this.pictureBox18.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox17
- //
- this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
- this.pictureBox17.Location = new System.Drawing.Point(56, 795);
- this.pictureBox17.Name = "pictureBox17";
- this.pictureBox17.Size = new System.Drawing.Size(42, 39);
- this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox17.TabIndex = 16;
- this.pictureBox17.TabStop = false;
- this.pictureBox17.Tag = "17";
- this.pictureBox17.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox16
- //
- this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image")));
- this.pictureBox16.Location = new System.Drawing.Point(56, 746);
- this.pictureBox16.Name = "pictureBox16";
- this.pictureBox16.Size = new System.Drawing.Size(42, 39);
- this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox16.TabIndex = 15;
- this.pictureBox16.TabStop = false;
- this.pictureBox16.Tag = "16";
- this.pictureBox16.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox15
- //
- this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
- this.pictureBox15.Location = new System.Drawing.Point(56, 697);
- this.pictureBox15.Name = "pictureBox15";
- this.pictureBox15.Size = new System.Drawing.Size(42, 39);
- this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox15.TabIndex = 14;
- this.pictureBox15.TabStop = false;
- this.pictureBox15.Tag = "15";
- this.pictureBox15.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox14
- //
- this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
- this.pictureBox14.Location = new System.Drawing.Point(56, 648);
- this.pictureBox14.Name = "pictureBox14";
- this.pictureBox14.Size = new System.Drawing.Size(42, 39);
- this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox14.TabIndex = 13;
- this.pictureBox14.TabStop = false;
- this.pictureBox14.Tag = "14";
- this.pictureBox14.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox13
- //
- this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
- this.pictureBox13.Location = new System.Drawing.Point(56, 599);
- this.pictureBox13.Name = "pictureBox13";
- this.pictureBox13.Size = new System.Drawing.Size(42, 39);
- this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox13.TabIndex = 12;
- this.pictureBox13.TabStop = false;
- this.pictureBox13.Tag = "13";
- this.pictureBox13.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox12
- //
- this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
- this.pictureBox12.Location = new System.Drawing.Point(56, 550);
- this.pictureBox12.Name = "pictureBox12";
- this.pictureBox12.Size = new System.Drawing.Size(42, 39);
- this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox12.TabIndex = 11;
- this.pictureBox12.TabStop = false;
- this.pictureBox12.Tag = "12";
- this.pictureBox12.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox11
- //
- this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
- this.pictureBox11.Location = new System.Drawing.Point(56, 501);
- this.pictureBox11.Name = "pictureBox11";
- this.pictureBox11.Size = new System.Drawing.Size(42, 39);
- this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox11.TabIndex = 10;
- this.pictureBox11.TabStop = false;
- this.pictureBox11.Tag = "11";
- this.pictureBox11.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox10
- //
- this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
- this.pictureBox10.Location = new System.Drawing.Point(56, 452);
- this.pictureBox10.Name = "pictureBox10";
- this.pictureBox10.Size = new System.Drawing.Size(42, 39);
- this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox10.TabIndex = 9;
- this.pictureBox10.TabStop = false;
- this.pictureBox10.Tag = "10";
- this.pictureBox10.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox9
- //
- this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
- this.pictureBox9.Location = new System.Drawing.Point(56, 403);
- this.pictureBox9.Name = "pictureBox9";
- this.pictureBox9.Size = new System.Drawing.Size(42, 39);
- this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox9.TabIndex = 8;
- this.pictureBox9.TabStop = false;
- this.pictureBox9.Tag = "9";
- this.pictureBox9.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox8
- //
- this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
- this.pictureBox8.Location = new System.Drawing.Point(56, 354);
- this.pictureBox8.Name = "pictureBox8";
- this.pictureBox8.Size = new System.Drawing.Size(42, 39);
- this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox8.TabIndex = 7;
- this.pictureBox8.TabStop = false;
- this.pictureBox8.Tag = "8";
- this.pictureBox8.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox7
- //
- this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
- this.pictureBox7.Location = new System.Drawing.Point(56, 305);
- this.pictureBox7.Name = "pictureBox7";
- this.pictureBox7.Size = new System.Drawing.Size(42, 39);
- this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox7.TabIndex = 6;
- this.pictureBox7.TabStop = false;
- this.pictureBox7.Tag = "7";
- this.pictureBox7.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox6
- //
- this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
- this.pictureBox6.Location = new System.Drawing.Point(56, 256);
- this.pictureBox6.Name = "pictureBox6";
- this.pictureBox6.Size = new System.Drawing.Size(42, 39);
- this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox6.TabIndex = 5;
- this.pictureBox6.TabStop = false;
- this.pictureBox6.Tag = "6";
- this.pictureBox6.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox5
- //
- this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
- this.pictureBox5.Location = new System.Drawing.Point(56, 207);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(42, 39);
- this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox5.TabIndex = 4;
- this.pictureBox5.TabStop = false;
- this.pictureBox5.Tag = "5";
- this.pictureBox5.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox4
- //
- this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
- this.pictureBox4.Location = new System.Drawing.Point(56, 158);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(42, 39);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox4.TabIndex = 3;
- this.pictureBox4.TabStop = false;
- this.pictureBox4.Tag = "4";
- this.pictureBox4.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox3
- //
- this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
- this.pictureBox3.Location = new System.Drawing.Point(56, 109);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(42, 39);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox3.TabIndex = 2;
- this.pictureBox3.TabStop = false;
- this.pictureBox3.Tag = "3";
- this.pictureBox3.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(56, 60);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(42, 39);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 1;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.Tag = "2";
- this.pictureBox2.Click += new System.EventHandler(this.PicClickHandler);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(56, 11);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(42, 39);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Tag = "1";
- this.pictureBox1.Click += new System.EventHandler(this.PicClickHandler);
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.chkdevNo);
- this.ultraGroupBox3.Controls.Add(this.rbWS);
- this.ultraGroupBox3.Controls.Add(this.rbHJ);
- this.ultraGroupBox3.Controls.Add(this.rbFZL);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(418, 66);
- this.ultraGroupBox3.TabIndex = 4;
- this.ultraGroupBox3.Text = "请选择";
- //
- // chkdevNo
- //
- this.chkdevNo.AutoSize = true;
- this.chkdevNo.BackColor = System.Drawing.Color.Transparent;
- this.chkdevNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkdevNo.Location = new System.Drawing.Point(30, 27);
- this.chkdevNo.Name = "chkdevNo";
- this.chkdevNo.Size = new System.Drawing.Size(72, 16);
- this.chkdevNo.TabIndex = 88;
- this.chkdevNo.Text = "岗位物料";
- this.chkdevNo.UseVisualStyleBackColor = false;
- this.chkdevNo.Visible = false;
- this.chkdevNo.CheckedChanged += new System.EventHandler(this.chkdevNo_CheckedChanged);
- //
- // rbWS
- //
- this.rbWS.AutoSize = true;
- this.rbWS.Location = new System.Drawing.Point(305, 26);
- this.rbWS.Name = "rbWS";
- this.rbWS.Size = new System.Drawing.Size(47, 16);
- this.rbWS.TabIndex = 5;
- this.rbWS.TabStop = true;
- this.rbWS.Tag = "WS";
- this.rbWS.Text = "喂丝";
- this.rbWS.UseVisualStyleBackColor = false;
- this.rbWS.Click += new System.EventHandler(this.radioButton_Click);
- //
- // rbHJ
- //
- this.rbHJ.AutoSize = true;
- this.rbHJ.Location = new System.Drawing.Point(215, 26);
- this.rbHJ.Name = "rbHJ";
- this.rbHJ.Size = new System.Drawing.Size(71, 16);
- this.rbHJ.TabIndex = 4;
- this.rbHJ.TabStop = true;
- this.rbHJ.Tag = "HJ";
- this.rbHJ.Text = "合金微调";
- this.rbHJ.UseVisualStyleBackColor = false;
- this.rbHJ.Click += new System.EventHandler(this.radioButton_Click);
- //
- // rbFZL
- //
- this.rbFZL.AutoSize = true;
- this.rbFZL.Location = new System.Drawing.Point(137, 26);
- this.rbFZL.Name = "rbFZL";
- this.rbFZL.Size = new System.Drawing.Size(59, 16);
- this.rbFZL.TabIndex = 3;
- this.rbFZL.TabStop = true;
- this.rbFZL.Tag = "FL";
- this.rbFZL.Text = "辅助料";
- this.rbFZL.UseVisualStyleBackColor = false;
- this.rbFZL.Click += new System.EventHandler(this.radioButton_Click);
- //
- // ultraGroupBox5
- //
- this.ultraGroupBox5.Controls.Add(this.labelUnit);
- this.ultraGroupBox5.Controls.Add(this.btClose);
- this.ultraGroupBox5.Controls.Add(this.btReset);
- this.ultraGroupBox5.Controls.Add(this.btAdd);
- this.ultraGroupBox5.Controls.Add(this.comboBox1);
- this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox5.Location = new System.Drawing.Point(0, 558);
- this.ultraGroupBox5.Name = "ultraGroupBox5";
- this.ultraGroupBox5.Size = new System.Drawing.Size(418, 56);
- this.ultraGroupBox5.TabIndex = 5;
- //
- // labelUnit
- //
- this.labelUnit.AutoSize = true;
- this.labelUnit.Location = new System.Drawing.Point(11, 22);
- this.labelUnit.Name = "labelUnit";
- this.labelUnit.Size = new System.Drawing.Size(35, 12);
- this.labelUnit.TabIndex = 10;
- this.labelUnit.Text = "单位:";
- //
- // btClose
- //
- this.btClose.Location = new System.Drawing.Point(316, 16);
- this.btClose.Name = "btClose";
- this.btClose.Size = new System.Drawing.Size(70, 23);
- this.btClose.TabIndex = 9;
- this.btClose.Text = "关闭";
- this.btClose.UseVisualStyleBackColor = false;
- this.btClose.Click += new System.EventHandler(this.btClose_Click);
- //
- // btReset
- //
- this.btReset.Location = new System.Drawing.Point(238, 16);
- this.btReset.Name = "btReset";
- this.btReset.Size = new System.Drawing.Size(70, 23);
- this.btReset.TabIndex = 8;
- this.btReset.Text = "重置";
- this.btReset.UseVisualStyleBackColor = false;
- this.btReset.Click += new System.EventHandler(this.btReset_Click);
- //
- // btAdd
- //
- this.btAdd.Location = new System.Drawing.Point(159, 16);
- this.btAdd.Name = "btAdd";
- this.btAdd.Size = new System.Drawing.Size(70, 23);
- this.btAdd.TabIndex = 7;
- this.btAdd.Text = "添料";
- this.btAdd.UseVisualStyleBackColor = false;
- this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "KM(千米)",
- "M(米)",
- "DM(分米)",
- "CM(厘米)",
- "千吨",
- "吨",
- "KG(千克)",
- "G(克)",
- "PPM",
- "%",
- "HZ"});
- this.comboBox1.Location = new System.Drawing.Point(54, 18);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(93, 20);
- this.comboBox1.TabIndex = 6;
- //
- // ulgridMtrInfo
- //
- this.ulgridMtrInfo.DataSource = this.dsMaterial;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Width = 99;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Width = 85;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Width = 98;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Width = 66;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5});
- this.ulgridMtrInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ulgridMtrInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulgridMtrInfo.Location = new System.Drawing.Point(0, 66);
- this.ulgridMtrInfo.Name = "ulgridMtrInfo";
- this.ulgridMtrInfo.Size = new System.Drawing.Size(418, 492);
- this.ulgridMtrInfo.TabIndex = 6;
- //
- // dsMaterial
- //
- this.dsMaterial.DataSetName = "NewDataSet";
- this.dsMaterial.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "物料编码";
- this.dataColumn1.ColumnName = "MATERIELCODE";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "物料名称";
- this.dataColumn2.ColumnName = "MATERIELNAME";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "物料简称";
- this.dataColumn3.ColumnName = "MATERIELFORSHORT";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "物料类型";
- this.dataColumn4.ColumnName = "WLLXM";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "物料类型编码";
- this.dataColumn5.ColumnName = "MATERIELTYPE";
- //
- // frmSetHopper
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(643, 614);
- this.Controls.Add(this.ulgridMtrInfo);
- this.Controls.Add(this.ultraGroupBox5);
- this.Controls.Add(this.ultraGroupBox3);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSetHopper";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
- this.Text = "料仓配置";
- this.Load += new System.EventHandler(this.frmSetHopper_Load);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox38)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox37)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox36)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox35)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox34)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox33)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox32)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox31)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- this.ultraGroupBox3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
- this.ultraGroupBox5.ResumeLayout(false);
- this.ultraGroupBox5.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsMaterial)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label lblG20;
- private System.Windows.Forms.Label lblG19;
- private System.Windows.Forms.Label lblG18;
- private System.Windows.Forms.Label lblG17;
- private System.Windows.Forms.Label lblG16;
- private System.Windows.Forms.Label lblG15;
- private System.Windows.Forms.Label lblG14;
- private System.Windows.Forms.Label lblG13;
- private System.Windows.Forms.Label lblG12;
- private System.Windows.Forms.Label lblG11;
- private System.Windows.Forms.Label lblG10;
- private System.Windows.Forms.Label lblG9;
- private System.Windows.Forms.Label lblG8;
- private System.Windows.Forms.Label lblG7;
- private System.Windows.Forms.Label lblG6;
- private System.Windows.Forms.Label lblG5;
- private System.Windows.Forms.Label lblG4;
- private System.Windows.Forms.Label lblG3;
- private System.Windows.Forms.Label lblG2;
- private System.Windows.Forms.Label lblG1;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox20;
- private System.Windows.Forms.PictureBox pictureBox19;
- private System.Windows.Forms.PictureBox pictureBox18;
- private System.Windows.Forms.PictureBox pictureBox17;
- private System.Windows.Forms.PictureBox pictureBox16;
- private System.Windows.Forms.PictureBox pictureBox15;
- private System.Windows.Forms.PictureBox pictureBox14;
- private System.Windows.Forms.PictureBox pictureBox13;
- private System.Windows.Forms.PictureBox pictureBox12;
- private System.Windows.Forms.PictureBox pictureBox11;
- private System.Windows.Forms.PictureBox pictureBox10;
- private System.Windows.Forms.PictureBox pictureBox9;
- private System.Windows.Forms.PictureBox pictureBox8;
- private System.Windows.Forms.PictureBox pictureBox7;
- private System.Windows.Forms.PictureBox pictureBox6;
- private System.Windows.Forms.PictureBox pictureBox5;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox pictureBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label lblW4;
- private System.Windows.Forms.Label lblW3;
- private System.Windows.Forms.Label lblW2;
- private System.Windows.Forms.Label lblW1;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.PictureBox pictureBox34;
- private System.Windows.Forms.PictureBox pictureBox33;
- private System.Windows.Forms.PictureBox pictureBox32;
- private System.Windows.Forms.PictureBox pictureBox31;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private System.Windows.Forms.RadioButton rbWS;
- private System.Windows.Forms.RadioButton rbHJ;
- private System.Windows.Forms.RadioButton rbFZL;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
- private System.Windows.Forms.Label labelUnit;
- private System.Windows.Forms.Button btClose;
- private System.Windows.Forms.Button btReset;
- private System.Windows.Forms.Button btAdd;
- private System.Windows.Forms.ComboBox comboBox1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ulgridMtrInfo;
- private System.Windows.Forms.Label lblW8;
- private System.Windows.Forms.Label lblW7;
- private System.Windows.Forms.Label lblW6;
- private System.Windows.Forms.Label lblW5;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.PictureBox pictureBox38;
- private System.Windows.Forms.PictureBox pictureBox37;
- private System.Windows.Forms.PictureBox pictureBox36;
- private System.Windows.Forms.PictureBox pictureBox35;
- private System.Windows.Forms.CheckBox chkdevNo;
- private System.Data.DataSet dsMaterial;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Windows.Forms.Label lblG21;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.PictureBox pictureBox21;
- private System.Windows.Forms.Label lblG22;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.PictureBox pictureBox22;
- }
- }
|