266 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			266 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FEQ0000
 | |
| {
 | |
|     partial class fUserExportColumn
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             this.components = new System.ComponentModel.Container();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fUserExportColumn));
 | |
|             this.listView1 = new System.Windows.Forms.ListView();
 | |
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
 | |
|             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.listView2 = new System.Windows.Forms.ListView();
 | |
|             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
 | |
|             this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.toolStrip1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.toolStrip2.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // listView1
 | |
|             // 
 | |
|             this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.listView1.HideSelection = false;
 | |
|             this.listView1.Location = new System.Drawing.Point(230, 25);
 | |
|             this.listView1.Name = "listView1";
 | |
|             this.listView1.Size = new System.Drawing.Size(860, 593);
 | |
|             this.listView1.TabIndex = 1;
 | |
|             this.listView1.UseCompatibleStateImageBehavior = false;
 | |
|             this.listView1.View = System.Windows.Forms.View.Details;
 | |
|             // 
 | |
|             // toolStrip1
 | |
|             // 
 | |
|             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripButton1,
 | |
|             this.toolStripButton2,
 | |
|             this.toolStripButton3});
 | |
|             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.toolStrip1.Name = "toolStrip1";
 | |
|             this.toolStrip1.Size = new System.Drawing.Size(1090, 25);
 | |
|             this.toolStrip1.TabIndex = 2;
 | |
|             this.toolStrip1.Text = "toolStrip1";
 | |
|             // 
 | |
|             // toolStripButton1
 | |
|             // 
 | |
|             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
 | |
|             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton1.Name = "toolStripButton1";
 | |
|             this.toolStripButton1.Size = new System.Drawing.Size(63, 22);
 | |
|             this.toolStripButton1.Text = "refresh";
 | |
|             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
 | |
|             // 
 | |
|             // toolStripButton2
 | |
|             // 
 | |
|             this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
 | |
|             this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton2.Name = "toolStripButton2";
 | |
|             this.toolStripButton2.Size = new System.Drawing.Size(96, 22);
 | |
|             this.toolStripButton2.Text = "save to excel";
 | |
|             this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
 | |
|             // 
 | |
|             // toolStripButton3
 | |
|             // 
 | |
|             this.toolStripButton3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
 | |
|             this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton3.Name = "toolStripButton3";
 | |
|             this.toolStripButton3.Size = new System.Drawing.Size(110, 22);
 | |
|             this.toolStripButton3.Text = "save to outlook";
 | |
|             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.button1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(89, 70);
 | |
|             this.button1.TabIndex = 3;
 | |
|             this.button1.Text = "up";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.button2.Location = new System.Drawing.Point(0, 70);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(89, 70);
 | |
|             this.button2.TabIndex = 3;
 | |
|             this.button2.Text = "down";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click);
 | |
|             // 
 | |
|             // listView2
 | |
|             // 
 | |
|             this.listView2.CheckBoxes = true;
 | |
|             this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
 | |
|             this.columnHeader1});
 | |
|             this.listView2.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.listView2.HideSelection = false;
 | |
|             this.listView2.Location = new System.Drawing.Point(0, 25);
 | |
|             this.listView2.Name = "listView2";
 | |
|             this.listView2.Size = new System.Drawing.Size(141, 618);
 | |
|             this.listView2.TabIndex = 5;
 | |
|             this.listView2.UseCompatibleStateImageBehavior = false;
 | |
|             this.listView2.View = System.Windows.Forms.View.Details;
 | |
|             // 
 | |
|             // columnHeader1
 | |
|             // 
 | |
|             this.columnHeader1.Width = 122;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.button3.Location = new System.Drawing.Point(0, 548);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(89, 70);
 | |
|             this.button3.TabIndex = 6;
 | |
|             this.button3.Text = "prewview";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.button4);
 | |
|             this.panel1.Controls.Add(this.button3);
 | |
|             this.panel1.Controls.Add(this.button2);
 | |
|             this.panel1.Controls.Add(this.button1);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.panel1.Location = new System.Drawing.Point(141, 25);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(89, 618);
 | |
|             this.panel1.TabIndex = 7;
 | |
|             this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
 | |
|             // 
 | |
|             // toolStrip2
 | |
|             // 
 | |
|             this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.toolStripButton4,
 | |
|             this.toolStripButton5,
 | |
|             this.toolStripButton6});
 | |
|             this.toolStrip2.Location = new System.Drawing.Point(230, 618);
 | |
|             this.toolStrip2.Name = "toolStrip2";
 | |
|             this.toolStrip2.Size = new System.Drawing.Size(860, 25);
 | |
|             this.toolStrip2.TabIndex = 8;
 | |
|             this.toolStrip2.Text = "toolStrip2";
 | |
|             // 
 | |
|             // toolStripButton4
 | |
|             // 
 | |
|             this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
 | |
|             this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton4.Name = "toolStripButton4";
 | |
|             this.toolStripButton4.Size = new System.Drawing.Size(75, 22);
 | |
|             this.toolStripButton4.Text = "전체선택";
 | |
|             this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
 | |
|             // 
 | |
|             // toolStripButton5
 | |
|             // 
 | |
|             this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
 | |
|             this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton5.Name = "toolStripButton5";
 | |
|             this.toolStripButton5.Size = new System.Drawing.Size(75, 22);
 | |
|             this.toolStripButton5.Text = "선택반전";
 | |
|             this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
 | |
|             // 
 | |
|             // toolStripButton6
 | |
|             // 
 | |
|             this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
 | |
|             this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
 | |
|             this.toolStripButton6.Name = "toolStripButton6";
 | |
|             this.toolStripButton6.Size = new System.Drawing.Size(75, 22);
 | |
|             this.toolStripButton6.Text = "선택해제";
 | |
|             this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.button4.Location = new System.Drawing.Point(0, 140);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(89, 70);
 | |
|             this.button4.TabIndex = 7;
 | |
|             this.button4.Text = "Filter";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             this.button4.Click += new System.EventHandler(this.button4_Click);
 | |
|             // 
 | |
|             // fUserExportColumn
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1090, 643);
 | |
|             this.Controls.Add(this.listView1);
 | |
|             this.Controls.Add(this.toolStrip2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.listView2);
 | |
|             this.Controls.Add(this.toolStrip1);
 | |
|             this.Name = "fUserExportColumn";
 | |
|             this.Text = "fUserExportColumn";
 | |
|             this.Load += new System.EventHandler(this.fUserExportColumn_Load);
 | |
|             this.toolStrip1.ResumeLayout(false);
 | |
|             this.toolStrip1.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.toolStrip2.ResumeLayout(false);
 | |
|             this.toolStrip2.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
|         private System.Windows.Forms.ListView listView1;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip1;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton1;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private System.Windows.Forms.ListView listView2;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader1;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton2;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton3;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.ToolStrip toolStrip2;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton4;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton5;
 | |
|         private System.Windows.Forms.ToolStripButton toolStripButton6;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|     }
 | |
| } | 
