| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- namespace Core.StlMes.Client.BuyBillet
- {
- partial class FrmBuyYP
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.cb_pkind = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txt_dm = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.txt_dbpc = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.txt_weight = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.btn_close = new Infragistics.Win.Misc.UltraButton();
- this.btn_save = new Infragistics.Win.Misc.UltraButton();
- this.txt_steelgrade = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_cic = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_cb_gz = new Infragistics.Win.Misc.UltraButton();
- ((System.ComponentModel.ISupportInitialize)(this.cb_pkind)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_dm)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_dbpc)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_weight)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_steelgrade)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_cic)).BeginInit();
- this.SuspendLayout();
- //
- // ultraLabel1
- //
- this.ultraLabel1.Location = new System.Drawing.Point(130, 61);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(42, 23);
- this.ultraLabel1.TabIndex = 0;
- this.ultraLabel1.Text = "坯分类";
- //
- // ultraLabel2
- //
- this.ultraLabel2.Location = new System.Drawing.Point(130, 90);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(42, 23);
- this.ultraLabel2.TabIndex = 1;
- this.ultraLabel2.Text = "钢种";
- //
- // ultraLabel3
- //
- this.ultraLabel3.Location = new System.Drawing.Point(130, 149);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(42, 23);
- this.ultraLabel3.TabIndex = 2;
- this.ultraLabel3.Text = "断面";
- //
- // ultraLabel4
- //
- this.ultraLabel4.Location = new System.Drawing.Point(130, 178);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(56, 23);
- this.ultraLabel4.TabIndex = 3;
- this.ultraLabel4.Text = "单倍坯长";
- //
- // ultraLabel5
- //
- this.ultraLabel5.Location = new System.Drawing.Point(130, 207);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(56, 23);
- this.ultraLabel5.TabIndex = 4;
- this.ultraLabel5.Text = "需求量";
- //
- // cb_pkind
- //
- this.cb_pkind.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cb_pkind.Location = new System.Drawing.Point(200, 61);
- this.cb_pkind.Name = "cb_pkind";
- this.cb_pkind.NullText = "选择坯分类";
- this.cb_pkind.Size = new System.Drawing.Size(144, 21);
- this.cb_pkind.TabIndex = 5;
- //
- // txt_dm
- //
- this.txt_dm.Location = new System.Drawing.Point(200, 145);
- this.txt_dm.Name = "txt_dm";
- this.txt_dm.Size = new System.Drawing.Size(151, 21);
- this.txt_dm.TabIndex = 7;
- //
- // txt_dbpc
- //
- this.txt_dbpc.Location = new System.Drawing.Point(200, 174);
- this.txt_dbpc.Name = "txt_dbpc";
- this.txt_dbpc.Size = new System.Drawing.Size(151, 21);
- this.txt_dbpc.TabIndex = 8;
- //
- // txt_weight
- //
- this.txt_weight.Location = new System.Drawing.Point(200, 203);
- this.txt_weight.Name = "txt_weight";
- this.txt_weight.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.txt_weight.Size = new System.Drawing.Size(151, 21);
- this.txt_weight.TabIndex = 9;
- //
- // btn_close
- //
- this.btn_close.Location = new System.Drawing.Point(478, 273);
- this.btn_close.Name = "btn_close";
- this.btn_close.Size = new System.Drawing.Size(75, 23);
- this.btn_close.TabIndex = 10;
- this.btn_close.Text = "关闭";
- this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
- //
- // btn_save
- //
- this.btn_save.Location = new System.Drawing.Point(354, 273);
- this.btn_save.Name = "btn_save";
- this.btn_save.Size = new System.Drawing.Size(75, 23);
- this.btn_save.TabIndex = 11;
- this.btn_save.Text = "保存";
- this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
- //
- // txt_steelgrade
- //
- this.txt_steelgrade.Location = new System.Drawing.Point(200, 90);
- this.txt_steelgrade.Name = "txt_steelgrade";
- this.txt_steelgrade.NullText = "输入冶炼钢种";
- this.txt_steelgrade.Size = new System.Drawing.Size(238, 21);
- this.txt_steelgrade.TabIndex = 12;
- //
- // ultraLabel6
- //
- this.ultraLabel6.Location = new System.Drawing.Point(130, 120);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(67, 23);
- this.ultraLabel6.TabIndex = 13;
- this.ultraLabel6.Text = "钢种索引码";
- //
- // txt_cic
- //
- this.txt_cic.Location = new System.Drawing.Point(200, 116);
- this.txt_cic.Name = "txt_cic";
- this.txt_cic.NullText = "输入CIC";
- this.txt_cic.Size = new System.Drawing.Size(151, 21);
- this.txt_cic.TabIndex = 14;
- //
- // txt_cb_gz
- //
- this.txt_cb_gz.Location = new System.Drawing.Point(478, 90);
- this.txt_cb_gz.Name = "txt_cb_gz";
- this.txt_cb_gz.Size = new System.Drawing.Size(75, 23);
- this.txt_cb_gz.TabIndex = 15;
- this.txt_cb_gz.Text = "选择";
- this.txt_cb_gz.Click += new System.EventHandler(this.txt_cb_gz_Click);
- //
- // FrmBuyYP
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(584, 362);
- this.Controls.Add(this.txt_cb_gz);
- this.Controls.Add(this.txt_cic);
- this.Controls.Add(this.ultraLabel6);
- this.Controls.Add(this.txt_steelgrade);
- this.Controls.Add(this.btn_save);
- this.Controls.Add(this.btn_close);
- this.Controls.Add(this.txt_weight);
- this.Controls.Add(this.txt_dbpc);
- this.Controls.Add(this.txt_dm);
- this.Controls.Add(this.cb_pkind);
- this.Controls.Add(this.ultraLabel5);
- this.Controls.Add(this.ultraLabel4);
- this.Controls.Add(this.ultraLabel3);
- this.Controls.Add(this.ultraLabel2);
- this.Controls.Add(this.ultraLabel1);
- this.MaximizeBox = false;
- this.Name = "FrmBuyYP";
- this.ShowIcon = false;
- this.Text = "外购坯预排";
- this.Load += new System.EventHandler(this.FrmBuyYP_Load);
- ((System.ComponentModel.ISupportInitialize)(this.cb_pkind)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_dm)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_dbpc)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_weight)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_steelgrade)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_cic)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cb_pkind;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_dm;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_dbpc;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_weight;
- private Infragistics.Win.Misc.UltraButton btn_close;
- private Infragistics.Win.Misc.UltraButton btn_save;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_steelgrade;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_cic;
- private Infragistics.Win.Misc.UltraButton txt_cb_gz;
- }
- }
|