namespace FPJ0000 { partial class fHistAdd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mcDate = new System.Windows.Forms.MonthCalendar(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbRemark = new System.Windows.Forms.TextBox(); this.btOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // mcDate // this.mcDate.Location = new System.Drawing.Point(13, 38); this.mcDate.Name = "mcDate"; this.mcDate.TabIndex = 4; // // 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(13, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 12); this.label1.TabIndex = 2; this.label1.Text = "등록일"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(247, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 12); this.label2.TabIndex = 0; this.label2.Text = "내용"; // // tbRemark // this.tbRemark.Location = new System.Drawing.Point(247, 38); this.tbRemark.Multiline = true; this.tbRemark.Name = "tbRemark"; this.tbRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbRemark.Size = new System.Drawing.Size(524, 291); this.tbRemark.TabIndex = 1; this.tbRemark.WordWrap = false; // // btOK // this.btOK.Location = new System.Drawing.Point(13, 208); this.btOK.Name = "btOK"; this.btOK.Size = new System.Drawing.Size(220, 121); this.btOK.TabIndex = 3; this.btOK.Text = "확인(&S)"; this.btOK.UseVisualStyleBackColor = true; this.btOK.Click += new System.EventHandler(this.btOK_Click); // // fHistAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(783, 340); this.Controls.Add(this.btOK); this.Controls.Add(this.tbRemark); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.mcDate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fHistAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "History Add/Edit"; this.Load += new System.EventHandler(this.fHistAdd_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MonthCalendar mcDate; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbRemark; private System.Windows.Forms.Button btOK; } }