=====* unimarc *=====
- 주문처 관리 - 마크관리 / 장비관리 Grid 정비중. ㄴ> 현재 값이 입력되면 자동으로 날짜출력하는 기능 추가중 - 마크탭 전체 재정비중 - 기타 소스코드 함수 정리
This commit is contained in:
341
unimarc/unimarc/마크/Marc_Plan.Designer.cs
generated
Normal file
341
unimarc/unimarc/마크/Marc_Plan.Designer.cs
generated
Normal file
@@ -0,0 +1,341 @@
|
||||
namespace WindowsFormsApp1.Mac
|
||||
{
|
||||
partial class Marc_Plan
|
||||
{
|
||||
/// <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();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.tb_Select_List = new System.Windows.Forms.TextBox();
|
||||
this.btn_Select_List = new System.Windows.Forms.Button();
|
||||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.reg_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.class_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.author_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.chk_overlap = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.F = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.gu = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.s_book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.s_book_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.search_tag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel1.Controls.Add(this.button1);
|
||||
this.panel1.Controls.Add(this.tb_Select_List);
|
||||
this.panel1.Controls.Add(this.btn_Select_List);
|
||||
this.panel1.Location = new System.Drawing.Point(12, 12);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1285, 38);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(531, 6);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||||
this.button1.TabIndex = 2;
|
||||
this.button1.Text = "button1";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// tb_Select_List
|
||||
//
|
||||
this.tb_Select_List.Location = new System.Drawing.Point(90, 8);
|
||||
this.tb_Select_List.Name = "tb_Select_List";
|
||||
this.tb_Select_List.ReadOnly = true;
|
||||
this.tb_Select_List.Size = new System.Drawing.Size(321, 21);
|
||||
this.tb_Select_List.TabIndex = 1;
|
||||
//
|
||||
// btn_Select_List
|
||||
//
|
||||
this.btn_Select_List.Location = new System.Drawing.Point(9, 7);
|
||||
this.btn_Select_List.Name = "btn_Select_List";
|
||||
this.btn_Select_List.Size = new System.Drawing.Size(75, 23);
|
||||
this.btn_Select_List.TabIndex = 0;
|
||||
this.btn_Select_List.Text = "목록선택";
|
||||
this.btn_Select_List.UseVisualStyleBackColor = true;
|
||||
this.btn_Select_List.Click += new System.EventHandler(this.btn_Select_List_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.True;
|
||||
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.num,
|
||||
this.reg_num,
|
||||
this.class_code,
|
||||
this.author_code,
|
||||
this.chk_overlap,
|
||||
this.count,
|
||||
this.F,
|
||||
this.gu,
|
||||
this.ISBN,
|
||||
this.book_name,
|
||||
this.s_book_name,
|
||||
this.s_book_num,
|
||||
this.author,
|
||||
this.book_comp,
|
||||
this.price,
|
||||
this.search_tag,
|
||||
this.colCheck});
|
||||
this.dataGridView1.Location = new System.Drawing.Point(13, 57);
|
||||
this.dataGridView1.Name = "dataGridView1";
|
||||
this.dataGridView1.RowTemplate.Height = 23;
|
||||
this.dataGridView1.Size = new System.Drawing.Size(1284, 611);
|
||||
this.dataGridView1.TabIndex = 1;
|
||||
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
||||
//
|
||||
// checkBox1
|
||||
//
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.checkBox1.Location = new System.Drawing.Point(1275, 63);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(15, 14);
|
||||
this.checkBox1.TabIndex = 2;
|
||||
this.checkBox1.TabStop = false;
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||||
//
|
||||
// num
|
||||
//
|
||||
this.num.FillWeight = 64.46414F;
|
||||
this.num.HeaderText = "연번";
|
||||
this.num.Name = "num";
|
||||
this.num.ReadOnly = true;
|
||||
this.num.Width = 50;
|
||||
//
|
||||
// reg_num
|
||||
//
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.reg_num.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.reg_num.FillWeight = 130.9363F;
|
||||
this.reg_num.HeaderText = "등록번호";
|
||||
this.reg_num.Name = "reg_num";
|
||||
this.reg_num.Width = 102;
|
||||
//
|
||||
// class_code
|
||||
//
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.class_code.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.class_code.FillWeight = 76.41504F;
|
||||
this.class_code.HeaderText = "분류";
|
||||
this.class_code.Name = "class_code";
|
||||
this.class_code.Width = 59;
|
||||
//
|
||||
// author_code
|
||||
//
|
||||
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.author_code.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.author_code.FillWeight = 77.02635F;
|
||||
this.author_code.HeaderText = "저자기호";
|
||||
this.author_code.Name = "author_code";
|
||||
this.author_code.Width = 60;
|
||||
//
|
||||
// chk_overlap
|
||||
//
|
||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.chk_overlap.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.chk_overlap.FillWeight = 38.80909F;
|
||||
this.chk_overlap.HeaderText = "V";
|
||||
this.chk_overlap.Name = "chk_overlap";
|
||||
this.chk_overlap.Width = 30;
|
||||
//
|
||||
// count
|
||||
//
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.count.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.count.FillWeight = 40.14827F;
|
||||
this.count.HeaderText = "C";
|
||||
this.count.Name = "count";
|
||||
this.count.Width = 31;
|
||||
//
|
||||
// F
|
||||
//
|
||||
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.F.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.F.FillWeight = 41.51828F;
|
||||
this.F.HeaderText = "F";
|
||||
this.F.Name = "F";
|
||||
this.F.Width = 32;
|
||||
//
|
||||
// gu
|
||||
//
|
||||
this.gu.FillWeight = 71.64279F;
|
||||
this.gu.HeaderText = "구분";
|
||||
this.gu.Name = "gu";
|
||||
this.gu.ReadOnly = true;
|
||||
this.gu.Width = 56;
|
||||
//
|
||||
// ISBN
|
||||
//
|
||||
this.ISBN.HeaderText = "ISBN";
|
||||
this.ISBN.Name = "ISBN";
|
||||
this.ISBN.Visible = false;
|
||||
//
|
||||
// book_name
|
||||
//
|
||||
this.book_name.FillWeight = 291.9296F;
|
||||
this.book_name.HeaderText = "도서명";
|
||||
this.book_name.Name = "book_name";
|
||||
this.book_name.ReadOnly = true;
|
||||
this.book_name.Width = 226;
|
||||
//
|
||||
// s_book_name
|
||||
//
|
||||
this.s_book_name.FillWeight = 129.9903F;
|
||||
this.s_book_name.HeaderText = "총서명";
|
||||
this.s_book_name.Name = "s_book_name";
|
||||
this.s_book_name.ReadOnly = true;
|
||||
this.s_book_name.Width = 101;
|
||||
//
|
||||
// s_book_num
|
||||
//
|
||||
this.s_book_num.FillWeight = 76.24091F;
|
||||
this.s_book_num.HeaderText = "총서번호";
|
||||
this.s_book_num.Name = "s_book_num";
|
||||
this.s_book_num.ReadOnly = true;
|
||||
this.s_book_num.Width = 59;
|
||||
//
|
||||
// author
|
||||
//
|
||||
this.author.FillWeight = 128.5217F;
|
||||
this.author.HeaderText = "저자";
|
||||
this.author.Name = "author";
|
||||
this.author.ReadOnly = true;
|
||||
//
|
||||
// book_comp
|
||||
//
|
||||
this.book_comp.FillWeight = 125.7765F;
|
||||
this.book_comp.HeaderText = "출판사";
|
||||
this.book_comp.Name = "book_comp";
|
||||
this.book_comp.ReadOnly = true;
|
||||
this.book_comp.Width = 97;
|
||||
//
|
||||
// price
|
||||
//
|
||||
this.price.FillWeight = 86.15041F;
|
||||
this.price.HeaderText = "정가";
|
||||
this.price.Name = "price";
|
||||
this.price.ReadOnly = true;
|
||||
this.price.Width = 67;
|
||||
//
|
||||
// search_tag
|
||||
//
|
||||
this.search_tag.FillWeight = 185.6383F;
|
||||
this.search_tag.HeaderText = "검색태그";
|
||||
this.search_tag.Name = "search_tag";
|
||||
this.search_tag.ReadOnly = true;
|
||||
this.search_tag.Width = 144;
|
||||
//
|
||||
// colCheck
|
||||
//
|
||||
this.colCheck.FalseValue = "F";
|
||||
this.colCheck.FillWeight = 34.79187F;
|
||||
this.colCheck.HeaderText = "□";
|
||||
this.colCheck.IndeterminateValue = "F";
|
||||
this.colCheck.Name = "colCheck";
|
||||
this.colCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.colCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||
this.colCheck.TrueValue = "T";
|
||||
this.colCheck.Width = 27;
|
||||
//
|
||||
// Marc_Plan
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1309, 716);
|
||||
this.Controls.Add(this.checkBox1);
|
||||
this.Controls.Add(this.dataGridView1);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "Marc_Plan";
|
||||
this.Text = "마크 정리";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.TextBox tb_Select_List;
|
||||
private System.Windows.Forms.Button btn_Select_List;
|
||||
private System.Windows.Forms.DataGridView dataGridView1;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn num;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn reg_num;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn class_code;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn author_code;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn chk_overlap;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn count;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn F;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn gu;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_name;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_num;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn author;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn price;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn search_tag;
|
||||
private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user