125 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			125 lines
		
	
	
		
			5.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WindowsFormsApp1.Delivery
 | |
| {
 | |
|     partial class Commodity_Search
 | |
|     {
 | |
|         /// <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();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             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.AutoSize;
 | |
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.Column1,
 | |
|             this.Column2,
 | |
|             this.Column3,
 | |
|             this.Column4,
 | |
|             this.Column5});
 | |
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dataGridView1.MultiSelect = false;
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(563, 242);
 | |
|             this.dataGridView1.TabIndex = 0;
 | |
|             this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
 | |
|             this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
 | |
|             // 
 | |
|             // Column1
 | |
|             // 
 | |
|             this.Column1.HeaderText = "업체명";
 | |
|             this.Column1.Name = "Column1";
 | |
|             this.Column1.ReadOnly = true;
 | |
|             // 
 | |
|             // Column2
 | |
|             // 
 | |
|             this.Column2.HeaderText = "대표";
 | |
|             this.Column2.Name = "Column2";
 | |
|             this.Column2.ReadOnly = true;
 | |
|             // 
 | |
|             // Column3
 | |
|             // 
 | |
|             this.Column3.HeaderText = "번호";
 | |
|             this.Column3.Name = "Column3";
 | |
|             this.Column3.ReadOnly = true;
 | |
|             // 
 | |
|             // Column4
 | |
|             // 
 | |
|             this.Column4.HeaderText = "담당자";
 | |
|             this.Column4.Name = "Column4";
 | |
|             this.Column4.ReadOnly = true;
 | |
|             // 
 | |
|             // Column5
 | |
|             // 
 | |
|             this.Column5.HeaderText = "담당자 번호";
 | |
|             this.Column5.Name = "Column5";
 | |
|             this.Column5.ReadOnly = true;
 | |
|             // 
 | |
|             // Commodity_Search
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(563, 242);
 | |
|             this.Controls.Add(this.dataGridView1);
 | |
|             this.Name = "Commodity_Search";
 | |
|             this.Text = "Commodity_Sub";
 | |
|             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Commodity_Search_FormClosed);
 | |
|             this.Load += new System.EventHandler(this.Commodity_Sub_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
 | |
|     }
 | |
| } | 
