namespace UpdateInfoMaker { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.tbCount = new System.Windows.Forms.TextBox(); this.btRead = new System.Windows.Forms.Button(); this.btWrite = new System.Windows.Forms.Button(); this.tbDate = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbExeFileName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbServerURL = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.btUpdateFilelist = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(33, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 12); this.label1.TabIndex = 0; this.label1.Text = "count"; // // tbCount // this.tbCount.Location = new System.Drawing.Point(91, 25); this.tbCount.Name = "tbCount"; this.tbCount.Size = new System.Drawing.Size(100, 21); this.tbCount.TabIndex = 1; // // btRead // this.btRead.Location = new System.Drawing.Point(277, 25); this.btRead.Name = "btRead"; this.btRead.Size = new System.Drawing.Size(116, 30); this.btRead.TabIndex = 2; this.btRead.Text = "read"; this.btRead.UseVisualStyleBackColor = true; this.btRead.Click += new System.EventHandler(this.btRead_Click); // // btWrite // this.btWrite.Location = new System.Drawing.Point(413, 21); this.btWrite.Name = "btWrite"; this.btWrite.Size = new System.Drawing.Size(116, 30); this.btWrite.TabIndex = 2; this.btWrite.Text = "write"; this.btWrite.UseVisualStyleBackColor = true; this.btWrite.Click += new System.EventHandler(this.btWrite_Click); // // tbDate // this.tbDate.Location = new System.Drawing.Point(91, 52); this.tbDate.Name = "tbDate"; this.tbDate.Size = new System.Drawing.Size(100, 21); this.tbDate.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(33, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 3; this.label2.Text = "date"; // // tbExeFileName // this.tbExeFileName.Location = new System.Drawing.Point(91, 106); this.tbExeFileName.Name = "tbExeFileName"; this.tbExeFileName.Size = new System.Drawing.Size(100, 21); this.tbExeFileName.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(33, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(26, 12); this.label3.TabIndex = 7; this.label3.Text = "exe"; // // tbServerURL // this.tbServerURL.Location = new System.Drawing.Point(91, 79); this.tbServerURL.Name = "tbServerURL"; this.tbServerURL.Size = new System.Drawing.Size(100, 21); this.tbServerURL.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(33, 84); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 12); this.label4.TabIndex = 5; this.label4.Text = "server"; // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(47, 152); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(468, 178); this.listView1.TabIndex = 9; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Name"; this.columnHeader1.Width = 250; // // columnHeader2 // this.columnHeader2.Text = "Size"; // // btUpdateFilelist // this.btUpdateFilelist.Location = new System.Drawing.Point(399, 116); this.btUpdateFilelist.Name = "btUpdateFilelist"; this.btUpdateFilelist.Size = new System.Drawing.Size(116, 30); this.btUpdateFilelist.TabIndex = 10; this.btUpdateFilelist.Text = "update file list"; this.btUpdateFilelist.UseVisualStyleBackColor = true; this.btUpdateFilelist.Click += new System.EventHandler(this.btUpdateFilelist_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btUpdateFilelist); this.Controls.Add(this.listView1); this.Controls.Add(this.tbExeFileName); this.Controls.Add(this.label3); this.Controls.Add(this.tbServerURL); this.Controls.Add(this.label4); this.Controls.Add(this.tbDate); this.Controls.Add(this.label2); this.Controls.Add(this.btWrite); this.Controls.Add(this.btRead); this.Controls.Add(this.tbCount); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbCount; private System.Windows.Forms.Button btRead; private System.Windows.Forms.Button btWrite; private System.Windows.Forms.TextBox tbDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbExeFileName; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbServerURL; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.Button btUpdateFilelist; } }