=====* unimarc *=====
------------------------ =====* ISBN 체크 프로그램 *===== ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. ------------------------ ===== 작업중 ===== 목록집계 폼 재 수정작업 완료 - 확인 및 수정 필요. 주문관리 폼 재 수정작업중 ===== 보류 ===== b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업대기중 c. 마크 반입 폼 수정중 1. 불러오기는 되나 저장 기능이 필요함. ===== 완료 ===== 1. 주문관리 팩스연동 완료 2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료. 3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함. 4. 데이터베이스 내 이미지URL을 가져오는작업 완료 ISBN 체크 프로그램 => 본프로그램에 이식중. ㄴ> 코드는 다 옮겼으나 기존 사용하던 방식과 조금 달라서 버그발생 가능성 있음. ㄴ> 버그 체크 계속 해볼것. 21-04-15 ㄴ> 21_04_20 버그 없음. 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료. 2-3. 저장기능 완료. (04.14 체크해볼것 - 완료) 주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중) - 21.04.27 완료
This commit is contained in:
		
							
								
								
									
										436
									
								
								unimarc/WindowsFormsApp1/회계/Remit_reg2.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										436
									
								
								unimarc/WindowsFormsApp1/회계/Remit_reg2.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -33,6 +33,15 @@ | ||||
|             this.cb_remunerate = new System.Windows.Forms.ComboBox(); | ||||
|             this.btn_delete = new System.Windows.Forms.Button(); | ||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||
|             this.date_res = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.purchase = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.send_money = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.date_pay = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.etc = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.tb_bank_code = new System.Windows.Forms.TextBox(); | ||||
|             this.tb_bank = new System.Windows.Forms.TextBox(); | ||||
|             this.label4 = new System.Windows.Forms.Label(); | ||||
| @@ -57,15 +66,6 @@ | ||||
|             this.label9 = new System.Windows.Forms.Label(); | ||||
|             this.list_Date = new System.Windows.Forms.DateTimePicker(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.date_res = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.purchase = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_code = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_num = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.bank_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.send_money = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.date_pay = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.etc = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
| @@ -76,14 +76,14 @@ | ||||
|             this.cb_remunerate.Location = new System.Drawing.Point(515, 224); | ||||
|             this.cb_remunerate.Name = "cb_remunerate"; | ||||
|             this.cb_remunerate.Size = new System.Drawing.Size(71, 20); | ||||
|             this.cb_remunerate.TabIndex = 58; | ||||
|             this.cb_remunerate.TabIndex = 14; | ||||
|             //  | ||||
|             // btn_delete | ||||
|             //  | ||||
|             this.btn_delete.Location = new System.Drawing.Point(185, 223); | ||||
|             this.btn_delete.Name = "btn_delete"; | ||||
|             this.btn_delete.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_delete.TabIndex = 57; | ||||
|             this.btn_delete.TabIndex = 11; | ||||
|             this.btn_delete.Text = "삭   제"; | ||||
|             this.btn_delete.UseVisualStyleBackColor = true; | ||||
|             this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); | ||||
| @@ -126,216 +126,10 @@ | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(860, 150); | ||||
|             this.dataGridView1.TabIndex = 56; | ||||
|             this.dataGridView1.TabIndex = 17; | ||||
|             this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); | ||||
|             this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint); | ||||
|             //  | ||||
|             // tb_bank_code | ||||
|             //  | ||||
|             this.tb_bank_code.Location = new System.Drawing.Point(254, 77); | ||||
|             this.tb_bank_code.Name = "tb_bank_code"; | ||||
|             this.tb_bank_code.Size = new System.Drawing.Size(108, 21); | ||||
|             this.tb_bank_code.TabIndex = 55; | ||||
|             //  | ||||
|             // tb_bank | ||||
|             //  | ||||
|             this.tb_bank.Location = new System.Drawing.Point(85, 77); | ||||
|             this.tb_bank.Name = "tb_bank"; | ||||
|             this.tb_bank.Size = new System.Drawing.Size(163, 21); | ||||
|             this.tb_bank.TabIndex = 54; | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             this.label4.AutoSize = true; | ||||
|             this.label4.Location = new System.Drawing.Point(36, 81); | ||||
|             this.label4.Name = "label4"; | ||||
|             this.label4.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label4.TabIndex = 53; | ||||
|             this.label4.Text = "은행명"; | ||||
|             //  | ||||
|             // btn_excel | ||||
|             //  | ||||
|             this.btn_excel.Location = new System.Drawing.Point(673, 223); | ||||
|             this.btn_excel.Name = "btn_excel"; | ||||
|             this.btn_excel.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_excel.TabIndex = 52; | ||||
|             this.btn_excel.Text = "엑   셀"; | ||||
|             this.btn_excel.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // btn_save | ||||
|             //  | ||||
|             this.btn_save.Location = new System.Drawing.Point(104, 223); | ||||
|             this.btn_save.Name = "btn_save"; | ||||
|             this.btn_save.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_save.TabIndex = 51; | ||||
|             this.btn_save.Text = "저   장"; | ||||
|             this.btn_save.UseVisualStyleBackColor = true; | ||||
|             this.btn_save.Click += new System.EventHandler(this.btn_save_Click); | ||||
|             //  | ||||
|             // btn_lookup | ||||
|             //  | ||||
|             this.btn_lookup.Location = new System.Drawing.Point(592, 223); | ||||
|             this.btn_lookup.Name = "btn_lookup"; | ||||
|             this.btn_lookup.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_lookup.TabIndex = 50; | ||||
|             this.btn_lookup.Text = "조   회"; | ||||
|             this.btn_lookup.UseVisualStyleBackColor = true; | ||||
|             this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click); | ||||
|             //  | ||||
|             // btn_Add | ||||
|             //  | ||||
|             this.btn_Add.Location = new System.Drawing.Point(23, 223); | ||||
|             this.btn_Add.Name = "btn_Add"; | ||||
|             this.btn_Add.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_Add.TabIndex = 49; | ||||
|             this.btn_Add.Text = "추   가"; | ||||
|             this.btn_Add.UseVisualStyleBackColor = true; | ||||
|             this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); | ||||
|             //  | ||||
|             // tb_send_money | ||||
|             //  | ||||
|             this.tb_send_money.Location = new System.Drawing.Point(85, 133); | ||||
|             this.tb_send_money.Name = "tb_send_money"; | ||||
|             this.tb_send_money.Size = new System.Drawing.Size(163, 21); | ||||
|             this.tb_send_money.TabIndex = 48; | ||||
|             //  | ||||
|             // label8 | ||||
|             //  | ||||
|             this.label8.AutoSize = true; | ||||
|             this.label8.Location = new System.Drawing.Point(24, 137); | ||||
|             this.label8.Name = "label8"; | ||||
|             this.label8.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label8.TabIndex = 41; | ||||
|             this.label8.Text = "송금금액"; | ||||
|             //  | ||||
|             // tb_etc | ||||
|             //  | ||||
|             this.tb_etc.Location = new System.Drawing.Point(85, 161); | ||||
|             this.tb_etc.Multiline = true; | ||||
|             this.tb_etc.Name = "tb_etc"; | ||||
|             this.tb_etc.Size = new System.Drawing.Size(663, 56); | ||||
|             this.tb_etc.TabIndex = 43; | ||||
|             //  | ||||
|             // label7 | ||||
|             //  | ||||
|             this.label7.AutoSize = true; | ||||
|             this.label7.Location = new System.Drawing.Point(32, 165); | ||||
|             this.label7.Name = "label7"; | ||||
|             this.label7.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label7.TabIndex = 42; | ||||
|             this.label7.Text = "비    고"; | ||||
|             //  | ||||
|             // tb_bank_boss | ||||
|             //  | ||||
|             this.tb_bank_boss.Location = new System.Drawing.Point(436, 105); | ||||
|             this.tb_bank_boss.Name = "tb_bank_boss"; | ||||
|             this.tb_bank_boss.Size = new System.Drawing.Size(280, 21); | ||||
|             this.tb_bank_boss.TabIndex = 44; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
|             this.label5.Location = new System.Drawing.Point(389, 109); | ||||
|             this.label5.Name = "label5"; | ||||
|             this.label5.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label5.TabIndex = 40; | ||||
|             this.label5.Text = "예금주"; | ||||
|             //  | ||||
|             // tb_bank_num | ||||
|             //  | ||||
|             this.tb_bank_num.Location = new System.Drawing.Point(85, 105); | ||||
|             this.tb_bank_num.Name = "tb_bank_num"; | ||||
|             this.tb_bank_num.Size = new System.Drawing.Size(280, 21); | ||||
|             this.tb_bank_num.TabIndex = 45; | ||||
|             //  | ||||
|             // label6 | ||||
|             //  | ||||
|             this.label6.AutoSize = true; | ||||
|             this.label6.Location = new System.Drawing.Point(24, 109); | ||||
|             this.label6.Name = "label6"; | ||||
|             this.label6.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label6.TabIndex = 39; | ||||
|             this.label6.Text = "계좌번호"; | ||||
|             //  | ||||
|             // tb_now_money | ||||
|             //  | ||||
|             this.tb_now_money.BackColor = System.Drawing.SystemColors.Info; | ||||
|             this.tb_now_money.Location = new System.Drawing.Point(436, 49); | ||||
|             this.tb_now_money.Name = "tb_now_money"; | ||||
|             this.tb_now_money.Size = new System.Drawing.Size(150, 21); | ||||
|             this.tb_now_money.TabIndex = 46; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(385, 53); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label2.TabIndex = 38; | ||||
|             this.label2.Text = "현 잔액"; | ||||
|             //  | ||||
|             // tb_purchase | ||||
|             //  | ||||
|             this.tb_purchase.Location = new System.Drawing.Point(85, 49); | ||||
|             this.tb_purchase.Name = "tb_purchase"; | ||||
|             this.tb_purchase.Size = new System.Drawing.Size(277, 21); | ||||
|             this.tb_purchase.TabIndex = 47; | ||||
|             this.tb_purchase.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_purchase_KeyDown); | ||||
|             //  | ||||
|             // label3 | ||||
|             //  | ||||
|             this.label3.AutoSize = true; | ||||
|             this.label3.Location = new System.Drawing.Point(12, 53); | ||||
|             this.label3.Name = "label3"; | ||||
|             this.label3.Size = new System.Drawing.Size(65, 12); | ||||
|             this.label3.TabIndex = 37; | ||||
|             this.label3.Text = "매입거래처"; | ||||
|             //  | ||||
|             // end_Date | ||||
|             //  | ||||
|             this.end_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.end_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.end_Date.Location = new System.Drawing.Point(424, 224); | ||||
|             this.end_Date.Name = "end_Date"; | ||||
|             this.end_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.end_Date.TabIndex = 35; | ||||
|             //  | ||||
|             // start_Date | ||||
|             //  | ||||
|             this.start_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.start_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.start_Date.Location = new System.Drawing.Point(333, 224); | ||||
|             this.start_Date.Name = "start_Date"; | ||||
|             this.start_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.start_Date.TabIndex = 34; | ||||
|             //  | ||||
|             // label9 | ||||
|             //  | ||||
|             this.label9.AutoSize = true; | ||||
|             this.label9.Location = new System.Drawing.Point(272, 228); | ||||
|             this.label9.Name = "label9"; | ||||
|             this.label9.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label9.TabIndex = 33; | ||||
|             this.label9.Text = "등록일자"; | ||||
|             //  | ||||
|             // list_Date | ||||
|             //  | ||||
|             this.list_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.list_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.list_Date.Location = new System.Drawing.Point(85, 21); | ||||
|             this.list_Date.Name = "list_Date"; | ||||
|             this.list_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.list_Date.TabIndex = 36; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(24, 25); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 32; | ||||
|             this.label1.Text = "등록일자"; | ||||
|             //  | ||||
|             // date_res | ||||
|             //  | ||||
|             this.date_res.HeaderText = "등록일자"; | ||||
| @@ -386,6 +180,212 @@ | ||||
|             this.etc.Name = "etc"; | ||||
|             this.etc.Width = 120; | ||||
|             //  | ||||
|             // tb_bank_code | ||||
|             //  | ||||
|             this.tb_bank_code.Location = new System.Drawing.Point(254, 77); | ||||
|             this.tb_bank_code.Name = "tb_bank_code"; | ||||
|             this.tb_bank_code.Size = new System.Drawing.Size(108, 21); | ||||
|             this.tb_bank_code.TabIndex = 4; | ||||
|             //  | ||||
|             // tb_bank | ||||
|             //  | ||||
|             this.tb_bank.Location = new System.Drawing.Point(85, 77); | ||||
|             this.tb_bank.Name = "tb_bank"; | ||||
|             this.tb_bank.Size = new System.Drawing.Size(163, 21); | ||||
|             this.tb_bank.TabIndex = 3; | ||||
|             //  | ||||
|             // label4 | ||||
|             //  | ||||
|             this.label4.AutoSize = true; | ||||
|             this.label4.Location = new System.Drawing.Point(36, 81); | ||||
|             this.label4.Name = "label4"; | ||||
|             this.label4.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label4.TabIndex = 53; | ||||
|             this.label4.Text = "은행명"; | ||||
|             //  | ||||
|             // btn_excel | ||||
|             //  | ||||
|             this.btn_excel.Location = new System.Drawing.Point(673, 223); | ||||
|             this.btn_excel.Name = "btn_excel"; | ||||
|             this.btn_excel.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_excel.TabIndex = 16; | ||||
|             this.btn_excel.Text = "엑   셀"; | ||||
|             this.btn_excel.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // btn_save | ||||
|             //  | ||||
|             this.btn_save.Location = new System.Drawing.Point(104, 223); | ||||
|             this.btn_save.Name = "btn_save"; | ||||
|             this.btn_save.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_save.TabIndex = 9; | ||||
|             this.btn_save.Text = "저   장"; | ||||
|             this.btn_save.UseVisualStyleBackColor = true; | ||||
|             this.btn_save.Click += new System.EventHandler(this.btn_save_Click); | ||||
|             //  | ||||
|             // btn_lookup | ||||
|             //  | ||||
|             this.btn_lookup.Location = new System.Drawing.Point(592, 223); | ||||
|             this.btn_lookup.Name = "btn_lookup"; | ||||
|             this.btn_lookup.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_lookup.TabIndex = 15; | ||||
|             this.btn_lookup.Text = "조   회"; | ||||
|             this.btn_lookup.UseVisualStyleBackColor = true; | ||||
|             this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click); | ||||
|             //  | ||||
|             // btn_Add | ||||
|             //  | ||||
|             this.btn_Add.Location = new System.Drawing.Point(23, 223); | ||||
|             this.btn_Add.Name = "btn_Add"; | ||||
|             this.btn_Add.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_Add.TabIndex = 10; | ||||
|             this.btn_Add.Text = "추   가"; | ||||
|             this.btn_Add.UseVisualStyleBackColor = true; | ||||
|             this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); | ||||
|             //  | ||||
|             // tb_send_money | ||||
|             //  | ||||
|             this.tb_send_money.Location = new System.Drawing.Point(85, 133); | ||||
|             this.tb_send_money.Name = "tb_send_money"; | ||||
|             this.tb_send_money.Size = new System.Drawing.Size(163, 21); | ||||
|             this.tb_send_money.TabIndex = 7; | ||||
|             //  | ||||
|             // label8 | ||||
|             //  | ||||
|             this.label8.AutoSize = true; | ||||
|             this.label8.Location = new System.Drawing.Point(24, 137); | ||||
|             this.label8.Name = "label8"; | ||||
|             this.label8.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label8.TabIndex = 41; | ||||
|             this.label8.Text = "송금금액"; | ||||
|             //  | ||||
|             // tb_etc | ||||
|             //  | ||||
|             this.tb_etc.Location = new System.Drawing.Point(85, 161); | ||||
|             this.tb_etc.Multiline = true; | ||||
|             this.tb_etc.Name = "tb_etc"; | ||||
|             this.tb_etc.Size = new System.Drawing.Size(663, 56); | ||||
|             this.tb_etc.TabIndex = 8; | ||||
|             //  | ||||
|             // label7 | ||||
|             //  | ||||
|             this.label7.AutoSize = true; | ||||
|             this.label7.Location = new System.Drawing.Point(32, 165); | ||||
|             this.label7.Name = "label7"; | ||||
|             this.label7.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label7.TabIndex = 42; | ||||
|             this.label7.Text = "비    고"; | ||||
|             //  | ||||
|             // tb_bank_boss | ||||
|             //  | ||||
|             this.tb_bank_boss.Location = new System.Drawing.Point(436, 105); | ||||
|             this.tb_bank_boss.Name = "tb_bank_boss"; | ||||
|             this.tb_bank_boss.Size = new System.Drawing.Size(280, 21); | ||||
|             this.tb_bank_boss.TabIndex = 6; | ||||
|             //  | ||||
|             // label5 | ||||
|             //  | ||||
|             this.label5.AutoSize = true; | ||||
|             this.label5.Location = new System.Drawing.Point(389, 109); | ||||
|             this.label5.Name = "label5"; | ||||
|             this.label5.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label5.TabIndex = 40; | ||||
|             this.label5.Text = "예금주"; | ||||
|             //  | ||||
|             // tb_bank_num | ||||
|             //  | ||||
|             this.tb_bank_num.Location = new System.Drawing.Point(85, 105); | ||||
|             this.tb_bank_num.Name = "tb_bank_num"; | ||||
|             this.tb_bank_num.Size = new System.Drawing.Size(280, 21); | ||||
|             this.tb_bank_num.TabIndex = 5; | ||||
|             //  | ||||
|             // label6 | ||||
|             //  | ||||
|             this.label6.AutoSize = true; | ||||
|             this.label6.Location = new System.Drawing.Point(24, 109); | ||||
|             this.label6.Name = "label6"; | ||||
|             this.label6.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label6.TabIndex = 39; | ||||
|             this.label6.Text = "계좌번호"; | ||||
|             //  | ||||
|             // tb_now_money | ||||
|             //  | ||||
|             this.tb_now_money.BackColor = System.Drawing.SystemColors.Info; | ||||
|             this.tb_now_money.Location = new System.Drawing.Point(436, 49); | ||||
|             this.tb_now_money.Name = "tb_now_money"; | ||||
|             this.tb_now_money.Size = new System.Drawing.Size(150, 21); | ||||
|             this.tb_now_money.TabIndex = 2; | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(385, 53); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(45, 12); | ||||
|             this.label2.TabIndex = 38; | ||||
|             this.label2.Text = "현 잔액"; | ||||
|             //  | ||||
|             // tb_purchase | ||||
|             //  | ||||
|             this.tb_purchase.Location = new System.Drawing.Point(85, 49); | ||||
|             this.tb_purchase.Name = "tb_purchase"; | ||||
|             this.tb_purchase.Size = new System.Drawing.Size(277, 21); | ||||
|             this.tb_purchase.TabIndex = 1; | ||||
|             this.tb_purchase.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_purchase_KeyDown); | ||||
|             //  | ||||
|             // label3 | ||||
|             //  | ||||
|             this.label3.AutoSize = true; | ||||
|             this.label3.Location = new System.Drawing.Point(12, 53); | ||||
|             this.label3.Name = "label3"; | ||||
|             this.label3.Size = new System.Drawing.Size(65, 12); | ||||
|             this.label3.TabIndex = 37; | ||||
|             this.label3.Text = "매입거래처"; | ||||
|             //  | ||||
|             // end_Date | ||||
|             //  | ||||
|             this.end_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.end_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.end_Date.Location = new System.Drawing.Point(424, 224); | ||||
|             this.end_Date.Name = "end_Date"; | ||||
|             this.end_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.end_Date.TabIndex = 13; | ||||
|             //  | ||||
|             // start_Date | ||||
|             //  | ||||
|             this.start_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.start_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.start_Date.Location = new System.Drawing.Point(333, 224); | ||||
|             this.start_Date.Name = "start_Date"; | ||||
|             this.start_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.start_Date.TabIndex = 12; | ||||
|             //  | ||||
|             // label9 | ||||
|             //  | ||||
|             this.label9.AutoSize = true; | ||||
|             this.label9.Location = new System.Drawing.Point(272, 228); | ||||
|             this.label9.Name = "label9"; | ||||
|             this.label9.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label9.TabIndex = 33; | ||||
|             this.label9.Text = "등록일자"; | ||||
|             //  | ||||
|             // list_Date | ||||
|             //  | ||||
|             this.list_Date.CustomFormat = "yyyy-MM-dd"; | ||||
|             this.list_Date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||||
|             this.list_Date.Location = new System.Drawing.Point(85, 21); | ||||
|             this.list_Date.Name = "list_Date"; | ||||
|             this.list_Date.Size = new System.Drawing.Size(85, 21); | ||||
|             this.list_Date.TabIndex = 0; | ||||
|             //  | ||||
|             // label1 | ||||
|             //  | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(24, 25); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 32; | ||||
|             this.label1.Text = "등록일자"; | ||||
|             //  | ||||
|             // Remit_reg2 | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang