123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- namespace MOKA_Factory_Tools
- {
- partial class CreateDBManually
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateDBManually));
- this.Order_Text = new CCWin.SkinControl.SkinWaterTextBox();
- this.skinGroupBox2 = new CCWin.SkinControl.SkinGroupBox();
- this.OrderQuantity = new CCWin.SkinControl.SkinWaterTextBox();
- this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel14 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel13 = new CCWin.SkinControl.SkinLabel();
- this.skinLabel12 = new CCWin.SkinControl.SkinLabel();
- this.ProjectID_Text = new CCWin.SkinControl.SkinWaterTextBox();
- this.ClientType_Text = new CCWin.SkinControl.SkinWaterTextBox();
- this.skinLabel11 = new CCWin.SkinControl.SkinLabel();
- this.SoftwareVersion_Text = new CCWin.SkinControl.SkinWaterTextBox();
- this.SubmitMIDInfo = new CCWin.SkinControl.SkinButton();
- this.skinButton1 = new CCWin.SkinControl.SkinButton();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.skinGroupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // Order_Text
- //
- resources.ApplyResources(this.Order_Text, "Order_Text");
- this.Order_Text.Name = "Order_Text";
- this.Order_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.Order_Text.WaterText = "";
- //
- // skinGroupBox2
- //
- resources.ApplyResources(this.skinGroupBox2, "skinGroupBox2");
- this.skinGroupBox2.BackColor = System.Drawing.Color.Transparent;
- this.skinGroupBox2.BorderColor = System.Drawing.Color.Red;
- this.skinGroupBox2.Controls.Add(this.OrderQuantity);
- this.skinGroupBox2.Controls.Add(this.skinLabel1);
- this.skinGroupBox2.Controls.Add(this.skinLabel14);
- this.skinGroupBox2.Controls.Add(this.skinLabel13);
- this.skinGroupBox2.Controls.Add(this.skinLabel12);
- this.skinGroupBox2.Controls.Add(this.ProjectID_Text);
- this.skinGroupBox2.Controls.Add(this.ClientType_Text);
- this.skinGroupBox2.Controls.Add(this.skinLabel11);
- this.skinGroupBox2.Controls.Add(this.SoftwareVersion_Text);
- this.skinGroupBox2.Controls.Add(this.Order_Text);
- this.skinGroupBox2.ForeColor = System.Drawing.Color.Blue;
- this.skinGroupBox2.Name = "skinGroupBox2";
- this.skinGroupBox2.RectBackColor = System.Drawing.Color.White;
- this.skinGroupBox2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinGroupBox2.TabStop = false;
- this.skinGroupBox2.TitleBorderColor = System.Drawing.Color.Red;
- this.skinGroupBox2.TitleRectBackColor = System.Drawing.Color.White;
- this.skinGroupBox2.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
- //
- // OrderQuantity
- //
- resources.ApplyResources(this.OrderQuantity, "OrderQuantity");
- this.OrderQuantity.Name = "OrderQuantity";
- this.OrderQuantity.ReadOnly = true;
- this.OrderQuantity.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.OrderQuantity.WaterText = "";
- //
- // skinLabel1
- //
- resources.ApplyResources(this.skinLabel1, "skinLabel1");
- this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel1.BorderColor = System.Drawing.Color.White;
- this.skinLabel1.Name = "skinLabel1";
- //
- // skinLabel14
- //
- resources.ApplyResources(this.skinLabel14, "skinLabel14");
- this.skinLabel14.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel14.BorderColor = System.Drawing.Color.White;
- this.skinLabel14.Name = "skinLabel14";
- //
- // skinLabel13
- //
- resources.ApplyResources(this.skinLabel13, "skinLabel13");
- this.skinLabel13.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel13.BorderColor = System.Drawing.Color.White;
- this.skinLabel13.Name = "skinLabel13";
- //
- // skinLabel12
- //
- resources.ApplyResources(this.skinLabel12, "skinLabel12");
- this.skinLabel12.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel12.BorderColor = System.Drawing.Color.White;
- this.skinLabel12.Name = "skinLabel12";
- //
- // ProjectID_Text
- //
- resources.ApplyResources(this.ProjectID_Text, "ProjectID_Text");
- this.ProjectID_Text.Name = "ProjectID_Text";
- this.ProjectID_Text.ReadOnly = true;
- this.ProjectID_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.ProjectID_Text.WaterText = "";
- //
- // ClientType_Text
- //
- resources.ApplyResources(this.ClientType_Text, "ClientType_Text");
- this.ClientType_Text.Name = "ClientType_Text";
- this.ClientType_Text.ReadOnly = true;
- this.ClientType_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.ClientType_Text.WaterText = "";
- //
- // skinLabel11
- //
- resources.ApplyResources(this.skinLabel11, "skinLabel11");
- this.skinLabel11.BackColor = System.Drawing.Color.Transparent;
- this.skinLabel11.BorderColor = System.Drawing.Color.White;
- this.skinLabel11.Name = "skinLabel11";
- //
- // SoftwareVersion_Text
- //
- resources.ApplyResources(this.SoftwareVersion_Text, "SoftwareVersion_Text");
- this.SoftwareVersion_Text.Name = "SoftwareVersion_Text";
- this.SoftwareVersion_Text.ReadOnly = true;
- this.SoftwareVersion_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.SoftwareVersion_Text.WaterText = "";
- //
- // SubmitMIDInfo
- //
- resources.ApplyResources(this.SubmitMIDInfo, "SubmitMIDInfo");
- this.SubmitMIDInfo.BackColor = System.Drawing.Color.Transparent;
- this.SubmitMIDInfo.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.SubmitMIDInfo.DownBack = null;
- this.SubmitMIDInfo.MouseBack = null;
- this.SubmitMIDInfo.Name = "SubmitMIDInfo";
- this.SubmitMIDInfo.NormlBack = null;
- this.SubmitMIDInfo.UseVisualStyleBackColor = false;
- this.SubmitMIDInfo.Click += new System.EventHandler(this.SubmitMIDInfo_Click);
- //
- // skinButton1
- //
- resources.ApplyResources(this.skinButton1, "skinButton1");
- this.skinButton1.BackColor = System.Drawing.Color.Transparent;
- this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.skinButton1.DownBack = null;
- this.skinButton1.MouseBack = null;
- this.skinButton1.Name = "skinButton1";
- this.skinButton1.NormlBack = null;
- this.skinButton1.UseVisualStyleBackColor = false;
- this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
- //
- // progressBar1
- //
- resources.ApplyResources(this.progressBar1, "progressBar1");
- this.progressBar1.Name = "progressBar1";
- //
- // comboBox1
- //
- resources.ApplyResources(this.comboBox1, "comboBox1");
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- resources.GetString("comboBox1.Items"),
- resources.GetString("comboBox1.Items1")});
- this.comboBox1.Name = "comboBox1";
- //
- // CreateDBManually
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.progressBar1);
- this.Controls.Add(this.skinButton1);
- this.Controls.Add(this.skinGroupBox2);
- this.Controls.Add(this.SubmitMIDInfo);
- this.Name = "CreateDBManually";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateDBManually_FormClosing);
- this.Load += new System.EventHandler(this.CreateDBManually_Load);
- this.skinGroupBox2.ResumeLayout(false);
- this.skinGroupBox2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private CCWin.SkinControl.SkinWaterTextBox Order_Text;
- private CCWin.SkinControl.SkinGroupBox skinGroupBox2;
- private CCWin.SkinControl.SkinButton SubmitMIDInfo;
- private CCWin.SkinControl.SkinWaterTextBox SoftwareVersion_Text;
- private CCWin.SkinControl.SkinLabel skinLabel11;
- private CCWin.SkinControl.SkinLabel skinLabel12;
- private CCWin.SkinControl.SkinWaterTextBox ProjectID_Text;
- private CCWin.SkinControl.SkinWaterTextBox ClientType_Text;
- private CCWin.SkinControl.SkinLabel skinLabel14;
- private CCWin.SkinControl.SkinLabel skinLabel13;
- private CCWin.SkinControl.SkinLabel skinLabel1;
- private CCWin.SkinControl.SkinWaterTextBox OrderQuantity;
- private CCWin.SkinControl.SkinButton skinButton1;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.ComboBox comboBox1;
- }
- }
|