Setting.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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. //
  82. // WorkCenter
  83. //
  84. this.WorkCenter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  85. this.WorkCenter.FormattingEnabled = true;
  86. this.WorkCenter.Location = new System.Drawing.Point(103, 107);
  87. this.WorkCenter.Name = "WorkCenter";
  88. this.WorkCenter.Size = new System.Drawing.Size(125, 22);
  89. this.WorkCenter.TabIndex = 4;
  90. this.WorkCenter.WaterText = "";
  91. this.WorkCenter.SelectedIndexChanged += new System.EventHandler(this.WorkCenter_SelectedIndexChanged);
  92. //
  93. // Line
  94. //
  95. this.Line.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  96. this.Line.FormattingEnabled = true;
  97. this.Line.Location = new System.Drawing.Point(298, 107);
  98. this.Line.Name = "Line";
  99. this.Line.Size = new System.Drawing.Size(125, 22);
  100. this.Line.TabIndex = 5;
  101. this.Line.WaterText = "";
  102. //
  103. // Span
  104. //
  105. this.Span.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  106. this.Span.FormattingEnabled = true;
  107. this.Span.Location = new System.Drawing.Point(490, 107);
  108. this.Span.Name = "Span";
  109. this.Span.Size = new System.Drawing.Size(125, 22);
  110. this.Span.TabIndex = 6;
  111. this.Span.WaterText = "";
  112. //
  113. // skinLabel4
  114. //
  115. this.skinLabel4.AutoSize = true;
  116. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  117. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  118. this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.skinLabel4.Location = new System.Drawing.Point(35, 168);
  120. this.skinLabel4.Name = "skinLabel4";
  121. this.skinLabel4.Size = new System.Drawing.Size(65, 19);
  122. this.skinLabel4.TabIndex = 7;
  123. this.skinLabel4.Text = "刷新频率";
  124. //
  125. // skinLabel5
  126. //
  127. this.skinLabel5.AutoSize = true;
  128. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  129. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  130. this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.skinLabel5.Location = new System.Drawing.Point(35, 226);
  132. this.skinLabel5.Name = "skinLabel5";
  133. this.skinLabel5.Size = new System.Drawing.Size(65, 19);
  134. this.skinLabel5.TabIndex = 9;
  135. this.skinLabel5.Text = "刷新频率";
  136. //
  137. // skinRadioButton1
  138. //
  139. this.skinRadioButton1.AutoSize = true;
  140. this.skinRadioButton1.BackColor = System.Drawing.Color.Transparent;
  141. this.skinRadioButton1.Checked = true;
  142. this.skinRadioButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  143. this.skinRadioButton1.DownBack = null;
  144. this.skinRadioButton1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.skinRadioButton1.Location = new System.Drawing.Point(79, 265);
  146. this.skinRadioButton1.MouseBack = null;
  147. this.skinRadioButton1.Name = "skinRadioButton1";
  148. this.skinRadioButton1.NormlBack = null;
  149. this.skinRadioButton1.SelectedDownBack = null;
  150. this.skinRadioButton1.SelectedMouseBack = null;
  151. this.skinRadioButton1.SelectedNormlBack = null;
  152. this.skinRadioButton1.Size = new System.Drawing.Size(111, 23);
  153. this.skinRadioButton1.TabIndex = 10;
  154. this.skinRadioButton1.TabStop = true;
  155. this.skinRadioButton1.Text = "产线执行进度";
  156. this.skinRadioButton1.UseVisualStyleBackColor = false;
  157. //
  158. // skinRadioButton2
  159. //
  160. this.skinRadioButton2.AutoSize = true;
  161. this.skinRadioButton2.BackColor = System.Drawing.Color.Transparent;
  162. this.skinRadioButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  163. this.skinRadioButton2.DownBack = null;
  164. this.skinRadioButton2.Enabled = false;
  165. this.skinRadioButton2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.skinRadioButton2.Location = new System.Drawing.Point(238, 265);
  167. this.skinRadioButton2.MouseBack = null;
  168. this.skinRadioButton2.Name = "skinRadioButton2";
  169. this.skinRadioButton2.NormlBack = null;
  170. this.skinRadioButton2.SelectedDownBack = null;
  171. this.skinRadioButton2.SelectedMouseBack = null;
  172. this.skinRadioButton2.SelectedNormlBack = null;
  173. this.skinRadioButton2.Size = new System.Drawing.Size(111, 23);
  174. this.skinRadioButton2.TabIndex = 11;
  175. this.skinRadioButton2.Text = "车间综合管理";
  176. this.skinRadioButton2.UseVisualStyleBackColor = false;
  177. //
  178. // skinLabel6
  179. //
  180. this.skinLabel6.AutoSize = true;
  181. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  182. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  183. this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.skinLabel6.Location = new System.Drawing.Point(234, 168);
  185. this.skinLabel6.Name = "skinLabel6";
  186. this.skinLabel6.Size = new System.Drawing.Size(23, 19);
  187. this.skinLabel6.TabIndex = 12;
  188. this.skinLabel6.Text = "秒";
  189. //
  190. // TimeSpan
  191. //
  192. this.TimeSpan.BackColor = System.Drawing.Color.Transparent;
  193. this.TimeSpan.DownBack = null;
  194. this.TimeSpan.Icon = null;
  195. this.TimeSpan.IconIsButton = false;
  196. this.TimeSpan.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  197. this.TimeSpan.IsPasswordChat = '\0';
  198. this.TimeSpan.IsSystemPasswordChar = false;
  199. this.TimeSpan.Lines = new string[0];
  200. this.TimeSpan.Location = new System.Drawing.Point(103, 164);
  201. this.TimeSpan.Margin = new System.Windows.Forms.Padding(0);
  202. this.TimeSpan.MaxLength = 32767;
  203. this.TimeSpan.MinimumSize = new System.Drawing.Size(28, 28);
  204. this.TimeSpan.MouseBack = null;
  205. this.TimeSpan.MouseState = CCWin.SkinClass.ControlState.Normal;
  206. this.TimeSpan.Multiline = false;
  207. this.TimeSpan.Name = "TimeSpan";
  208. this.TimeSpan.NormlBack = null;
  209. this.TimeSpan.Padding = new System.Windows.Forms.Padding(5);
  210. this.TimeSpan.ReadOnly = false;
  211. this.TimeSpan.ScrollBars = System.Windows.Forms.ScrollBars.None;
  212. this.TimeSpan.Size = new System.Drawing.Size(125, 28);
  213. //
  214. //
  215. //
  216. this.TimeSpan.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  217. this.TimeSpan.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.TimeSpan.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  219. this.TimeSpan.SkinTxt.Location = new System.Drawing.Point(5, 5);
  220. this.TimeSpan.SkinTxt.Name = "BaseText";
  221. this.TimeSpan.SkinTxt.Size = new System.Drawing.Size(115, 18);
  222. this.TimeSpan.SkinTxt.TabIndex = 0;
  223. this.TimeSpan.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  224. this.TimeSpan.SkinTxt.WaterText = "";
  225. this.TimeSpan.TabIndex = 13;
  226. this.TimeSpan.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  227. this.TimeSpan.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  228. this.TimeSpan.WaterText = "";
  229. this.TimeSpan.WordWrap = true;
  230. //
  231. // MasterCombo_Label
  232. //
  233. this.MasterCombo_Label.AutoSize = true;
  234. this.MasterCombo_Label.BackColor = System.Drawing.Color.Transparent;
  235. this.MasterCombo_Label.BorderColor = System.Drawing.Color.White;
  236. this.MasterCombo_Label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.MasterCombo_Label.Location = new System.Drawing.Point(32, 54);
  238. this.MasterCombo_Label.Name = "MasterCombo_Label";
  239. this.MasterCombo_Label.Size = new System.Drawing.Size(37, 19);
  240. this.MasterCombo_Label.TabIndex = 14;
  241. this.MasterCombo_Label.Text = "账套";
  242. //
  243. // MasterCombo
  244. //
  245. this.MasterCombo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  246. this.MasterCombo.FormattingEnabled = true;
  247. this.MasterCombo.Location = new System.Drawing.Point(100, 51);
  248. this.MasterCombo.Name = "MasterCombo";
  249. this.MasterCombo.Size = new System.Drawing.Size(128, 22);
  250. this.MasterCombo.TabIndex = 15;
  251. this.MasterCombo.WaterText = "";
  252. this.MasterCombo.SelectedIndexChanged += new System.EventHandler(this.MasterCombo_SelectedIndexChanged);
  253. //
  254. // Start
  255. //
  256. this.Start.BackColor = System.Drawing.Color.Transparent;
  257. this.Start.ControlState = CCWin.SkinClass.ControlState.Normal;
  258. this.Start.DownBack = null;
  259. this.Start.Location = new System.Drawing.Point(298, 338);
  260. this.Start.MouseBack = null;
  261. this.Start.Name = "Start";
  262. this.Start.NormlBack = null;
  263. this.Start.Size = new System.Drawing.Size(75, 23);
  264. this.Start.TabIndex = 16;
  265. this.Start.Text = "运行";
  266. this.Start.UseVisualStyleBackColor = false;
  267. this.Start.Click += new System.EventHandler(this.Start_Click);
  268. //
  269. // Setting
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.BackColor = System.Drawing.SystemColors.Menu;
  274. this.ClientSize = new System.Drawing.Size(677, 401);
  275. this.Controls.Add(this.Start);
  276. this.Controls.Add(this.MasterCombo);
  277. this.Controls.Add(this.MasterCombo_Label);
  278. this.Controls.Add(this.TimeSpan);
  279. this.Controls.Add(this.skinLabel6);
  280. this.Controls.Add(this.skinRadioButton2);
  281. this.Controls.Add(this.skinRadioButton1);
  282. this.Controls.Add(this.skinLabel5);
  283. this.Controls.Add(this.skinLabel4);
  284. this.Controls.Add(this.Span);
  285. this.Controls.Add(this.Line);
  286. this.Controls.Add(this.WorkCenter);
  287. this.Controls.Add(this.Span_Label);
  288. this.Controls.Add(this.Line_Label);
  289. this.Controls.Add(this.WorkCenter_Label);
  290. this.MaximizeBox = false;
  291. this.Name = "Setting";
  292. this.Text = "看板设置";
  293. this.Load += new System.EventHandler(this.Setting_Load);
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private CCWin.SkinControl.SkinLabel WorkCenter_Label;
  299. private CCWin.SkinControl.SkinLabel Line_Label;
  300. private CCWin.SkinControl.SkinLabel Span_Label;
  301. private CCWin.SkinControl.SkinComboBox WorkCenter;
  302. private CCWin.SkinControl.SkinComboBox Line;
  303. private CCWin.SkinControl.SkinComboBox Span;
  304. private CCWin.SkinControl.SkinLabel skinLabel4;
  305. private CCWin.SkinControl.SkinLabel skinLabel5;
  306. private CCWin.SkinControl.SkinRadioButton skinRadioButton1;
  307. private CCWin.SkinControl.SkinRadioButton skinRadioButton2;
  308. private CCWin.SkinControl.SkinLabel skinLabel6;
  309. private CCWin.SkinControl.SkinTextBox TimeSpan;
  310. private CCWin.SkinControl.SkinLabel MasterCombo_Label;
  311. private CCWin.SkinControl.SkinComboBox MasterCombo;
  312. private CCWin.SkinControl.SkinButton Start;
  313. }
  314. }