革博士V2程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
6.9 KiB

  1. namespace GeBoShi.UI.InageShow
  2. {
  3. partial class EditPauseFrm
  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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  30. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  31. this.skinButton2 = new CCWin.SkinControl.SkinButton();
  32. this.SuspendLayout();
  33. //
  34. // flowLayoutPanel1
  35. //
  36. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.flowLayoutPanel1.AutoScroll = true;
  40. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 2);
  41. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  42. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  43. this.flowLayoutPanel1.Size = new System.Drawing.Size(519, 361);
  44. this.flowLayoutPanel1.TabIndex = 11;
  45. //
  46. // skinButton1
  47. //
  48. this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  49. this.skinButton1.BackColor = System.Drawing.Color.White;
  50. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  51. this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  52. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  53. this.skinButton1.DownBack = null;
  54. this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  57. this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  58. this.skinButton1.Location = new System.Drawing.Point(99, 392);
  59. this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
  60. this.skinButton1.MouseBack = null;
  61. this.skinButton1.Name = "skinButton1";
  62. this.skinButton1.NormlBack = null;
  63. this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  64. this.skinButton1.Size = new System.Drawing.Size(142, 68);
  65. this.skinButton1.TabIndex = 101;
  66. this.skinButton1.Text = "确认";
  67. this.skinButton1.UseVisualStyleBackColor = false;
  68. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  69. //
  70. // skinButton2
  71. //
  72. this.skinButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.skinButton2.BackColor = System.Drawing.Color.Transparent;
  74. this.skinButton2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  75. this.skinButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  76. this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  77. this.skinButton2.DownBack = null;
  78. this.skinButton2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.skinButton2.ForeColor = System.Drawing.SystemColors.ControlText;
  80. this.skinButton2.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  81. this.skinButton2.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  82. this.skinButton2.Location = new System.Drawing.Point(282, 392);
  83. this.skinButton2.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
  84. this.skinButton2.MouseBack = null;
  85. this.skinButton2.Name = "skinButton2";
  86. this.skinButton2.NormlBack = null;
  87. this.skinButton2.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  88. this.skinButton2.Size = new System.Drawing.Size(142, 68);
  89. this.skinButton2.TabIndex = 100;
  90. this.skinButton2.Text = "取消";
  91. this.skinButton2.UseVisualStyleBackColor = false;
  92. this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
  93. //
  94. // EditPauseFrm
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.ClientSize = new System.Drawing.Size(528, 491);
  99. this.Controls.Add(this.skinButton1);
  100. this.Controls.Add(this.skinButton2);
  101. this.Controls.Add(this.flowLayoutPanel1);
  102. this.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  104. this.Name = "EditPauseFrm";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "二次判断选择";
  107. this.ResumeLayout(false);
  108. }
  109. #endregion
  110. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  111. private CCWin.SkinControl.SkinButton skinButton1;
  112. private CCWin.SkinControl.SkinButton skinButton2;
  113. }
  114. }