namespace SHARP_CLAS_UI { partial class Tray_QR_Code_Command { /// /// 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_Pass = new System.Windows.Forms.RadioButton(); this.rb_Retry = new System.Windows.Forms.RadioButton(); this.btn_OK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // rb_Pass // this.rb_Pass.AutoSize = true; 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(152, 34); this.rb_Pass.Name = "rb_Pass"; this.rb_Pass.Size = new System.Drawing.Size(59, 19); this.rb_Pass.TabIndex = 5; this.rb_Pass.Text = "Pass"; this.rb_Pass.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(43, 34); this.rb_Retry.Name = "rb_Retry"; this.rb_Retry.Size = new System.Drawing.Size(59, 19); this.rb_Retry.TabIndex = 4; this.rb_Retry.TabStop = true; this.rb_Retry.Text = "Retry"; this.rb_Retry.UseVisualStyleBackColor = true; // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(66, 80); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(114, 51); this.btn_OK.TabIndex = 6; this.btn_OK.Text = "OK"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // Tray_QR_Code_Command // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(248, 143); this.ControlBox = false; this.Controls.Add(this.btn_OK); this.Controls.Add(this.rb_Pass); this.Controls.Add(this.rb_Retry); this.Name = "Tray_QR_Code_Command"; this.Text = "Tray_QR_Code_Command"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton rb_Pass; private System.Windows.Forms.RadioButton rb_Retry; private System.Windows.Forms.Button btn_OK; } }