Files
Unimarc/unimarc/unimarc/마크/Mac_List_Merge.Designer.cs
SeungHo Yang afe2605e98 =====* UniMarc [0.0133] 버전 업데이트 내용 *=====
** ERP 작업 전면 중단 (마크우선) **
*** 마크작성 - 칸채우기 버그 수정을 위해 테스트 계정 제외하고 잠금***

1. 복본 조사
ㄴ> 전남 무안군 공공도서관 추가

2. UI개편
ㄴ> 현재 마크탭에서 표출되는 DataGridView 뒷 배경색에 맞춰 공간 안보이게 해버림.
2022-03-04 13:27:17 +09:00

333 lines
16 KiB
C#

namespace WindowsFormsApp1.
{
partial class Mac_List_Merge
{
/// <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();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.vol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.rtb_etc = new System.Windows.Forms.RichTextBox();
this.end_date = new System.Windows.Forms.DateTimePicker();
this.rb_Delete = new System.Windows.Forms.RadioButton();
this.rb_Keep = new System.Windows.Forms.RadioButton();
this.tb_list_name = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btn_Close = new System.Windows.Forms.Button();
this.btn_Merge = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.lbl_charge = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lbl_state = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
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.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.list_name,
this.list_date,
this.vol});
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(12, 34);
this.dataGridView1.Name = "dataGridView1";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.RowHeadersWidth = 25;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(402, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.Visible = false;
//
// list_name
//
this.list_name.HeaderText = "목록명";
this.list_name.Name = "list_name";
this.list_name.Width = 350;
//
// list_date
//
this.list_date.HeaderText = "목록일자";
this.list_date.Name = "list_date";
this.list_date.Visible = false;
//
// vol
//
this.vol.HeaderText = "수량";
this.vol.Name = "vol";
this.vol.Visible = false;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.rtb_etc);
this.panel1.Controls.Add(this.end_date);
this.panel1.Controls.Add(this.rb_Delete);
this.panel1.Controls.Add(this.rb_Keep);
this.panel1.Controls.Add(this.tb_list_name);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(12, 190);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(402, 179);
this.panel1.TabIndex = 1;
//
// rtb_etc
//
this.rtb_etc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.rtb_etc.Location = new System.Drawing.Point(46, 63);
this.rtb_etc.Name = "rtb_etc";
this.rtb_etc.Size = new System.Drawing.Size(348, 108);
this.rtb_etc.TabIndex = 5;
this.rtb_etc.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(312, 35);
this.end_date.Name = "end_date";
this.end_date.Size = new System.Drawing.Size(82, 21);
this.end_date.TabIndex = 4;
//
// rb_Delete
//
this.rb_Delete.AutoSize = true;
this.rb_Delete.Location = new System.Drawing.Point(142, 37);
this.rb_Delete.Name = "rb_Delete";
this.rb_Delete.Size = new System.Drawing.Size(95, 16);
this.rb_Delete.TabIndex = 3;
this.rb_Delete.TabStop = true;
this.rb_Delete.Text = "기존목록제거";
this.rb_Delete.UseVisualStyleBackColor = true;
//
// rb_Keep
//
this.rb_Keep.AutoSize = true;
this.rb_Keep.Location = new System.Drawing.Point(46, 37);
this.rb_Keep.Name = "rb_Keep";
this.rb_Keep.Size = new System.Drawing.Size(95, 16);
this.rb_Keep.TabIndex = 3;
this.rb_Keep.TabStop = true;
this.rb_Keep.Text = "기존목록유지";
this.rb_Keep.UseVisualStyleBackColor = true;
//
// tb_list_name
//
this.tb_list_name.Location = new System.Drawing.Point(46, 6);
this.tb_list_name.Name = "tb_list_name";
this.tb_list_name.Size = new System.Drawing.Size(348, 21);
this.tb_list_name.TabIndex = 1;
this.tb_list_name.Text = "설정할 목록명";
this.tb_list_name.Click += new System.EventHandler(this.tb_list_name_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label4.Location = new System.Drawing.Point(2, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 0;
this.label4.Text = "목 록";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.Location = new System.Drawing.Point(2, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "비 고";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label6.Location = new System.Drawing.Point(243, 39);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(70, 12);
this.label6.TabIndex = 0;
this.label6.Text = "마감예정일";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(2, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 12);
this.label1.TabIndex = 0;
this.label1.Text = "목록명";
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(339, 6);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(75, 23);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = "닫 기";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// btn_Merge
//
this.btn_Merge.Location = new System.Drawing.Point(258, 6);
this.btn_Merge.Name = "btn_Merge";
this.btn_Merge.Size = new System.Drawing.Size(75, 23);
this.btn_Merge.TabIndex = 2;
this.btn_Merge.Text = "목록병합";
this.btn_Merge.UseVisualStyleBackColor = true;
this.btn_Merge.Click += new System.EventHandler(this.btn_Merge_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label7.Location = new System.Drawing.Point(15, 11);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 3;
this.label7.Text = "담당자 : ";
//
// lbl_charge
//
this.lbl_charge.AutoSize = true;
this.lbl_charge.Location = new System.Drawing.Point(66, 11);
this.lbl_charge.Name = "lbl_charge";
this.lbl_charge.Size = new System.Drawing.Size(53, 12);
this.lbl_charge.TabIndex = 4;
this.lbl_charge.Text = "누구누구";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label8.Location = new System.Drawing.Point(133, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(46, 12);
this.label8.TabIndex = 3;
this.label8.Text = "상태 : ";
//
// lbl_state
//
this.lbl_state.AutoSize = true;
this.lbl_state.Location = new System.Drawing.Point(171, 11);
this.lbl_state.Name = "lbl_state";
this.lbl_state.Size = new System.Drawing.Size(53, 12);
this.lbl_state.TabIndex = 4;
this.lbl_state.Text = "상태상태";
//
// Mac_List_Merge
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(424, 381);
this.Controls.Add(this.lbl_state);
this.Controls.Add(this.label8);
this.Controls.Add(this.lbl_charge);
this.Controls.Add(this.label7);
this.Controls.Add(this.btn_Merge);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.Name = "Mac_List_Merge";
this.Text = "목록병합";
this.Load += new System.EventHandler(this.Mac_List_Merge_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DateTimePicker end_date;
private System.Windows.Forms.RadioButton rb_Keep;
private System.Windows.Forms.TextBox tb_list_name;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RichTextBox rtb_etc;
private System.Windows.Forms.RadioButton rb_Delete;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.Button btn_Merge;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lbl_charge;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lbl_state;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn list_name;
private System.Windows.Forms.DataGridViewTextBoxColumn list_date;
private System.Windows.Forms.DataGridViewTextBoxColumn vol;
}
}