版博士V2.0程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

122 Zeilen
5.8 KiB

  1. namespace MaiMuAOI.SysUI.ProcessStep
  2. {
  3. partial class StepSelectFrm
  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. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  30. this.robtn2 = new System.Windows.Forms.RadioButton();
  31. this.robtn1 = new System.Windows.Forms.RadioButton();
  32. this.skBtnSelect = new CCWin.SkinControl.SkinButton();
  33. this.SuspendLayout();
  34. //
  35. // uiTitel1
  36. //
  37. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  38. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  39. this.uiTitel1.FatherForm = null;
  40. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  41. this.uiTitel1.Name = "uiTitel1";
  42. this.uiTitel1.Size = new System.Drawing.Size(412, 46);
  43. this.uiTitel1.TabIndex = 3;
  44. //
  45. // robtn2
  46. //
  47. this.robtn2.AutoSize = true;
  48. this.robtn2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.robtn2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  50. this.robtn2.Location = new System.Drawing.Point(243, 72);
  51. this.robtn2.Margin = new System.Windows.Forms.Padding(2);
  52. this.robtn2.Name = "robtn2";
  53. this.robtn2.Size = new System.Drawing.Size(92, 26);
  54. this.robtn2.TabIndex = 5;
  55. this.robtn2.Text = "高级流程";
  56. this.robtn2.UseVisualStyleBackColor = true;
  57. //
  58. // robtn1
  59. //
  60. this.robtn1.AutoSize = true;
  61. this.robtn1.Checked = true;
  62. this.robtn1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.robtn1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  64. this.robtn1.Location = new System.Drawing.Point(71, 72);
  65. this.robtn1.Margin = new System.Windows.Forms.Padding(2);
  66. this.robtn1.Name = "robtn1";
  67. this.robtn1.Size = new System.Drawing.Size(92, 26);
  68. this.robtn1.TabIndex = 4;
  69. this.robtn1.TabStop = true;
  70. this.robtn1.Text = "快速流程";
  71. this.robtn1.UseVisualStyleBackColor = true;
  72. //
  73. // skBtnSelect
  74. //
  75. this.skBtnSelect.BackColor = System.Drawing.Color.Transparent;
  76. this.skBtnSelect.BaseColor = System.Drawing.Color.Blue;
  77. this.skBtnSelect.ControlState = CCWin.SkinClass.ControlState.Normal;
  78. this.skBtnSelect.DownBack = null;
  79. this.skBtnSelect.DownBaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  80. this.skBtnSelect.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  81. this.skBtnSelect.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  82. this.skBtnSelect.Location = new System.Drawing.Point(135, 118);
  83. this.skBtnSelect.MouseBack = null;
  84. this.skBtnSelect.MouseBaseColor = System.Drawing.Color.Cyan;
  85. this.skBtnSelect.Name = "skBtnSelect";
  86. this.skBtnSelect.NormlBack = null;
  87. this.skBtnSelect.Radius = 16;
  88. this.skBtnSelect.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  89. this.skBtnSelect.Size = new System.Drawing.Size(134, 38);
  90. this.skBtnSelect.TabIndex = 6;
  91. this.skBtnSelect.Text = "开启流程编辑";
  92. this.skBtnSelect.UseVisualStyleBackColor = false;
  93. this.skBtnSelect.Click += new System.EventHandler(this.skBtnSelect_Click);
  94. //
  95. // StepSelectFrm
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  100. this.ClientSize = new System.Drawing.Size(412, 178);
  101. this.Controls.Add(this.skBtnSelect);
  102. this.Controls.Add(this.robtn2);
  103. this.Controls.Add(this.robtn1);
  104. this.Controls.Add(this.uiTitel1);
  105. this.Name = "StepSelectFrm";
  106. this.Text = "流程选择";
  107. this.ResumeLayout(false);
  108. this.PerformLayout();
  109. }
  110. #endregion
  111. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  112. private System.Windows.Forms.RadioButton robtn2;
  113. private System.Windows.Forms.RadioButton robtn1;
  114. private CCWin.SkinControl.SkinButton skBtnSelect;
  115. }
  116. }