CreateDBManually.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class CreateDBManually
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateDBManually));
  30. this.Order_Text = new CCWin.SkinControl.SkinWaterTextBox();
  31. this.skinGroupBox2 = new CCWin.SkinControl.SkinGroupBox();
  32. this.OrderQuantity = new CCWin.SkinControl.SkinWaterTextBox();
  33. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  34. this.skinLabel14 = new CCWin.SkinControl.SkinLabel();
  35. this.skinLabel13 = new CCWin.SkinControl.SkinLabel();
  36. this.skinLabel12 = new CCWin.SkinControl.SkinLabel();
  37. this.ProjectID_Text = new CCWin.SkinControl.SkinWaterTextBox();
  38. this.ClientType_Text = new CCWin.SkinControl.SkinWaterTextBox();
  39. this.skinLabel11 = new CCWin.SkinControl.SkinLabel();
  40. this.SoftwareVersion_Text = new CCWin.SkinControl.SkinWaterTextBox();
  41. this.SubmitMIDInfo = new CCWin.SkinControl.SkinButton();
  42. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  43. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  44. this.comboBox1 = new System.Windows.Forms.ComboBox();
  45. this.skinGroupBox2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // Order_Text
  49. //
  50. resources.ApplyResources(this.Order_Text, "Order_Text");
  51. this.Order_Text.Name = "Order_Text";
  52. this.Order_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  53. this.Order_Text.WaterText = "";
  54. //
  55. // skinGroupBox2
  56. //
  57. resources.ApplyResources(this.skinGroupBox2, "skinGroupBox2");
  58. this.skinGroupBox2.BackColor = System.Drawing.Color.Transparent;
  59. this.skinGroupBox2.BorderColor = System.Drawing.Color.Red;
  60. this.skinGroupBox2.Controls.Add(this.OrderQuantity);
  61. this.skinGroupBox2.Controls.Add(this.skinLabel1);
  62. this.skinGroupBox2.Controls.Add(this.skinLabel14);
  63. this.skinGroupBox2.Controls.Add(this.skinLabel13);
  64. this.skinGroupBox2.Controls.Add(this.skinLabel12);
  65. this.skinGroupBox2.Controls.Add(this.ProjectID_Text);
  66. this.skinGroupBox2.Controls.Add(this.ClientType_Text);
  67. this.skinGroupBox2.Controls.Add(this.skinLabel11);
  68. this.skinGroupBox2.Controls.Add(this.SoftwareVersion_Text);
  69. this.skinGroupBox2.Controls.Add(this.Order_Text);
  70. this.skinGroupBox2.ForeColor = System.Drawing.Color.Blue;
  71. this.skinGroupBox2.Name = "skinGroupBox2";
  72. this.skinGroupBox2.RectBackColor = System.Drawing.Color.White;
  73. this.skinGroupBox2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  74. this.skinGroupBox2.TabStop = false;
  75. this.skinGroupBox2.TitleBorderColor = System.Drawing.Color.Red;
  76. this.skinGroupBox2.TitleRectBackColor = System.Drawing.Color.White;
  77. this.skinGroupBox2.TitleRoundStyle = CCWin.SkinClass.RoundStyle.All;
  78. //
  79. // OrderQuantity
  80. //
  81. resources.ApplyResources(this.OrderQuantity, "OrderQuantity");
  82. this.OrderQuantity.Name = "OrderQuantity";
  83. this.OrderQuantity.ReadOnly = true;
  84. this.OrderQuantity.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  85. this.OrderQuantity.WaterText = "";
  86. //
  87. // skinLabel1
  88. //
  89. resources.ApplyResources(this.skinLabel1, "skinLabel1");
  90. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  91. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  92. this.skinLabel1.Name = "skinLabel1";
  93. //
  94. // skinLabel14
  95. //
  96. resources.ApplyResources(this.skinLabel14, "skinLabel14");
  97. this.skinLabel14.BackColor = System.Drawing.Color.Transparent;
  98. this.skinLabel14.BorderColor = System.Drawing.Color.White;
  99. this.skinLabel14.Name = "skinLabel14";
  100. //
  101. // skinLabel13
  102. //
  103. resources.ApplyResources(this.skinLabel13, "skinLabel13");
  104. this.skinLabel13.BackColor = System.Drawing.Color.Transparent;
  105. this.skinLabel13.BorderColor = System.Drawing.Color.White;
  106. this.skinLabel13.Name = "skinLabel13";
  107. //
  108. // skinLabel12
  109. //
  110. resources.ApplyResources(this.skinLabel12, "skinLabel12");
  111. this.skinLabel12.BackColor = System.Drawing.Color.Transparent;
  112. this.skinLabel12.BorderColor = System.Drawing.Color.White;
  113. this.skinLabel12.Name = "skinLabel12";
  114. //
  115. // ProjectID_Text
  116. //
  117. resources.ApplyResources(this.ProjectID_Text, "ProjectID_Text");
  118. this.ProjectID_Text.Name = "ProjectID_Text";
  119. this.ProjectID_Text.ReadOnly = true;
  120. this.ProjectID_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  121. this.ProjectID_Text.WaterText = "";
  122. //
  123. // ClientType_Text
  124. //
  125. resources.ApplyResources(this.ClientType_Text, "ClientType_Text");
  126. this.ClientType_Text.Name = "ClientType_Text";
  127. this.ClientType_Text.ReadOnly = true;
  128. this.ClientType_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  129. this.ClientType_Text.WaterText = "";
  130. //
  131. // skinLabel11
  132. //
  133. resources.ApplyResources(this.skinLabel11, "skinLabel11");
  134. this.skinLabel11.BackColor = System.Drawing.Color.Transparent;
  135. this.skinLabel11.BorderColor = System.Drawing.Color.White;
  136. this.skinLabel11.Name = "skinLabel11";
  137. //
  138. // SoftwareVersion_Text
  139. //
  140. resources.ApplyResources(this.SoftwareVersion_Text, "SoftwareVersion_Text");
  141. this.SoftwareVersion_Text.Name = "SoftwareVersion_Text";
  142. this.SoftwareVersion_Text.ReadOnly = true;
  143. this.SoftwareVersion_Text.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  144. this.SoftwareVersion_Text.WaterText = "";
  145. //
  146. // SubmitMIDInfo
  147. //
  148. resources.ApplyResources(this.SubmitMIDInfo, "SubmitMIDInfo");
  149. this.SubmitMIDInfo.BackColor = System.Drawing.Color.Transparent;
  150. this.SubmitMIDInfo.ControlState = CCWin.SkinClass.ControlState.Normal;
  151. this.SubmitMIDInfo.DownBack = null;
  152. this.SubmitMIDInfo.MouseBack = null;
  153. this.SubmitMIDInfo.Name = "SubmitMIDInfo";
  154. this.SubmitMIDInfo.NormlBack = null;
  155. this.SubmitMIDInfo.UseVisualStyleBackColor = false;
  156. this.SubmitMIDInfo.Click += new System.EventHandler(this.SubmitMIDInfo_Click);
  157. //
  158. // skinButton1
  159. //
  160. resources.ApplyResources(this.skinButton1, "skinButton1");
  161. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  162. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  163. this.skinButton1.DownBack = null;
  164. this.skinButton1.MouseBack = null;
  165. this.skinButton1.Name = "skinButton1";
  166. this.skinButton1.NormlBack = null;
  167. this.skinButton1.UseVisualStyleBackColor = false;
  168. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  169. //
  170. // progressBar1
  171. //
  172. resources.ApplyResources(this.progressBar1, "progressBar1");
  173. this.progressBar1.Name = "progressBar1";
  174. //
  175. // comboBox1
  176. //
  177. resources.ApplyResources(this.comboBox1, "comboBox1");
  178. this.comboBox1.FormattingEnabled = true;
  179. this.comboBox1.Items.AddRange(new object[] {
  180. resources.GetString("comboBox1.Items"),
  181. resources.GetString("comboBox1.Items1")});
  182. this.comboBox1.Name = "comboBox1";
  183. //
  184. // CreateDBManually
  185. //
  186. resources.ApplyResources(this, "$this");
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.Controls.Add(this.comboBox1);
  189. this.Controls.Add(this.progressBar1);
  190. this.Controls.Add(this.skinButton1);
  191. this.Controls.Add(this.skinGroupBox2);
  192. this.Controls.Add(this.SubmitMIDInfo);
  193. this.Name = "CreateDBManually";
  194. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateDBManually_FormClosing);
  195. this.Load += new System.EventHandler(this.CreateDBManually_Load);
  196. this.skinGroupBox2.ResumeLayout(false);
  197. this.skinGroupBox2.PerformLayout();
  198. this.ResumeLayout(false);
  199. }
  200. #endregion
  201. private CCWin.SkinControl.SkinWaterTextBox Order_Text;
  202. private CCWin.SkinControl.SkinGroupBox skinGroupBox2;
  203. private CCWin.SkinControl.SkinButton SubmitMIDInfo;
  204. private CCWin.SkinControl.SkinWaterTextBox SoftwareVersion_Text;
  205. private CCWin.SkinControl.SkinLabel skinLabel11;
  206. private CCWin.SkinControl.SkinLabel skinLabel12;
  207. private CCWin.SkinControl.SkinWaterTextBox ProjectID_Text;
  208. private CCWin.SkinControl.SkinWaterTextBox ClientType_Text;
  209. private CCWin.SkinControl.SkinLabel skinLabel14;
  210. private CCWin.SkinControl.SkinLabel skinLabel13;
  211. private CCWin.SkinControl.SkinLabel skinLabel1;
  212. private CCWin.SkinControl.SkinWaterTextBox OrderQuantity;
  213. private CCWin.SkinControl.SkinButton skinButton1;
  214. private System.Windows.Forms.ProgressBar progressBar1;
  215. private System.Windows.Forms.ComboBox comboBox1;
  216. }
  217. }