462 lines
20 KiB
C#
462 lines
20 KiB
C#
namespace WindowsFormsApp1.Account
|
|
{
|
|
partial class Purchase_Input
|
|
{
|
|
/// <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()
|
|
{
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.textBox8 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.textBox10 = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.textBox9 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Column1,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column4,
|
|
this.Column5,
|
|
this.Column6,
|
|
this.Column7});
|
|
this.dataGridView1.Location = new System.Drawing.Point(21, 178);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(758, 150);
|
|
this.dataGridView1.TabIndex = 60;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "도 서 명";
|
|
this.Column1.Name = "Column1";
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "저자";
|
|
this.Column2.Name = "Column2";
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.HeaderText = "출판사";
|
|
this.Column3.Name = "Column3";
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.HeaderText = "정가";
|
|
this.Column4.Name = "Column4";
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.HeaderText = "입고율";
|
|
this.Column5.Name = "Column5";
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.HeaderText = "부수";
|
|
this.Column6.Name = "Column6";
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.HeaderText = "금액";
|
|
this.Column7.Name = "Column7";
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(869, 128);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(72, 28);
|
|
this.checkBox3.TabIndex = 59;
|
|
this.checkBox3.Text = "칸수일괄\n입력";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(944, 131);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(75, 23);
|
|
this.button5.TabIndex = 58;
|
|
this.button5.Text = "합계계산";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(784, 131);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 57;
|
|
this.button3.Text = "Clear";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(704, 131);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
|
this.button4.TabIndex = 56;
|
|
this.button4.Text = "입 력";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox8
|
|
//
|
|
this.textBox8.Location = new System.Drawing.Point(432, 132);
|
|
this.textBox8.Name = "textBox8";
|
|
this.textBox8.Size = new System.Drawing.Size(43, 21);
|
|
this.textBox8.TabIndex = 55;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(404, 136);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(29, 12);
|
|
this.label9.TabIndex = 54;
|
|
this.label9.Text = "부수";
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(344, 128);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(60, 28);
|
|
this.checkBox2.TabIndex = 53;
|
|
this.checkBox2.Text = "입고율\n고정";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(304, 78);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(388, 21);
|
|
this.textBox4.TabIndex = 52;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(253, 82);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(49, 12);
|
|
this.label5.TabIndex = 51;
|
|
this.label5.Text = "도 서 명";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(78, 78);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(163, 21);
|
|
this.textBox3.TabIndex = 50;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(29, 82);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(33, 12);
|
|
this.label4.TabIndex = 49;
|
|
this.label4.Text = "ISBN";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(617, 39);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 48;
|
|
this.button2.Text = "저 장";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(527, 39);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 47;
|
|
this.button1.Text = "추 가";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Location = new System.Drawing.Point(295, 132);
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(43, 21);
|
|
this.textBox7.TabIndex = 42;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(253, 136);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
|
this.label8.TabIndex = 40;
|
|
this.label8.Text = "입고율";
|
|
//
|
|
// textBox10
|
|
//
|
|
this.textBox10.Location = new System.Drawing.Point(529, 132);
|
|
this.textBox10.Name = "textBox10";
|
|
this.textBox10.Size = new System.Drawing.Size(163, 21);
|
|
this.textBox10.TabIndex = 44;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(479, 136);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
|
this.label11.TabIndex = 39;
|
|
this.label11.Text = "합계금액";
|
|
//
|
|
// textBox9
|
|
//
|
|
this.textBox9.Location = new System.Drawing.Point(529, 105);
|
|
this.textBox9.Name = "textBox9";
|
|
this.textBox9.Size = new System.Drawing.Size(163, 21);
|
|
this.textBox9.TabIndex = 46;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(483, 109);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(41, 12);
|
|
this.label10.TabIndex = 38;
|
|
this.label10.Text = "출판사";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(78, 132);
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(163, 21);
|
|
this.textBox6.TabIndex = 41;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(19, 136);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(45, 12);
|
|
this.label7.TabIndex = 37;
|
|
this.label7.Text = "정 가";
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(78, 105);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(280, 21);
|
|
this.textBox5.TabIndex = 45;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(19, 109);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(45, 12);
|
|
this.label6.TabIndex = 36;
|
|
this.label6.Text = "저 자";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(78, 40);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(431, 21);
|
|
this.textBox2.TabIndex = 43;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(19, 44);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(45, 12);
|
|
this.label3.TabIndex = 35;
|
|
this.label3.Text = "비 고";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(364, 14);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(145, 21);
|
|
this.textBox1.TabIndex = 34;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(293, 18);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 33;
|
|
this.label2.Text = "매입거래처";
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(169, 16);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(48, 16);
|
|
this.checkBox1.TabIndex = 32;
|
|
this.checkBox1.Text = "반품";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(78, 14);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
|
|
this.dateTimePicker1.TabIndex = 31;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(19, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 30;
|
|
this.label1.Text = "입고일자";
|
|
//
|
|
// Purchase_Input
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1080, 535);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.checkBox3);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.textBox8);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.checkBox2);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.textBox7);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.textBox10);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.textBox9);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.textBox6);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.textBox5);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "Purchase_Input";
|
|
this.Text = "매입입력";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.TextBox textBox8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox textBox10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBox9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |