=====* UniMarc [0.0142] 버전 업데이트 내용 (추가) *=====

** ERP 작업 전면 중단 (마크우선) **

1. 마크정리 - 라벨출력 추가
ㄴ> DB에 저장하여 불러오기 기능 추가.
ㄴ> 기존의 비트값으로 계산하던걸 mm단위로 계산할 수 있게 추가.
ㄴ> 미리보기 추가
This commit is contained in:
SeungHo Yang
2022-04-06 16:57:17 +09:00
parent 0bd44eda01
commit 4c8e5549d1
21 changed files with 1895 additions and 12 deletions

View File

@@ -35,6 +35,7 @@
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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Marc_Plan));
this.panel1 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.btn_Save = new System.Windows.Forms.Button();
@@ -81,22 +82,66 @@
this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.tb_Left = new System.Windows.Forms.TextBox();
this.btn_PrintView = new System.Windows.Forms.Button();
this.chk_GuideLine = new System.Windows.Forms.CheckBox();
this.cb_TextFont = new System.Windows.Forms.ComboBox();
this.chk_Num = new System.Windows.Forms.CheckBox();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.tb_TextSize = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.chk_C = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.chk_V = new System.Windows.Forms.CheckBox();
this.tb_Top = new System.Windows.Forms.TextBox();
this.tb_Width = new System.Windows.Forms.TextBox();
this.tb_StartPosition = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.tb_SeroGap = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tb_Height = new System.Windows.Forms.TextBox();
this.tb_Sero = new System.Windows.Forms.TextBox();
this.tb_GaroGap = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.tb_Garo = new System.Windows.Forms.TextBox();
this.panel7 = new System.Windows.Forms.Panel();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.btn_Bring = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.btn_Close);
this.panel1.Controls.Add(this.btn_Select_List);
this.panel1.Location = new System.Drawing.Point(11, 12);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1463, 35);
this.panel1.Size = new System.Drawing.Size(1487, 35);
this.panel1.TabIndex = 0;
//
// panel4
@@ -181,7 +226,7 @@
this.panel3.Controls.Add(this.cb_FirstAuthor);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.label4);
this.panel3.Location = new System.Drawing.Point(11, 52);
this.panel3.Location = new System.Drawing.Point(10, 6);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(566, 29);
this.panel3.TabIndex = 7;
@@ -339,11 +384,12 @@
this.marc,
this.search_tag,
this.colCheck});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaptionText;
this.dataGridView1.Location = new System.Drawing.Point(11, 86);
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1463, 646);
this.dataGridView1.Size = new System.Drawing.Size(1487, 544);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
@@ -551,21 +597,445 @@
this.panel2.Controls.Add(this.tb_ISBN);
this.panel2.Controls.Add(this.btn_ChangeTag);
this.panel2.Controls.Add(this.tb_SearchTag);
this.panel2.Location = new System.Drawing.Point(597, 52);
this.panel2.Location = new System.Drawing.Point(596, 6);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(412, 29);
this.panel2.TabIndex = 8;
//
// panel5
//
this.panel5.Controls.Add(this.panel3);
this.panel5.Controls.Add(this.panel2);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 35);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1487, 40);
this.panel5.TabIndex = 9;
//
// panel6
//
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
this.panel6.Controls.Add(this.tb_Left);
this.panel6.Controls.Add(this.btn_Bring);
this.panel6.Controls.Add(this.btn_PrintView);
this.panel6.Controls.Add(this.chk_GuideLine);
this.panel6.Controls.Add(this.cb_TextFont);
this.panel6.Controls.Add(this.chk_Num);
this.panel6.Controls.Add(this.label23);
this.panel6.Controls.Add(this.label22);
this.panel6.Controls.Add(this.tb_TextSize);
this.panel6.Controls.Add(this.label20);
this.panel6.Controls.Add(this.label21);
this.panel6.Controls.Add(this.label18);
this.panel6.Controls.Add(this.chk_C);
this.panel6.Controls.Add(this.label10);
this.panel6.Controls.Add(this.chk_V);
this.panel6.Controls.Add(this.tb_Top);
this.panel6.Controls.Add(this.tb_Width);
this.panel6.Controls.Add(this.tb_StartPosition);
this.panel6.Controls.Add(this.label19);
this.panel6.Controls.Add(this.label7);
this.panel6.Controls.Add(this.label11);
this.panel6.Controls.Add(this.label9);
this.panel6.Controls.Add(this.tb_SeroGap);
this.panel6.Controls.Add(this.label8);
this.panel6.Controls.Add(this.tb_Height);
this.panel6.Controls.Add(this.tb_Sero);
this.panel6.Controls.Add(this.tb_GaroGap);
this.panel6.Controls.Add(this.label12);
this.panel6.Controls.Add(this.label15);
this.panel6.Controls.Add(this.label16);
this.panel6.Controls.Add(this.label6);
this.panel6.Controls.Add(this.label17);
this.panel6.Controls.Add(this.label13);
this.panel6.Controls.Add(this.label14);
this.panel6.Controls.Add(this.label5);
this.panel6.Controls.Add(this.tb_Garo);
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel6.Location = new System.Drawing.Point(0, 619);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(1487, 59);
this.panel6.TabIndex = 10;
//
// tb_Left
//
this.tb_Left.Location = new System.Drawing.Point(41, 6);
this.tb_Left.Name = "tb_Left";
this.tb_Left.Size = new System.Drawing.Size(56, 21);
this.tb_Left.TabIndex = 58;
this.tb_Left.Text = "20";
this.tb_Left.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btn_PrintView
//
this.btn_PrintView.Location = new System.Drawing.Point(942, 5);
this.btn_PrintView.Name = "btn_PrintView";
this.btn_PrintView.Size = new System.Drawing.Size(75, 49);
this.btn_PrintView.TabIndex = 80;
this.btn_PrintView.Text = "미리보기";
this.btn_PrintView.UseVisualStyleBackColor = true;
this.btn_PrintView.Click += new System.EventHandler(this.btn_PrintView_Click);
//
// chk_GuideLine
//
this.chk_GuideLine.AutoSize = true;
this.chk_GuideLine.Location = new System.Drawing.Point(824, 35);
this.chk_GuideLine.Name = "chk_GuideLine";
this.chk_GuideLine.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.chk_GuideLine.Size = new System.Drawing.Size(112, 16);
this.chk_GuideLine.TabIndex = 84;
this.chk_GuideLine.Text = "가이드라인 제거";
this.chk_GuideLine.UseVisualStyleBackColor = true;
//
// cb_TextFont
//
this.cb_TextFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_TextFont.FormattingEnabled = true;
this.cb_TextFont.Location = new System.Drawing.Point(726, 6);
this.cb_TextFont.Name = "cb_TextFont";
this.cb_TextFont.Size = new System.Drawing.Size(72, 20);
this.cb_TextFont.TabIndex = 78;
//
// chk_Num
//
this.chk_Num.AutoSize = true;
this.chk_Num.Location = new System.Drawing.Point(824, 8);
this.chk_Num.Name = "chk_Num";
this.chk_Num.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.chk_Num.Size = new System.Drawing.Size(112, 16);
this.chk_Num.TabIndex = 83;
this.chk_Num.Text = "등록번호 안으로";
this.chk_Num.UseVisualStyleBackColor = true;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label23.Location = new System.Drawing.Point(8, 10);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(31, 12);
this.label23.TabIndex = 50;
this.label23.Text = "좌측";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(99, 10);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(27, 12);
this.label22.TabIndex = 54;
this.label22.Text = "mm";
//
// tb_TextSize
//
this.tb_TextSize.Location = new System.Drawing.Point(765, 33);
this.tb_TextSize.Name = "tb_TextSize";
this.tb_TextSize.Size = new System.Drawing.Size(30, 21);
this.tb_TextSize.TabIndex = 79;
this.tb_TextSize.Text = "10";
this.tb_TextSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label20.Location = new System.Drawing.Point(706, 37);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(57, 12);
this.label20.TabIndex = 60;
this.label20.Text = "글자크기";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(233, 10);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(27, 12);
this.label21.TabIndex = 68;
this.label21.Text = "mm";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label18.Location = new System.Drawing.Point(680, 10);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(44, 12);
this.label18.TabIndex = 62;
this.label18.Text = "글자체";
//
// chk_C
//
this.chk_C.AutoSize = true;
this.chk_C.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.chk_C.Location = new System.Drawing.Point(627, 35);
this.chk_C.Name = "chk_C";
this.chk_C.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.chk_C.Size = new System.Drawing.Size(37, 16);
this.chk_C.TabIndex = 82;
this.chk_C.Text = "C.";
this.chk_C.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label10.Location = new System.Drawing.Point(142, 10);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(31, 12);
this.label10.TabIndex = 69;
this.label10.Text = "위쪽";
//
// chk_V
//
this.chk_V.AutoSize = true;
this.chk_V.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.chk_V.Location = new System.Drawing.Point(570, 35);
this.chk_V.Name = "chk_V";
this.chk_V.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.chk_V.Size = new System.Drawing.Size(36, 16);
this.chk_V.TabIndex = 81;
this.chk_V.Text = "V.";
this.chk_V.UseVisualStyleBackColor = true;
//
// tb_Top
//
this.tb_Top.Location = new System.Drawing.Point(175, 6);
this.tb_Top.Name = "tb_Top";
this.tb_Top.Size = new System.Drawing.Size(56, 21);
this.tb_Top.TabIndex = 70;
this.tb_Top.Text = "22";
this.tb_Top.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tb_Width
//
this.tb_Width.Location = new System.Drawing.Point(41, 33);
this.tb_Width.Name = "tb_Width";
this.tb_Width.Size = new System.Drawing.Size(56, 21);
this.tb_Width.TabIndex = 71;
this.tb_Width.Text = "30";
this.tb_Width.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tb_StartPosition
//
this.tb_StartPosition.Location = new System.Drawing.Point(612, 6);
this.tb_StartPosition.Name = "tb_StartPosition";
this.tb_StartPosition.Size = new System.Drawing.Size(59, 21);
this.tb_StartPosition.TabIndex = 77;
this.tb_StartPosition.Text = "1";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(99, 37);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(27, 12);
this.label19.TabIndex = 67;
this.label19.Text = "mm";
//
// 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(553, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(57, 12);
this.label7.TabIndex = 61;
this.label7.Text = "시작위치";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(233, 37);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(27, 12);
this.label11.TabIndex = 63;
this.label11.Text = "mm";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label9.Location = new System.Drawing.Point(8, 37);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(31, 12);
this.label9.TabIndex = 51;
this.label9.Text = "너비";
//
// tb_SeroGap
//
this.tb_SeroGap.Location = new System.Drawing.Point(479, 6);
this.tb_SeroGap.Name = "tb_SeroGap";
this.tb_SeroGap.Size = new System.Drawing.Size(30, 21);
this.tb_SeroGap.TabIndex = 74;
this.tb_SeroGap.Text = "13.5";
this.tb_SeroGap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(142, 37);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(31, 12);
this.label8.TabIndex = 52;
this.label8.Text = "높이";
//
// tb_Height
//
this.tb_Height.Location = new System.Drawing.Point(175, 33);
this.tb_Height.Name = "tb_Height";
this.tb_Height.Size = new System.Drawing.Size(56, 21);
this.tb_Height.TabIndex = 72;
this.tb_Height.Text = "31";
this.tb_Height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tb_Sero
//
this.tb_Sero.Location = new System.Drawing.Point(479, 33);
this.tb_Sero.Name = "tb_Sero";
this.tb_Sero.Size = new System.Drawing.Size(30, 21);
this.tb_Sero.TabIndex = 76;
this.tb_Sero.Text = "6";
this.tb_Sero.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tb_GaroGap
//
this.tb_GaroGap.Location = new System.Drawing.Point(345, 6);
this.tb_GaroGap.Name = "tb_GaroGap";
this.tb_GaroGap.Size = new System.Drawing.Size(30, 21);
this.tb_GaroGap.TabIndex = 73;
this.tb_GaroGap.Text = "5";
this.tb_GaroGap.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(377, 10);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(27, 12);
this.label12.TabIndex = 66;
this.label12.Text = "mm";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label15.Location = new System.Drawing.Point(420, 10);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(57, 12);
this.label15.TabIndex = 57;
this.label15.Text = "세로간격";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(377, 37);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(17, 12);
this.label16.TabIndex = 65;
this.label16.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(420, 37);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 12);
this.label6.TabIndex = 56;
this.label6.Text = "세로갯수";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(511, 37);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(17, 12);
this.label17.TabIndex = 64;
this.label17.Text = "개";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(511, 10);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(27, 12);
this.label13.TabIndex = 59;
this.label13.Text = "mm";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label14.Location = new System.Drawing.Point(286, 10);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(57, 12);
this.label14.TabIndex = 55;
this.label14.Text = "가로간격";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label5.Location = new System.Drawing.Point(286, 37);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(57, 12);
this.label5.TabIndex = 53;
this.label5.Text = "가로갯수";
//
// tb_Garo
//
this.tb_Garo.Location = new System.Drawing.Point(345, 33);
this.tb_Garo.Name = "tb_Garo";
this.tb_Garo.Size = new System.Drawing.Size(30, 21);
this.tb_Garo.TabIndex = 75;
this.tb_Garo.Text = "5";
this.tb_Garo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// panel7
//
this.panel7.Controls.Add(this.dataGridView1);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(0, 75);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(1487, 544);
this.panel7.TabIndex = 11;
//
// printDocument1
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// printPreviewDialog1
//
this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
this.printPreviewDialog1.Visible = false;
//
// btn_Bring
//
this.btn_Bring.Location = new System.Drawing.Point(1023, 5);
this.btn_Bring.Name = "btn_Bring";
this.btn_Bring.Size = new System.Drawing.Size(75, 49);
this.btn_Bring.TabIndex = 80;
this.btn_Bring.Text = "불러오기";
this.btn_Bring.UseVisualStyleBackColor = true;
this.btn_Bring.Click += new System.EventHandler(this.btn_Bring_Click);
//
// Marc_Plan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1487, 715);
this.Controls.Add(this.panel2);
this.ClientSize = new System.Drawing.Size(1487, 678);
this.Controls.Add(this.panel7);
this.Controls.Add(this.panel6);
this.Controls.Add(this.panel5);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel3);
this.Name = "Marc_Plan";
this.Text = "마크 정리";
this.Load += new System.EventHandler(this.Marc_Plan_Load);
@@ -576,6 +1046,10 @@
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
@@ -629,5 +1103,46 @@
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button btn_Save;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Button btn_PrintView;
private System.Windows.Forms.CheckBox chk_GuideLine;
private System.Windows.Forms.ComboBox cb_TextFont;
private System.Windows.Forms.CheckBox chk_Num;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.CheckBox chk_C;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox chk_V;
private System.Windows.Forms.TextBox tb_StartPosition;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label5;
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
private System.Windows.Forms.Button btn_Bring;
private System.Windows.Forms.TextBox tb_Left;
private System.Windows.Forms.TextBox tb_TextSize;
private System.Windows.Forms.TextBox tb_Top;
private System.Windows.Forms.TextBox tb_Width;
private System.Windows.Forms.TextBox tb_SeroGap;
private System.Windows.Forms.TextBox tb_Height;
private System.Windows.Forms.TextBox tb_Sero;
private System.Windows.Forms.TextBox tb_GaroGap;
private System.Windows.Forms.TextBox tb_Garo;
}
}