namespace SHARP_CLAS_UI { partial class Form_User_Command_Set { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.rb_Scrap = new System.Windows.Forms.RadioButton(); this.rb_Retry = new System.Windows.Forms.RadioButton(); this.rb_Skip = new System.Windows.Forms.RadioButton(); this.rb_Pass = new System.Windows.Forms.RadioButton(); this.rb_User = new System.Windows.Forms.RadioButton(); this.btn_OK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // rb_Scrap // this.rb_Scrap.AutoSize = true; this.rb_Scrap.Enabled = false; this.rb_Scrap.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Scrap.Location = new System.Drawing.Point(13, 12); this.rb_Scrap.Name = "rb_Scrap"; this.rb_Scrap.Size = new System.Drawing.Size(63, 19); this.rb_Scrap.TabIndex = 0; this.rb_Scrap.Text = "Scrap"; this.rb_Scrap.UseVisualStyleBackColor = true; // // rb_Retry // this.rb_Retry.AutoSize = true; this.rb_Retry.Checked = true; this.rb_Retry.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Retry.Location = new System.Drawing.Point(82, 12); this.rb_Retry.Name = "rb_Retry"; this.rb_Retry.Size = new System.Drawing.Size(59, 19); this.rb_Retry.TabIndex = 1; this.rb_Retry.TabStop = true; this.rb_Retry.Text = "Retry"; this.rb_Retry.UseVisualStyleBackColor = true; // // rb_Skip // this.rb_Skip.AutoSize = true; this.rb_Skip.Enabled = false; this.rb_Skip.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Skip.Location = new System.Drawing.Point(37, 46); this.rb_Skip.Name = "rb_Skip"; this.rb_Skip.Size = new System.Drawing.Size(85, 19); this.rb_Skip.TabIndex = 2; this.rb_Skip.Text = "Skip(NG)"; this.rb_Skip.UseVisualStyleBackColor = true; // // rb_Pass // this.rb_Pass.AutoSize = true; this.rb_Pass.Enabled = false; this.rb_Pass.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Pass.Location = new System.Drawing.Point(128, 46); this.rb_Pass.Name = "rb_Pass"; this.rb_Pass.Size = new System.Drawing.Size(91, 19); this.rb_Pass.TabIndex = 3; this.rb_Pass.Text = "Pass(OK)"; this.rb_Pass.UseVisualStyleBackColor = true; // // rb_User // this.rb_User.AutoSize = true; this.rb_User.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_User.Location = new System.Drawing.Point(147, 12); this.rb_User.Name = "rb_User"; this.rb_User.Size = new System.Drawing.Size(114, 19); this.rb_User.TabIndex = 4; this.rb_User.Text = "User(Manual)"; this.rb_User.UseVisualStyleBackColor = true; // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(67, 82); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(114, 51); this.btn_OK.TabIndex = 5; this.btn_OK.Text = "OK"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // Form_User_Command_Set // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(265, 146); this.ControlBox = false; this.Controls.Add(this.btn_OK); this.Controls.Add(this.rb_User); this.Controls.Add(this.rb_Pass); this.Controls.Add(this.rb_Skip); this.Controls.Add(this.rb_Retry); this.Controls.Add(this.rb_Scrap); this.Name = "Form_User_Command_Set"; this.Text = "User_Command_Set_Form"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rb_Scrap; private System.Windows.Forms.RadioButton rb_Retry; private System.Windows.Forms.RadioButton rb_Skip; private System.Windows.Forms.RadioButton rb_Pass; private System.Windows.Forms.RadioButton rb_User; private System.Windows.Forms.Button btn_OK; } }