namespace NewsCrawler { partial class ModelessPopup { /// /// 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.btnYes = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnYes // this.btnYes.Location = new System.Drawing.Point(123, 67); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(75, 23); this.btnYes.TabIndex = 0; this.btnYes.Text = "예"; this.btnYes.UseVisualStyleBackColor = true; this.btnYes.Click += new System.EventHandler(this.btnYes_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(204, 67); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "취소"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 12); this.label1.TabIndex = 2; this.label1.Text = "label1"; // // ModelessPopup // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(291, 102); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnYes); this.Name = "ModelessPopup"; this.Text = "수동종목"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnYes; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label1; } }