Files
Unimarc/unimarc/WindowsFormsApp1/납품관리/Order_input.Designer.cs
SeungHo Yang 6fccee9167 =====* unimarc *=====
------------------------

=====* ISBN 체크 프로그램  *===== ★작업완료★
 a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것.

------------------------

===== 작업중 =====
주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중)

===== 보류 =====
 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 체크해볼것)
2021-04-26 18:48:34 +09:00

777 lines
37 KiB
C#

namespace WindowsFormsApp1.Delivery
{
partial class Order_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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.label1 = new System.Windows.Forms.Label();
this.tb_search_order = new System.Windows.Forms.TextBox();
this.cb_user = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cb_state = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cb_order = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
this.label8 = new System.Windows.Forms.Label();
this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.btn_lookup = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.cb_ordersend = new System.Windows.Forms.ComboBox();
this.btn_order_send = new System.Windows.Forms.Button();
this.btn_send_chk = new System.Windows.Forms.Button();
this.tb_orderText = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.btn_order_list_change = new System.Windows.Forms.Button();
this.btn_order_chk = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.chk = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isbn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.order_count = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.total = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.etc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.order_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.send_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tb_search_book_comp = new System.Windows.Forms.TextBox();
this.tb_search_book_name = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.tb_search_book_list = new System.Windows.Forms.TextBox();
this.btn_order_empty = new System.Windows.Forms.Button();
this.btn_close = new System.Windows.Forms.Button();
this.btn_Excel = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "주문처";
//
// tb_search_order
//
this.tb_search_order.Location = new System.Drawing.Point(63, 5);
this.tb_search_order.Name = "tb_search_order";
this.tb_search_order.Size = new System.Drawing.Size(115, 21);
this.tb_search_order.TabIndex = 2;
this.tb_search_order.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// cb_user
//
this.cb_user.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_user.FormattingEnabled = true;
this.cb_user.Location = new System.Drawing.Point(567, 5);
this.cb_user.Name = "cb_user";
this.cb_user.Size = new System.Drawing.Size(73, 20);
this.cb_user.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(526, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 3;
this.label2.Text = "담당자";
//
// cb_state
//
this.cb_state.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_state.FormattingEnabled = true;
this.cb_state.Location = new System.Drawing.Point(679, 5);
this.cb_state.Name = "cb_state";
this.cb_state.Size = new System.Drawing.Size(73, 20);
this.cb_state.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(649, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 5;
this.label3.Text = "입고";
//
// cb_order
//
this.cb_order.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_order.FormattingEnabled = true;
this.cb_order.Location = new System.Drawing.Point(796, 5);
this.cb_order.Name = "cb_order";
this.cb_order.Size = new System.Drawing.Size(73, 20);
this.cb_order.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(766, 9);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 7;
this.label4.Text = "주문";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 8);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 11;
this.label5.Text = "작업명단";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(400, 8);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 13;
this.label6.Text = "주문일";
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(441, 4);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(85, 21);
this.dateTimePicker2.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(529, 8);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(14, 12);
this.label7.TabIndex = 16;
this.label7.Text = "~";
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(545, 4);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(85, 21);
this.dateTimePicker1.TabIndex = 17;
//
// dateTimePicker3
//
this.dateTimePicker3.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker3.Location = new System.Drawing.Point(784, 4);
this.dateTimePicker3.Name = "dateTimePicker3";
this.dateTimePicker3.Size = new System.Drawing.Size(85, 21);
this.dateTimePicker3.TabIndex = 21;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(768, 8);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(14, 12);
this.label8.TabIndex = 20;
this.label8.Text = "~";
//
// dateTimePicker4
//
this.dateTimePicker4.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker4.Location = new System.Drawing.Point(680, 4);
this.dateTimePicker4.Name = "dateTimePicker4";
this.dateTimePicker4.Size = new System.Drawing.Size(85, 21);
this.dateTimePicker4.TabIndex = 19;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(639, 8);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 18;
this.label9.Text = "목록일";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(9, 35);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(93, 12);
this.label10.TabIndex = 22;
this.label10.Text = "주문시 요청사항";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(104, 31);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(624, 21);
this.textBox2.TabIndex = 23;
//
// btn_lookup
//
this.btn_lookup.Location = new System.Drawing.Point(902, 14);
this.btn_lookup.Name = "btn_lookup";
this.btn_lookup.Size = new System.Drawing.Size(75, 23);
this.btn_lookup.TabIndex = 25;
this.btn_lookup.Text = "조 회";
this.btn_lookup.UseVisualStyleBackColor = true;
this.btn_lookup.Click += new System.EventHandler(this.btn_lookup_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(19, 111);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(77, 23);
this.button7.TabIndex = 33;
this.button7.Text = "주문처 리셋";
this.button7.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Location = new System.Drawing.Point(173, 111);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23);
this.button8.TabIndex = 34;
this.button8.Text = "자동주문처";
this.button8.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(102, 108);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(72, 28);
this.checkBox3.TabIndex = 35;
this.checkBox3.Text = "isbn자동\n주문처";
this.checkBox3.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.Location = new System.Drawing.Point(252, 111);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(85, 23);
this.button9.TabIndex = 36;
this.button9.Text = "전체주문선택";
this.button9.UseVisualStyleBackColor = true;
//
// button10
//
this.button10.Location = new System.Drawing.Point(341, 111);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(85, 23);
this.button10.TabIndex = 37;
this.button10.Text = "전체주문취소";
this.button10.UseVisualStyleBackColor = true;
//
// button11
//
this.button11.Location = new System.Drawing.Point(430, 111);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(85, 23);
this.button11.TabIndex = 38;
this.button11.Text = "변경사항적용";
this.button11.UseVisualStyleBackColor = true;
//
// button12
//
this.button12.Location = new System.Drawing.Point(519, 111);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(62, 23);
this.button12.TabIndex = 39;
this.button12.Text = "주문순위";
this.button12.UseVisualStyleBackColor = true;
//
// cb_ordersend
//
this.cb_ordersend.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_ordersend.FormattingEnabled = true;
this.cb_ordersend.Location = new System.Drawing.Point(587, 112);
this.cb_ordersend.Name = "cb_ordersend";
this.cb_ordersend.Size = new System.Drawing.Size(77, 20);
this.cb_ordersend.TabIndex = 40;
//
// btn_order_send
//
this.btn_order_send.Location = new System.Drawing.Point(737, 111);
this.btn_order_send.Name = "btn_order_send";
this.btn_order_send.Size = new System.Drawing.Size(75, 23);
this.btn_order_send.TabIndex = 42;
this.btn_order_send.Text = "주문보내기";
this.btn_order_send.UseVisualStyleBackColor = true;
this.btn_order_send.Click += new System.EventHandler(this.btn_order_send_Click);
//
// btn_send_chk
//
this.btn_send_chk.Location = new System.Drawing.Point(670, 111);
this.btn_send_chk.Name = "btn_send_chk";
this.btn_send_chk.Size = new System.Drawing.Size(63, 23);
this.btn_send_chk.TabIndex = 41;
this.btn_send_chk.Text = "전송현황";
this.btn_send_chk.UseVisualStyleBackColor = true;
this.btn_send_chk.Click += new System.EventHandler(this.btn_send_chk_Click);
//
// tb_orderText
//
this.tb_orderText.Location = new System.Drawing.Point(993, 85);
this.tb_orderText.Name = "tb_orderText";
this.tb_orderText.Size = new System.Drawing.Size(129, 21);
this.tb_orderText.TabIndex = 44;
this.tb_orderText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_orderText_KeyDown);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(940, 89);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 43;
this.label12.Text = "주문처명";
//
// btn_order_list_change
//
this.btn_order_list_change.Location = new System.Drawing.Point(1126, 84);
this.btn_order_list_change.Name = "btn_order_list_change";
this.btn_order_list_change.Size = new System.Drawing.Size(129, 23);
this.btn_order_list_change.TabIndex = 45;
this.btn_order_list_change.Text = "리스트 일괄변경";
this.btn_order_list_change.UseVisualStyleBackColor = true;
this.btn_order_list_change.Click += new System.EventHandler(this.btn_order_list_change_Click);
//
// btn_order_chk
//
this.btn_order_chk.Location = new System.Drawing.Point(1126, 111);
this.btn_order_chk.Name = "btn_order_chk";
this.btn_order_chk.Size = new System.Drawing.Size(129, 23);
this.btn_order_chk.TabIndex = 46;
this.btn_order_chk.Text = "선택주문 일괄입력";
this.btn_order_chk.UseVisualStyleBackColor = true;
this.btn_order_chk.Click += new System.EventHandler(this.btn_order_chk_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.chk,
this.order,
this.M,
this.isbn,
this.book_name,
this.author,
this.book_comp,
this.order_count,
this.count,
this.pay,
this.total,
this.etc,
this.list_name,
this.order_date,
this.send_date,
this.num});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.Location = new System.Drawing.Point(9, 142);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.RowHeadersWidth = 10;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dataGridView1.Size = new System.Drawing.Size(1246, 566);
this.dataGridView1.TabIndex = 47;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
this.dataGridView1.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridView1_EditingControlShowing);
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
//
// chk
//
this.chk.HeaderText = "주문선택";
this.chk.Name = "chk";
this.chk.Width = 60;
//
// order
//
this.order.HeaderText = "주문처";
this.order.Name = "order";
this.order.Width = 80;
//
// M
//
this.M.HeaderText = "M";
this.M.Name = "M";
this.M.Width = 25;
//
// isbn
//
this.isbn.HeaderText = "ISBN13";
this.isbn.Name = "isbn";
//
// book_name
//
this.book_name.HeaderText = "도서명";
this.book_name.Name = "book_name";
this.book_name.Width = 200;
//
// author
//
this.author.HeaderText = "저자";
this.author.Name = "author";
this.author.Width = 80;
//
// book_comp
//
this.book_comp.HeaderText = "출판사";
this.book_comp.Name = "book_comp";
//
// order_count
//
this.order_count.HeaderText = "주문\n수";
this.order_count.Name = "order_count";
this.order_count.Width = 50;
//
// count
//
this.count.HeaderText = "원주\n문";
this.count.Name = "count";
this.count.Width = 50;
//
// pay
//
this.pay.HeaderText = "정가";
this.pay.Name = "pay";
this.pay.Width = 80;
//
// total
//
this.total.HeaderText = "합계";
this.total.Name = "total";
this.total.Width = 75;
//
// etc
//
this.etc.HeaderText = "비 고";
this.etc.Name = "etc";
//
// list_name
//
this.list_name.HeaderText = "구분";
this.list_name.Name = "list_name";
this.list_name.Width = 80;
//
// order_date
//
this.order_date.HeaderText = "주문일자";
this.order_date.Name = "order_date";
this.order_date.Width = 80;
//
// send_date
//
this.send_date.HeaderText = "송금일자";
this.send_date.Name = "send_date";
this.send_date.Visible = false;
this.send_date.Width = 80;
//
// num
//
this.num.HeaderText = "번호";
this.num.Name = "num";
this.num.Width = 50;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.tb_search_order);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.cb_user);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.cb_state);
this.panel1.Controls.Add(this.tb_search_book_comp);
this.panel1.Controls.Add(this.tb_search_book_name);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.cb_order);
this.panel1.Location = new System.Drawing.Point(9, 9);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(887, 32);
this.panel1.TabIndex = 48;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(355, 9);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 0;
this.label14.Text = "출판사";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(184, 9);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 12);
this.label13.TabIndex = 0;
this.label13.Text = "도서명";
//
// tb_search_book_comp
//
this.tb_search_book_comp.Location = new System.Drawing.Point(398, 5);
this.tb_search_book_comp.Name = "tb_search_book_comp";
this.tb_search_book_comp.Size = new System.Drawing.Size(121, 21);
this.tb_search_book_comp.TabIndex = 44;
this.tb_search_book_comp.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// tb_search_book_name
//
this.tb_search_book_name.Location = new System.Drawing.Point(228, 5);
this.tb_search_book_name.Name = "tb_search_book_name";
this.tb_search_book_name.Size = new System.Drawing.Size(119, 21);
this.tb_search_book_name.TabIndex = 44;
this.tb_search_book_name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.dateTimePicker2);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.dateTimePicker1);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.dateTimePicker4);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.tb_search_book_list);
this.panel2.Controls.Add(this.dateTimePicker3);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.textBox2);
this.panel2.Location = new System.Drawing.Point(9, 47);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(887, 58);
this.panel2.TabIndex = 48;
//
// tb_search_book_list
//
this.tb_search_book_list.Location = new System.Drawing.Point(63, 4);
this.tb_search_book_list.Name = "tb_search_book_list";
this.tb_search_book_list.Size = new System.Drawing.Size(333, 21);
this.tb_search_book_list.TabIndex = 44;
this.tb_search_book_list.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_book_list_KeyDown);
//
// btn_order_empty
//
this.btn_order_empty.Location = new System.Drawing.Point(993, 111);
this.btn_order_empty.Name = "btn_order_empty";
this.btn_order_empty.Size = new System.Drawing.Size(129, 23);
this.btn_order_empty.TabIndex = 46;
this.btn_order_empty.Text = "주문처빈칸 일괄입력";
this.btn_order_empty.UseVisualStyleBackColor = true;
this.btn_order_empty.Click += new System.EventHandler(this.btn_order_empty_Click);
//
// btn_close
//
this.btn_close.Location = new System.Drawing.Point(1180, 14);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(75, 23);
this.btn_close.TabIndex = 49;
this.btn_close.Text = "닫 기";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// btn_Excel
//
this.btn_Excel.Location = new System.Drawing.Point(902, 47);
this.btn_Excel.Name = "btn_Excel";
this.btn_Excel.Size = new System.Drawing.Size(75, 23);
this.btn_Excel.TabIndex = 50;
this.btn_Excel.Text = "엑 셀";
this.btn_Excel.UseVisualStyleBackColor = true;
this.btn_Excel.Click += new System.EventHandler(this.btn_Excel_Click);
//
// Order_input
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1268, 722);
this.Controls.Add(this.btn_Excel);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btn_order_empty);
this.Controls.Add(this.btn_order_chk);
this.Controls.Add(this.btn_order_list_change);
this.Controls.Add(this.tb_orderText);
this.Controls.Add(this.label12);
this.Controls.Add(this.btn_order_send);
this.Controls.Add(this.btn_send_chk);
this.Controls.Add(this.cb_ordersend);
this.Controls.Add(this.button12);
this.Controls.Add(this.button11);
this.Controls.Add(this.button10);
this.Controls.Add(this.button9);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.button8);
this.Controls.Add(this.button7);
this.Controls.Add(this.btn_lookup);
this.Name = "Order_input";
this.Text = "주문입력";
this.Load += new System.EventHandler(this.Order_input_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_search_order;
private System.Windows.Forms.ComboBox cb_user;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cb_state;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_order;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.DateTimePicker dateTimePicker4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button btn_lookup;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.ComboBox cb_ordersend;
private System.Windows.Forms.Button btn_order_send;
private System.Windows.Forms.Button btn_send_chk;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btn_order_list_change;
private System.Windows.Forms.Button btn_order_chk;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btn_order_empty;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_search_book_comp;
private System.Windows.Forms.TextBox tb_search_book_name;
public System.Windows.Forms.TextBox tb_search_book_list;
public System.Windows.Forms.DataGridView dataGridView1;
public System.Windows.Forms.TextBox tb_orderText;
private System.Windows.Forms.Button btn_Excel;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.DataGridViewCheckBoxColumn chk;
private System.Windows.Forms.DataGridViewTextBoxColumn order;
private System.Windows.Forms.DataGridViewTextBoxColumn M;
private System.Windows.Forms.DataGridViewTextBoxColumn isbn;
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
private System.Windows.Forms.DataGridViewTextBoxColumn author;
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
private System.Windows.Forms.DataGridViewTextBoxColumn order_count;
private System.Windows.Forms.DataGridViewTextBoxColumn count;
private System.Windows.Forms.DataGridViewTextBoxColumn pay;
private System.Windows.Forms.DataGridViewTextBoxColumn total;
private System.Windows.Forms.DataGridViewTextBoxColumn etc;
private System.Windows.Forms.DataGridViewTextBoxColumn list_name;
private System.Windows.Forms.DataGridViewTextBoxColumn order_date;
private System.Windows.Forms.DataGridViewTextBoxColumn send_date;
private System.Windows.Forms.DataGridViewTextBoxColumn num;
}
}