namespace ISBN_Check_test { partial class Yes24 { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.btn_Close = new System.Windows.Forms.Button(); this.btn_change = new System.Windows.Forms.Button(); this.before_book_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.after_book_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.before_author = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.after_author = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.before_book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.after_book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.before_book_name, this.after_book_name, this.before_author, this.after_author, this.before_book_comp, this.after_book_comp}); this.dataGridView1.Location = new System.Drawing.Point(13, 41); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(962, 661); this.dataGridView1.TabIndex = 0; this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint); // // btn_Close // this.btn_Close.Location = new System.Drawing.Point(900, 9); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(75, 23); this.btn_Close.TabIndex = 1; this.btn_Close.Text = "닫 기"; this.btn_Close.UseVisualStyleBackColor = true; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // btn_change // this.btn_change.Location = new System.Drawing.Point(819, 9); this.btn_change.Name = "btn_change"; this.btn_change.Size = new System.Drawing.Size(75, 23); this.btn_change.TabIndex = 1; this.btn_change.Text = "엑셀 변환"; this.btn_change.UseVisualStyleBackColor = true; this.btn_change.Click += new System.EventHandler(this.btn_change_Click); // // before_book_name // this.before_book_name.HeaderText = "도서명 [전]"; this.before_book_name.Name = "before_book_name"; this.before_book_name.ReadOnly = true; this.before_book_name.Width = 200; // // after_book_name // this.after_book_name.HeaderText = "도서명 [후]"; this.after_book_name.Name = "after_book_name"; this.after_book_name.ReadOnly = true; this.after_book_name.Width = 200; // // before_author // this.before_author.HeaderText = "저자 [전]"; this.before_author.Name = "before_author"; this.before_author.ReadOnly = true; // // after_author // this.after_author.HeaderText = "저자 [후]"; this.after_author.Name = "after_author"; this.after_author.ReadOnly = true; // // before_book_comp // this.before_book_comp.HeaderText = "출판사 [전]"; this.before_book_comp.Name = "before_book_comp"; this.before_book_comp.ReadOnly = true; this.before_book_comp.Width = 150; // // after_book_comp // this.after_book_comp.HeaderText = "출판사 [후]"; this.after_book_comp.Name = "after_book_comp"; this.after_book_comp.ReadOnly = true; this.after_book_comp.Width = 150; // // Yes24 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(987, 714); this.Controls.Add(this.btn_change); this.Controls.Add(this.btn_Close); this.Controls.Add(this.dataGridView1); this.Name = "Yes24"; this.Text = "Yes24"; this.Load += new System.EventHandler(this.Yes24_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button btn_Close; private System.Windows.Forms.Button btn_change; private System.Windows.Forms.DataGridViewTextBoxColumn before_book_name; private System.Windows.Forms.DataGridViewTextBoxColumn after_book_name; private System.Windows.Forms.DataGridViewTextBoxColumn before_author; private System.Windows.Forms.DataGridViewTextBoxColumn after_author; private System.Windows.Forms.DataGridViewTextBoxColumn before_book_comp; private System.Windows.Forms.DataGridViewTextBoxColumn after_book_comp; } }