Setting.Designer.cs 17 KB

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