깃랩 재정비
This commit is contained in:
		
							
								
								
									
										449
									
								
								unimarc/WindowsFormsApp1/회계/Sales_Input.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										449
									
								
								unimarc/WindowsFormsApp1/회계/Sales_Input.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,449 @@ | ||||
| namespace WindowsFormsApp1.Account | ||||
| { | ||||
|     partial class Sales_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.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(32, 189); | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(758, 150); | ||||
|             this.dataGridView1.TabIndex = 91; | ||||
|             //  | ||||
|             // 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(880, 139); | ||||
|             this.checkBox3.Name = "checkBox3"; | ||||
|             this.checkBox3.Size = new System.Drawing.Size(72, 28); | ||||
|             this.checkBox3.TabIndex = 90; | ||||
|             this.checkBox3.Text = "칸수일괄\n입력"; | ||||
|             this.checkBox3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button5 | ||||
|             //  | ||||
|             this.button5.Location = new System.Drawing.Point(955, 142); | ||||
|             this.button5.Name = "button5"; | ||||
|             this.button5.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button5.TabIndex = 89; | ||||
|             this.button5.Text = "합계계산"; | ||||
|             this.button5.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button3 | ||||
|             //  | ||||
|             this.button3.Location = new System.Drawing.Point(795, 142); | ||||
|             this.button3.Name = "button3"; | ||||
|             this.button3.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button3.TabIndex = 88; | ||||
|             this.button3.Text = "Clear"; | ||||
|             this.button3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button4 | ||||
|             //  | ||||
|             this.button4.Location = new System.Drawing.Point(715, 142); | ||||
|             this.button4.Name = "button4"; | ||||
|             this.button4.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button4.TabIndex = 87; | ||||
|             this.button4.Text = "입   력"; | ||||
|             this.button4.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // textBox8 | ||||
|             //  | ||||
|             this.textBox8.Location = new System.Drawing.Point(429, 143); | ||||
|             this.textBox8.Name = "textBox8"; | ||||
|             this.textBox8.Size = new System.Drawing.Size(43, 21); | ||||
|             this.textBox8.TabIndex = 86; | ||||
|             //  | ||||
|             // label9 | ||||
|             //  | ||||
|             this.label9.AutoSize = true; | ||||
|             this.label9.Location = new System.Drawing.Point(401, 147); | ||||
|             this.label9.Name = "label9"; | ||||
|             this.label9.Size = new System.Drawing.Size(29, 12); | ||||
|             this.label9.TabIndex = 85; | ||||
|             this.label9.Text = "부수"; | ||||
|             //  | ||||
|             // textBox4 | ||||
|             //  | ||||
|             this.textBox4.Location = new System.Drawing.Point(315, 89); | ||||
|             this.textBox4.Name = "textBox4"; | ||||
|             this.textBox4.Size = new System.Drawing.Size(388, 21); | ||||
|             this.textBox4.TabIndex = 83; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
|             this.label5.Location = new System.Drawing.Point(264, 93); | ||||
|             this.label5.Name = "label5"; | ||||
|             this.label5.Size = new System.Drawing.Size(49, 12); | ||||
|             this.label5.TabIndex = 82; | ||||
|             this.label5.Text = "도 서 명"; | ||||
|             //  | ||||
|             // textBox3 | ||||
|             //  | ||||
|             this.textBox3.Location = new System.Drawing.Point(89, 89); | ||||
|             this.textBox3.Name = "textBox3"; | ||||
|             this.textBox3.Size = new System.Drawing.Size(163, 21); | ||||
|             this.textBox3.TabIndex = 81; | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             this.label4.AutoSize = true; | ||||
|             this.label4.Location = new System.Drawing.Point(40, 93); | ||||
|             this.label4.Name = "label4"; | ||||
|             this.label4.Size = new System.Drawing.Size(33, 12); | ||||
|             this.label4.TabIndex = 80; | ||||
|             this.label4.Text = "ISBN"; | ||||
|             //  | ||||
|             // button2 | ||||
|             //  | ||||
|             this.button2.Location = new System.Drawing.Point(628, 50); | ||||
|             this.button2.Name = "button2"; | ||||
|             this.button2.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button2.TabIndex = 79; | ||||
|             this.button2.Text = "저   장"; | ||||
|             this.button2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(538, 50); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button1.TabIndex = 78; | ||||
|             this.button1.Text = "추   가"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // textBox7 | ||||
|             //  | ||||
|             this.textBox7.Location = new System.Drawing.Point(306, 143); | ||||
|             this.textBox7.Name = "textBox7"; | ||||
|             this.textBox7.Size = new System.Drawing.Size(43, 21); | ||||
|             this.textBox7.TabIndex = 73; | ||||
|             //  | ||||
|             // label8 | ||||
|             //  | ||||
|             this.label8.AutoSize = true; | ||||
|             this.label8.Location = new System.Drawing.Point(264, 147); | ||||
|             this.label8.Name = "label8"; | ||||
|             this.label8.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label8.TabIndex = 71; | ||||
|             this.label8.Text = "출고율"; | ||||
|             //  | ||||
|             // textBox10 | ||||
|             //  | ||||
|             this.textBox10.Location = new System.Drawing.Point(540, 143); | ||||
|             this.textBox10.Name = "textBox10"; | ||||
|             this.textBox10.Size = new System.Drawing.Size(163, 21); | ||||
|             this.textBox10.TabIndex = 75; | ||||
|             //  | ||||
|             // label11 | ||||
|             //  | ||||
|             this.label11.AutoSize = true; | ||||
|             this.label11.Location = new System.Drawing.Point(490, 147); | ||||
|             this.label11.Name = "label11"; | ||||
|             this.label11.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label11.TabIndex = 70; | ||||
|             this.label11.Text = "합계금액"; | ||||
|             //  | ||||
|             // textBox9 | ||||
|             //  | ||||
|             this.textBox9.Location = new System.Drawing.Point(540, 116); | ||||
|             this.textBox9.Name = "textBox9"; | ||||
|             this.textBox9.Size = new System.Drawing.Size(163, 21); | ||||
|             this.textBox9.TabIndex = 77; | ||||
|             //  | ||||
|             // label10 | ||||
|             //  | ||||
|             this.label10.AutoSize = true; | ||||
|             this.label10.Location = new System.Drawing.Point(494, 120); | ||||
|             this.label10.Name = "label10"; | ||||
|             this.label10.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label10.TabIndex = 69; | ||||
|             this.label10.Text = "출판사"; | ||||
|             //  | ||||
|             // textBox6 | ||||
|             //  | ||||
|             this.textBox6.Location = new System.Drawing.Point(89, 143); | ||||
|             this.textBox6.Name = "textBox6"; | ||||
|             this.textBox6.Size = new System.Drawing.Size(163, 21); | ||||
|             this.textBox6.TabIndex = 72; | ||||
|             //  | ||||
|             // label7 | ||||
|             //  | ||||
|             this.label7.AutoSize = true; | ||||
|             this.label7.Location = new System.Drawing.Point(30, 147); | ||||
|             this.label7.Name = "label7"; | ||||
|             this.label7.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label7.TabIndex = 68; | ||||
|             this.label7.Text = "정    가"; | ||||
|             //  | ||||
|             // textBox5 | ||||
|             //  | ||||
|             this.textBox5.Location = new System.Drawing.Point(89, 116); | ||||
|             this.textBox5.Name = "textBox5"; | ||||
|             this.textBox5.Size = new System.Drawing.Size(280, 21); | ||||
|             this.textBox5.TabIndex = 76; | ||||
|             //  | ||||
|             // label6 | ||||
|             //  | ||||
|             this.label6.AutoSize = true; | ||||
|             this.label6.Location = new System.Drawing.Point(30, 120); | ||||
|             this.label6.Name = "label6"; | ||||
|             this.label6.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label6.TabIndex = 67; | ||||
|             this.label6.Text = "저    자"; | ||||
|             //  | ||||
|             // textBox2 | ||||
|             //  | ||||
|             this.textBox2.Location = new System.Drawing.Point(89, 51); | ||||
|             this.textBox2.Name = "textBox2"; | ||||
|             this.textBox2.Size = new System.Drawing.Size(431, 21); | ||||
|             this.textBox2.TabIndex = 74; | ||||
|             //  | ||||
|             // label3 | ||||
|             //  | ||||
|             this.label3.AutoSize = true; | ||||
|             this.label3.Location = new System.Drawing.Point(30, 55); | ||||
|             this.label3.Name = "label3"; | ||||
|             this.label3.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label3.TabIndex = 66; | ||||
|             this.label3.Text = "비    고"; | ||||
|             //  | ||||
|             // textBox1 | ||||
|             //  | ||||
|             this.textBox1.Location = new System.Drawing.Point(375, 25); | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(145, 21); | ||||
|             this.textBox1.TabIndex = 65; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(304, 29); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(65, 12); | ||||
|             this.label2.TabIndex = 64; | ||||
|             this.label2.Text = "매출거래처"; | ||||
|             //  | ||||
|             // checkBox1 | ||||
|             //  | ||||
|             this.checkBox1.AutoSize = true; | ||||
|             this.checkBox1.Location = new System.Drawing.Point(180, 27); | ||||
|             this.checkBox1.Name = "checkBox1"; | ||||
|             this.checkBox1.Size = new System.Drawing.Size(48, 16); | ||||
|             this.checkBox1.TabIndex = 63; | ||||
|             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(89, 25); | ||||
|             this.dateTimePicker1.Name = "dateTimePicker1"; | ||||
|             this.dateTimePicker1.Size = new System.Drawing.Size(85, 21); | ||||
|             this.dateTimePicker1.TabIndex = 62; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(30, 29); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 61; | ||||
|             this.label1.Text = "매출일자"; | ||||
|             //  | ||||
|             // Sales_Input | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(1148, 592); | ||||
|             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.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 = "Sales_Input"; | ||||
|             this.Text = "Purchase_Input"; | ||||
|             ((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.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; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang