228 lines
11 KiB
C#
228 lines
11 KiB
C#
namespace UniMarc
|
|
{
|
|
partial class CD_LP_AddList
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tb_ExpectList = new System.Windows.Forms.TextBox();
|
|
this.btn_DelRow = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.btn_Empty = new System.Windows.Forms.Button();
|
|
this.btn_AddList = new System.Windows.Forms.Button();
|
|
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.title = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.artist = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btn_DelRow);
|
|
this.panel1.Controls.Add(this.btn_Close);
|
|
this.panel1.Controls.Add(this.btn_Empty);
|
|
this.panel1.Controls.Add(this.btn_AddList);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.tb_ExpectList);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(729, 33);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 33);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(729, 546);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Code,
|
|
this.title,
|
|
this.artist,
|
|
this.Comp,
|
|
this.Price});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(729, 546);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
|
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(9, 10);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(81, 12);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "생성될 목록명";
|
|
//
|
|
// tb_ExpectList
|
|
//
|
|
this.tb_ExpectList.Enabled = false;
|
|
this.tb_ExpectList.Location = new System.Drawing.Point(96, 6);
|
|
this.tb_ExpectList.Name = "tb_ExpectList";
|
|
this.tb_ExpectList.Size = new System.Drawing.Size(250, 21);
|
|
this.tb_ExpectList.TabIndex = 14;
|
|
//
|
|
// btn_DelRow
|
|
//
|
|
this.btn_DelRow.Location = new System.Drawing.Point(393, 5);
|
|
this.btn_DelRow.Name = "btn_DelRow";
|
|
this.btn_DelRow.Size = new System.Drawing.Size(81, 23);
|
|
this.btn_DelRow.TabIndex = 17;
|
|
this.btn_DelRow.Text = "선택 셀 삭제";
|
|
this.btn_DelRow.UseVisualStyleBackColor = true;
|
|
this.btn_DelRow.Click += new System.EventHandler(this.btn_DelRow_Click);
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.Location = new System.Drawing.Point(642, 5);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_Close.TabIndex = 18;
|
|
this.btn_Close.Text = "닫 기";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// btn_Empty
|
|
//
|
|
this.btn_Empty.Location = new System.Drawing.Point(480, 5);
|
|
this.btn_Empty.Name = "btn_Empty";
|
|
this.btn_Empty.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_Empty.TabIndex = 16;
|
|
this.btn_Empty.Text = "비 우 기";
|
|
this.btn_Empty.UseVisualStyleBackColor = true;
|
|
this.btn_Empty.Click += new System.EventHandler(this.btn_Empty_Click);
|
|
//
|
|
// btn_AddList
|
|
//
|
|
this.btn_AddList.Location = new System.Drawing.Point(561, 5);
|
|
this.btn_AddList.Name = "btn_AddList";
|
|
this.btn_AddList.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_AddList.TabIndex = 15;
|
|
this.btn_AddList.Text = "저 장";
|
|
this.btn_AddList.UseVisualStyleBackColor = true;
|
|
this.btn_AddList.Click += new System.EventHandler(this.btn_AddList_Click);
|
|
//
|
|
// Code
|
|
//
|
|
this.Code.HeaderText = "상품코드";
|
|
this.Code.Name = "Code";
|
|
//
|
|
// title
|
|
//
|
|
this.title.HeaderText = "상품명";
|
|
this.title.Name = "title";
|
|
this.title.Width = 250;
|
|
//
|
|
// artist
|
|
//
|
|
this.artist.HeaderText = "제작자";
|
|
this.artist.Name = "artist";
|
|
//
|
|
// Comp
|
|
//
|
|
this.Comp.HeaderText = "제작회사";
|
|
this.Comp.Name = "Comp";
|
|
this.Comp.Width = 120;
|
|
//
|
|
// Price
|
|
//
|
|
this.Price.HeaderText = "가격";
|
|
this.Price.Name = "Price";
|
|
//
|
|
// CD_LP_AddList
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(729, 579);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "CD_LP_AddList";
|
|
this.Text = "CD_LP_AddList";
|
|
this.Load += new System.EventHandler(this.CD_LP_AddList_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox tb_ExpectList;
|
|
private System.Windows.Forms.Button btn_DelRow;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.Button btn_Empty;
|
|
private System.Windows.Forms.Button btn_AddList;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn title;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn artist;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Comp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Price;
|
|
}
|
|
} |