Setting.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace UAS_KanBan
  2. {
  3. partial class Setting
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.WorkCenter_Label = new CCWin.SkinControl.SkinLabel();
  30. this.Line_Label = new CCWin.SkinControl.SkinLabel();
  31. this.Span_Label = new CCWin.SkinControl.SkinLabel();
  32. this.WorkCenter = new CCWin.SkinControl.SkinComboBox();
  33. this.Line = new CCWin.SkinControl.SkinComboBox();
  34. this.Span = new CCWin.SkinControl.SkinComboBox();
  35. this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
  36. this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
  37. this.skinRadioButton1 = new CCWin.SkinControl.SkinRadioButton();
  38. this.skinRadioButton2 = new CCWin.SkinControl.SkinRadioButton();
  39. this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
  40. this.TimeSpan = new CCWin.SkinControl.SkinTextBox();
  41. this.MasterCombo_Label = new CCWin.SkinControl.SkinLabel();
  42. this.MasterCombo = new CCWin.SkinControl.SkinComboBox();
  43. this.Start = new CCWin.SkinControl.SkinButton();
  44. this.SuspendLayout();
  45. //
  46. // WorkCenter_Label
  47. //
  48. this.WorkCenter_Label.AutoSize = true;
  49. this.WorkCenter_Label.BackColor = System.Drawing.Color.Transparent;
  50. this.WorkCenter_Label.BorderColor = System.Drawing.Color.White;
  51. this.WorkCenter_Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.WorkCenter_Label.Location = new System.Drawing.Point(35, 108);
  53. this.WorkCenter_Label.Name = "WorkCenter_Label";
  54. this.WorkCenter_Label.Size = new System.Drawing.Size(37, 19);
  55. this.WorkCenter_Label.TabIndex = 1;
  56. this.WorkCenter_Label.Text = "车间";
  57. //
  58. // Line_Label
  59. //
  60. this.Line_Label.AutoSize = true;
  61. this.Line_Label.BackColor = System.Drawing.Color.Transparent;
  62. this.Line_Label.BorderColor = System.Drawing.Color.White;
  63. this.Line_Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.Line_Label.Location = new System.Drawing.Point(255, 108);
  65. this.Line_Label.Name = "Line_Label";
  66. this.Line_Label.Size = new System.Drawing.Size(37, 19);
  67. this.Line_Label.TabIndex = 2;
  68. this.Line_Label.Text = "产线";
  69. //
  70. // Span_Label
  71. //
  72. this.Span_Label.AutoSize = true;
  73. this.Span_Label.BackColor = System.Drawing.Color.Transparent;
  74. this.Span_Label.BorderColor = System.Drawing.Color.White;
  75. this.Span_Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.Span_Label.Location = new System.Drawing.Point(447, 108);
  77. this.Span_Label.Name = "Span_Label";
  78. this.Span_Label.Size = new System.Drawing.Size(37, 19);
  79. this.Span_Label.TabIndex = 3;
  80. this.Span_Label.Text = "期间";
  81. this.Span_Label.Visible = false;
  82. //
  83. // WorkCenter
  84. //
  85. this.WorkCenter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  86. this.WorkCenter.FormattingEnabled = true;
  87. this.WorkCenter.Location = new System.Drawing.Point(103, 107);
  88. this.WorkCenter.Name = "WorkCenter";
  89. this.WorkCenter.Size = new System.Drawing.Size(125, 22);
  90. this.WorkCenter.TabIndex = 4;
  91. this.WorkCenter.WaterText = "";
  92. this.WorkCenter.SelectedIndexChanged += new System.EventHandler(this.WorkCenter_SelectedIndexChanged);
  93. //
  94. // Line
  95. //
  96. this.Line.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  97. this.Line.FormattingEnabled = true;
  98. this.Line.Location = new System.Drawing.Point(298, 107);
  99. this.Line.Name = "Line";
  100. this.Line.Size = new System.Drawing.Size(125, 22);
  101. this.Line.TabIndex = 5;
  102. this.Line.WaterText = "";
  103. //
  104. // Span
  105. //
  106. this.Span.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  107. this.Span.FormattingEnabled = true;
  108. this.Span.Location = new System.Drawing.Point(490, 107);
  109. this.Span.Name = "Span";
  110. this.Span.Size = new System.Drawing.Size(125, 22);
  111. this.Span.TabIndex = 6;
  112. this.Span.Visible = false;
  113. this.Span.WaterText = "";
  114. //
  115. // skinLabel4
  116. //
  117. this.skinLabel4.AutoSize = true;
  118. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  119. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  120. this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.skinLabel4.Location = new System.Drawing.Point(35, 168);
  122. this.skinLabel4.Name = "skinLabel4";
  123. this.skinLabel4.Size = new System.Drawing.Size(65, 19);
  124. this.skinLabel4.TabIndex = 7;
  125. this.skinLabel4.Text = "刷新频率";
  126. //
  127. // skinLabel5
  128. //
  129. this.skinLabel5.AutoSize = true;
  130. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  131. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  132. this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.skinLabel5.Location = new System.Drawing.Point(35, 226);
  134. this.skinLabel5.Name = "skinLabel5";
  135. this.skinLabel5.Size = new System.Drawing.Size(65, 19);
  136. this.skinLabel5.TabIndex = 9;
  137. this.skinLabel5.Text = "运行看板";
  138. //
  139. // skinRadioButton1
  140. //
  141. this.skinRadioButton1.AutoSize = true;
  142. this.skinRadioButton1.BackColor = System.Drawing.Color.Transparent;
  143. this.skinRadioButton1.Checked = true;
  144. this.skinRadioButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  145. this.skinRadioButton1.DownBack = null;
  146. this.skinRadioButton1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.skinRadioButton1.Location = new System.Drawing.Point(79, 265);
  148. this.skinRadioButton1.MouseBack = null;
  149. this.skinRadioButton1.Name = "skinRadioButton1";
  150. this.skinRadioButton1.NormlBack = null;
  151. this.skinRadioButton1.SelectedDownBack = null;
  152. this.skinRadioButton1.SelectedMouseBack = null;
  153. this.skinRadioButton1.SelectedNormlBack = null;
  154. this.skinRadioButton1.Size = new System.Drawing.Size(111, 23);
  155. this.skinRadioButton1.TabIndex = 10;
  156. this.skinRadioButton1.TabStop = true;
  157. this.skinRadioButton1.Text = "产线执行进度";
  158. this.skinRadioButton1.UseVisualStyleBackColor = false;
  159. //
  160. // skinRadioButton2
  161. //
  162. this.skinRadioButton2.AutoSize = true;
  163. this.skinRadioButton2.BackColor = System.Drawing.Color.Transparent;
  164. this.skinRadioButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  165. this.skinRadioButton2.DownBack = null;
  166. this.skinRadioButton2.Enabled = false;
  167. this.skinRadioButton2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.skinRadioButton2.Location = new System.Drawing.Point(238, 265);
  169. this.skinRadioButton2.MouseBack = null;
  170. this.skinRadioButton2.Name = "skinRadioButton2";
  171. this.skinRadioButton2.NormlBack = null;
  172. this.skinRadioButton2.SelectedDownBack = null;
  173. this.skinRadioButton2.SelectedMouseBack = null;
  174. this.skinRadioButton2.SelectedNormlBack = null;
  175. this.skinRadioButton2.Size = new System.Drawing.Size(111, 23);
  176. this.skinRadioButton2.TabIndex = 11;
  177. this.skinRadioButton2.Text = "车间综合管理";
  178. this.skinRadioButton2.UseVisualStyleBackColor = false;
  179. //
  180. // skinLabel6
  181. //
  182. this.skinLabel6.AutoSize = true;
  183. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  184. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  185. this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.skinLabel6.Location = new System.Drawing.Point(234, 168);
  187. this.skinLabel6.Name = "skinLabel6";
  188. this.skinLabel6.Size = new System.Drawing.Size(23, 19);
  189. this.skinLabel6.TabIndex = 12;
  190. this.skinLabel6.Text = "秒";
  191. //
  192. // TimeSpan
  193. //
  194. this.TimeSpan.BackColor = System.Drawing.Color.Transparent;
  195. this.TimeSpan.DownBack = null;
  196. this.TimeSpan.Icon = null;
  197. this.TimeSpan.IconIsButton = false;
  198. this.TimeSpan.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  199. this.TimeSpan.IsPasswordChat = '\0';
  200. this.TimeSpan.IsSystemPasswordChar = false;
  201. this.TimeSpan.Lines = new string[0];
  202. this.TimeSpan.Location = new System.Drawing.Point(103, 164);
  203. this.TimeSpan.Margin = new System.Windows.Forms.Padding(0);
  204. this.TimeSpan.MaxLength = 32767;
  205. this.TimeSpan.MinimumSize = new System.Drawing.Size(28, 28);
  206. this.TimeSpan.MouseBack = null;
  207. this.TimeSpan.MouseState = CCWin.SkinClass.ControlState.Normal;
  208. this.TimeSpan.Multiline = false;
  209. this.TimeSpan.Name = "TimeSpan";
  210. this.TimeSpan.NormlBack = null;
  211. this.TimeSpan.Padding = new System.Windows.Forms.Padding(5);
  212. this.TimeSpan.ReadOnly = false;
  213. this.TimeSpan.ScrollBars = System.Windows.Forms.ScrollBars.None;
  214. this.TimeSpan.Size = new System.Drawing.Size(125, 28);
  215. //
  216. //
  217. //
  218. this.TimeSpan.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  219. this.TimeSpan.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.TimeSpan.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  221. this.TimeSpan.SkinTxt.Location = new System.Drawing.Point(5, 5);
  222. this.TimeSpan.SkinTxt.Name = "BaseText";
  223. this.TimeSpan.SkinTxt.Size = new System.Drawing.Size(115, 18);
  224. this.TimeSpan.SkinTxt.TabIndex = 0;
  225. this.TimeSpan.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  226. this.TimeSpan.SkinTxt.WaterText = "";
  227. this.TimeSpan.TabIndex = 13;
  228. this.TimeSpan.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  229. this.TimeSpan.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  230. this.TimeSpan.WaterText = "";
  231. this.TimeSpan.WordWrap = true;
  232. //
  233. // MasterCombo_Label
  234. //
  235. this.MasterCombo_Label.AutoSize = true;
  236. this.MasterCombo_Label.BackColor = System.Drawing.Color.Transparent;
  237. this.MasterCombo_Label.BorderColor = System.Drawing.Color.White;
  238. this.MasterCombo_Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.MasterCombo_Label.Location = new System.Drawing.Point(32, 54);
  240. this.MasterCombo_Label.Name = "MasterCombo_Label";
  241. this.MasterCombo_Label.Size = new System.Drawing.Size(37, 19);
  242. this.MasterCombo_Label.TabIndex = 14;
  243. this.MasterCombo_Label.Text = "账套";
  244. //
  245. // MasterCombo
  246. //
  247. this.MasterCombo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  248. this.MasterCombo.FormattingEnabled = true;
  249. this.MasterCombo.Location = new System.Drawing.Point(100, 51);
  250. this.MasterCombo.Name = "MasterCombo";
  251. this.MasterCombo.Size = new System.Drawing.Size(128, 22);
  252. this.MasterCombo.TabIndex = 15;
  253. this.MasterCombo.WaterText = "";
  254. this.MasterCombo.SelectedIndexChanged += new System.EventHandler(this.MasterCombo_SelectedIndexChanged);
  255. //
  256. // Start
  257. //
  258. this.Start.BackColor = System.Drawing.Color.Transparent;
  259. this.Start.ControlState = CCWin.SkinClass.ControlState.Normal;
  260. this.Start.DownBack = null;
  261. this.Start.Location = new System.Drawing.Point(298, 338);
  262. this.Start.MouseBack = null;
  263. this.Start.Name = "Start";
  264. this.Start.NormlBack = null;
  265. this.Start.Size = new System.Drawing.Size(75, 23);
  266. this.Start.TabIndex = 16;
  267. this.Start.Text = "运行";
  268. this.Start.UseVisualStyleBackColor = false;
  269. this.Start.Click += new System.EventHandler(this.Start_Click);
  270. //
  271. // Setting
  272. //
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.BackColor = System.Drawing.SystemColors.Menu;
  276. this.ClientSize = new System.Drawing.Size(677, 401);
  277. this.ControlBoxActive = System.Drawing.Color.DeepSkyBlue;
  278. this.ControlBoxDeactive = System.Drawing.Color.DeepSkyBlue;
  279. this.Controls.Add(this.Start);
  280. this.Controls.Add(this.MasterCombo);
  281. this.Controls.Add(this.MasterCombo_Label);
  282. this.Controls.Add(this.TimeSpan);
  283. this.Controls.Add(this.skinLabel6);
  284. this.Controls.Add(this.skinRadioButton2);
  285. this.Controls.Add(this.skinRadioButton1);
  286. this.Controls.Add(this.skinLabel5);
  287. this.Controls.Add(this.skinLabel4);
  288. this.Controls.Add(this.Span);
  289. this.Controls.Add(this.Line);
  290. this.Controls.Add(this.WorkCenter);
  291. this.Controls.Add(this.Span_Label);
  292. this.Controls.Add(this.Line_Label);
  293. this.Controls.Add(this.WorkCenter_Label);
  294. this.MaximizeBox = false;
  295. this.Name = "Setting";
  296. this.Text = "看板设置";
  297. this.Load += new System.EventHandler(this.Setting_Load);
  298. this.ResumeLayout(false);
  299. this.PerformLayout();
  300. }
  301. #endregion
  302. private CCWin.SkinControl.SkinLabel WorkCenter_Label;
  303. private CCWin.SkinControl.SkinLabel Line_Label;
  304. private CCWin.SkinControl.SkinLabel Span_Label;
  305. private CCWin.SkinControl.SkinComboBox WorkCenter;
  306. private CCWin.SkinControl.SkinComboBox Line;
  307. private CCWin.SkinControl.SkinComboBox Span;
  308. private CCWin.SkinControl.SkinLabel skinLabel4;
  309. private CCWin.SkinControl.SkinLabel skinLabel5;
  310. private CCWin.SkinControl.SkinRadioButton skinRadioButton1;
  311. private CCWin.SkinControl.SkinRadioButton skinRadioButton2;
  312. private CCWin.SkinControl.SkinLabel skinLabel6;
  313. private CCWin.SkinControl.SkinTextBox TimeSpan;
  314. private CCWin.SkinControl.SkinLabel MasterCombo_Label;
  315. private CCWin.SkinControl.SkinComboBox MasterCombo;
  316. private CCWin.SkinControl.SkinButton Start;
  317. }
  318. }