308 lines
13 KiB
C#
308 lines
13 KiB
C#
namespace WindowsFormsApp1.Account
|
|
{
|
|
partial class Sales_Deposit
|
|
{
|
|
/// <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.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(354, 36);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(145, 21);
|
|
this.textBox1.TabIndex = 70;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(283, 40);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 69;
|
|
this.label2.Text = "매출거래처";
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(91, 36);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
|
|
this.dateTimePicker1.TabIndex = 67;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(32, 40);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 66;
|
|
this.label1.Text = "입금일자";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(32, 67);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(49, 12);
|
|
this.label3.TabIndex = 69;
|
|
this.label3.Text = "입 금 액";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(91, 63);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(145, 21);
|
|
this.textBox2.TabIndex = 70;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(295, 67);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 69;
|
|
this.label4.Text = "입금구분";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(354, 63);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 20);
|
|
this.comboBox1.TabIndex = 71;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(535, 61);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(78, 23);
|
|
this.button1.TabIndex = 72;
|
|
this.button1.Text = "계산서 입력";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(32, 94);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(49, 12);
|
|
this.label5.TabIndex = 69;
|
|
this.label5.Text = "비 고";
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(91, 90);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(408, 21);
|
|
this.textBox3.TabIndex = 70;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(34, 126);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(78, 23);
|
|
this.button2.TabIndex = 72;
|
|
this.button2.Text = "추 가";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(118, 126);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(78, 23);
|
|
this.button3.TabIndex = 72;
|
|
this.button3.Text = "저 장";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(202, 126);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(78, 23);
|
|
this.button4.TabIndex = 72;
|
|
this.button4.Text = "삭 제";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
//
|
|
// dateTimePicker2
|
|
//
|
|
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
|
|
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker2.Location = new System.Drawing.Point(297, 127);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
|
|
this.dateTimePicker2.TabIndex = 67;
|
|
//
|
|
// dateTimePicker3
|
|
//
|
|
this.dateTimePicker3.CustomFormat = "yyyy-MM-dd";
|
|
this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker3.Location = new System.Drawing.Point(388, 127);
|
|
this.dateTimePicker3.Name = "dateTimePicker3";
|
|
this.dateTimePicker3.Size = new System.Drawing.Size(85, 21);
|
|
this.dateTimePicker3.TabIndex = 67;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(479, 126);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(78, 23);
|
|
this.button5.TabIndex = 72;
|
|
this.button5.Text = "조 회";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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.dataGridView1.Location = new System.Drawing.Point(34, 155);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(654, 150);
|
|
this.dataGridView1.TabIndex = 73;
|
|
//
|
|
// 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";
|
|
//
|
|
// Sales_Deposit
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.dateTimePicker3);
|
|
this.Controls.Add(this.dateTimePicker2);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "Sales_Deposit";
|
|
this.Text = "매출입금";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker3;
|
|
private System.Windows.Forms.Button button5;
|
|
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;
|
|
}
|
|
} |