357 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			357 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsFormsApp1.Account
 | |
| {
 | |
|     partial class Purchase_not_pay
 | |
|     {
 | |
|         /// <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.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.textBox2 = new System.Windows.Forms.TextBox();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.comboBox1 = new System.Windows.Forms.ComboBox();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.textBox3 = new System.Windows.Forms.TextBox();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.button5 = new System.Windows.Forms.Button();
 | |
|             this.button6 = 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();
 | |
|             // 
 | |
|             // dateTimePicker1
 | |
|             // 
 | |
|             this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
 | |
|             this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dateTimePicker1.Location = new System.Drawing.Point(74, 22);
 | |
|             this.dateTimePicker1.Name = "dateTimePicker1";
 | |
|             this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
 | |
|             this.dateTimePicker1.TabIndex = 37;
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(21, 26);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label2.TabIndex = 36;
 | |
|             this.label2.Text = "결제일자";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(208, 26);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(65, 12);
 | |
|             this.label1.TabIndex = 36;
 | |
|             this.label1.Text = "매입거래처";
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.Location = new System.Drawing.Point(272, 22);
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(147, 21);
 | |
|             this.textBox1.TabIndex = 38;
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(475, 26);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label3.TabIndex = 36;
 | |
|             this.label3.Text = "현잔액";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.ForeColor = System.Drawing.Color.Red;
 | |
|             this.label4.Location = new System.Drawing.Point(661, 26);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(11, 12);
 | |
|             this.label4.TabIndex = 36;
 | |
|             this.label4.Text = "0";
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(21, 53);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label5.TabIndex = 36;
 | |
|             this.label5.Text = "결제금액";
 | |
|             // 
 | |
|             // textBox2
 | |
|             // 
 | |
|             this.textBox2.Location = new System.Drawing.Point(74, 49);
 | |
|             this.textBox2.Name = "textBox2";
 | |
|             this.textBox2.Size = new System.Drawing.Size(114, 21);
 | |
|             this.textBox2.TabIndex = 38;
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Location = new System.Drawing.Point(220, 53);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label6.TabIndex = 36;
 | |
|             this.label6.Text = "결제금액";
 | |
|             // 
 | |
|             // comboBox1
 | |
|             // 
 | |
|             this.comboBox1.FormattingEnabled = true;
 | |
|             this.comboBox1.Location = new System.Drawing.Point(272, 49);
 | |
|             this.comboBox1.Name = "comboBox1";
 | |
|             this.comboBox1.Size = new System.Drawing.Size(110, 20);
 | |
|             this.comboBox1.TabIndex = 39;
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(21, 80);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label7.TabIndex = 36;
 | |
|             this.label7.Text = "비      고";
 | |
|             // 
 | |
|             // textBox3
 | |
|             // 
 | |
|             this.textBox3.Location = new System.Drawing.Point(74, 76);
 | |
|             this.textBox3.Name = "textBox3";
 | |
|             this.textBox3.Size = new System.Drawing.Size(416, 21);
 | |
|             this.textBox3.TabIndex = 38;
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Location = new System.Drawing.Point(527, 75);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(78, 23);
 | |
|             this.button1.TabIndex = 40;
 | |
|             this.button1.Text = "계산서 입력";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Location = new System.Drawing.Point(23, 117);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(72, 23);
 | |
|             this.button2.TabIndex = 40;
 | |
|             this.button2.Text = "추   가";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Location = new System.Drawing.Point(107, 117);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(72, 23);
 | |
|             this.button3.TabIndex = 40;
 | |
|             this.button3.Text = "저   장";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Location = new System.Drawing.Point(191, 117);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(72, 23);
 | |
|             this.button4.TabIndex = 40;
 | |
|             this.button4.Text = "삭   제";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(281, 122);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label8.TabIndex = 36;
 | |
|             this.label8.Text = "결제일자";
 | |
|             // 
 | |
|             // dateTimePicker2
 | |
|             // 
 | |
|             this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
 | |
|             this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dateTimePicker2.Location = new System.Drawing.Point(334, 118);
 | |
|             this.dateTimePicker2.Name = "dateTimePicker2";
 | |
|             this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
 | |
|             this.dateTimePicker2.TabIndex = 37;
 | |
|             // 
 | |
|             // dateTimePicker3
 | |
|             // 
 | |
|             this.dateTimePicker3.CustomFormat = "yyyy-MM-dd";
 | |
|             this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dateTimePicker3.Location = new System.Drawing.Point(425, 118);
 | |
|             this.dateTimePicker3.Name = "dateTimePicker3";
 | |
|             this.dateTimePicker3.Size = new System.Drawing.Size(85, 21);
 | |
|             this.dateTimePicker3.TabIndex = 37;
 | |
|             // 
 | |
|             // button5
 | |
|             // 
 | |
|             this.button5.Location = new System.Drawing.Point(516, 117);
 | |
|             this.button5.Name = "button5";
 | |
|             this.button5.Size = new System.Drawing.Size(72, 23);
 | |
|             this.button5.TabIndex = 40;
 | |
|             this.button5.Text = "조   회";
 | |
|             this.button5.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // button6
 | |
|             // 
 | |
|             this.button6.Location = new System.Drawing.Point(600, 117);
 | |
|             this.button6.Name = "button6";
 | |
|             this.button6.Size = new System.Drawing.Size(72, 23);
 | |
|             this.button6.TabIndex = 40;
 | |
|             this.button6.Text = "엑   셀";
 | |
|             this.button6.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(23, 160);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(649, 150);
 | |
|             this.dataGridView1.TabIndex = 41;
 | |
|             // 
 | |
|             // 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";
 | |
|             // 
 | |
|             // Purchase_not_pay
 | |
|             // 
 | |
|             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.button6);
 | |
|             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.textBox2);
 | |
|             this.Controls.Add(this.textBox3);
 | |
|             this.Controls.Add(this.textBox1);
 | |
|             this.Controls.Add(this.label4);
 | |
|             this.Controls.Add(this.label3);
 | |
|             this.Controls.Add(this.label6);
 | |
|             this.Controls.Add(this.label5);
 | |
|             this.Controls.Add(this.label7);
 | |
|             this.Controls.Add(this.dateTimePicker3);
 | |
|             this.Controls.Add(this.dateTimePicker2);
 | |
|             this.Controls.Add(this.dateTimePicker1);
 | |
|             this.Controls.Add(this.label8);
 | |
|             this.Controls.Add(this.label1);
 | |
|             this.Controls.Add(this.label2);
 | |
|             this.Name = "Purchase_not_pay";
 | |
|             this.Text = "매입미결제";
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.TextBox textBox2;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.ComboBox comboBox1;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.TextBox textBox3;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker2;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker3;
 | |
|         private System.Windows.Forms.Button button5;
 | |
|         private System.Windows.Forms.Button button6;
 | |
|         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;
 | |
|     }
 | |
| } | 
