namespace WindowsFormsApp1.Account { partial class Sales_Book { /// /// 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.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.label2 = 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.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = 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(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dateTimePicker2 // this.dateTimePicker2.CustomFormat = "yyyy-MM-dd"; this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker2.Location = new System.Drawing.Point(178, 24); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(85, 21); this.dateTimePicker2.TabIndex = 39; // // dateTimePicker1 // this.dateTimePicker1.CustomFormat = "yyyy-MM-dd"; this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePicker1.Location = new System.Drawing.Point(80, 24); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(85, 21); this.dateTimePicker1.TabIndex = 38; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 37; this.label2.Text = "조회기간"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(548, 24); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(280, 21); this.textBox2.TabIndex = 78; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(495, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 77; this.label3.Text = "비고내용"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(338, 24); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(145, 21); this.textBox1.TabIndex = 76; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(273, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 75; this.label1.Text = "매출거래처"; // // button1 // this.button1.Location = new System.Drawing.Point(846, 23); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 79; this.button1.Text = "조 회"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(927, 23); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 80; this.button2.Text = "엑 셀"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(1008, 23); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 81; this.button3.Text = "전표병합"; this.button3.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.Column7, this.Column8, this.Column9, this.Column10, this.Column11}); this.dataGridView1.Location = new System.Drawing.Point(29, 64); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(1078, 150); this.dataGridView1.TabIndex = 82; // // 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"; // // Column8 // this.Column8.HeaderText = "매입금액"; this.Column8.Name = "Column8"; // // Column9 // this.Column9.HeaderText = "차이"; this.Column9.Name = "Column9"; // // Column10 // this.Column10.HeaderText = "비 고"; this.Column10.Name = "Column10"; // // Column11 // this.Column11.HeaderText = "선택"; this.Column11.Name = "Column11"; this.Column11.Width = 35; // // Sales_Book // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1268, 491); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textBox2); this.Controls.Add(this.label3); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.dateTimePicker2); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(this.label2); this.Name = "Sales_Book"; this.Text = "매출장부"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; 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.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewCheckBoxColumn Column11; } }