namespace FBS0000 { partial class fMinutesDetail { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.Label placeLabel; System.Windows.Forms.Label stimeLabel; System.Windows.Forms.Label etimeLabel; System.Windows.Forms.Label mainLabel; System.Windows.Forms.Label subLabel; this.dsMSSQL = new FBS0000.dsMSSQL(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.ta = new FBS0000.dsMSSQLTableAdapters.minutesTableAdapter(); this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.tbPrj = new System.Windows.Forms.TextBox(); this.placeTextBox = new System.Windows.Forms.TextBox(); this.stimeDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.etimeDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.mainTextBox = new System.Windows.Forms.TextBox(); this.subTextBox = new System.Windows.Forms.TextBox(); this.contentsTextBox = new System.Windows.Forms.TextBox(); this.memoTextBox = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.tbPrjName = new System.Windows.Forms.TextBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); placeLabel = new System.Windows.Forms.Label(); stimeLabel = new System.Windows.Forms.Label(); etimeLabel = new System.Windows.Forms.Label(); mainLabel = new System.Windows.Forms.Label(); subLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); this.SuspendLayout(); // // placeLabel // placeLabel.AutoSize = true; placeLabel.Location = new System.Drawing.Point(18, 58); placeLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); placeLabel.Name = "placeLabel"; placeLabel.Size = new System.Drawing.Size(61, 25); placeLabel.TabIndex = 2; placeLabel.Text = "place:"; // // stimeLabel // stimeLabel.AutoSize = true; stimeLabel.Location = new System.Drawing.Point(18, 106); stimeLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); stimeLabel.Name = "stimeLabel"; stimeLabel.Size = new System.Drawing.Size(63, 25); stimeLabel.TabIndex = 4; stimeLabel.Text = "stime:"; // // etimeLabel // etimeLabel.AutoSize = true; etimeLabel.Location = new System.Drawing.Point(18, 144); etimeLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); etimeLabel.Name = "etimeLabel"; etimeLabel.Size = new System.Drawing.Size(65, 25); etimeLabel.TabIndex = 6; etimeLabel.Text = "etime:"; // // mainLabel // mainLabel.AutoSize = true; mainLabel.Location = new System.Drawing.Point(18, 185); mainLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); mainLabel.Name = "mainLabel"; mainLabel.Size = new System.Drawing.Size(50, 25); mainLabel.TabIndex = 8; mainLabel.Text = "주관"; // // subLabel // subLabel.AutoSize = true; subLabel.Location = new System.Drawing.Point(18, 222); subLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); subLabel.Name = "subLabel"; subLabel.Size = new System.Drawing.Size(50, 25); subLabel.TabIndex = 10; subLabel.Text = "참석"; // // dsMSSQL // this.dsMSSQL.DataSetName = "dsMSSQL"; this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bs // this.bs.DataMember = "Minutes"; this.bs.DataSource = this.dsMSSQL; // // ta // this.ta.ClearBeforeFill = true; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.minutesTableAdapter = this.ta; this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "title", true)); this.titleTextBox.Location = new System.Drawing.Point(343, 12); this.titleTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(342, 33); this.titleTextBox.TabIndex = 12; // // tbPrj // this.tbPrj.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "project", true)); this.tbPrj.Location = new System.Drawing.Point(234, 12); this.tbPrj.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.tbPrj.Name = "tbPrj"; this.tbPrj.ReadOnly = true; this.tbPrj.Size = new System.Drawing.Size(99, 33); this.tbPrj.TabIndex = 6; this.tbPrj.TabStop = false; // // placeTextBox // this.placeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "place", true)); this.placeTextBox.Location = new System.Drawing.Point(117, 52); this.placeTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.placeTextBox.Name = "placeTextBox"; this.placeTextBox.Size = new System.Drawing.Size(216, 33); this.placeTextBox.TabIndex = 3; // // stimeDateTimePicker // this.stimeDateTimePicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.stimeDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "stime", true)); this.stimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.stimeDateTimePicker.Location = new System.Drawing.Point(117, 97); this.stimeDateTimePicker.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.stimeDateTimePicker.Name = "stimeDateTimePicker"; this.stimeDateTimePicker.Size = new System.Drawing.Size(216, 33); this.stimeDateTimePicker.TabIndex = 5; // // etimeDateTimePicker // this.etimeDateTimePicker.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.etimeDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "etime", true)); this.etimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.etimeDateTimePicker.Location = new System.Drawing.Point(117, 136); this.etimeDateTimePicker.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.etimeDateTimePicker.Name = "etimeDateTimePicker"; this.etimeDateTimePicker.Size = new System.Drawing.Size(216, 33); this.etimeDateTimePicker.TabIndex = 7; // // mainTextBox // this.mainTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "main", true)); this.mainTextBox.Location = new System.Drawing.Point(117, 174); this.mainTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.mainTextBox.Name = "mainTextBox"; this.mainTextBox.Size = new System.Drawing.Size(216, 33); this.mainTextBox.TabIndex = 9; // // subTextBox // this.subTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sub", true)); this.subTextBox.Location = new System.Drawing.Point(117, 211); this.subTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.subTextBox.Multiline = true; this.subTextBox.Name = "subTextBox"; this.subTextBox.Size = new System.Drawing.Size(216, 145); this.subTextBox.TabIndex = 11; // // contentsTextBox // this.contentsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "contents", true)); this.contentsTextBox.Location = new System.Drawing.Point(343, 52); this.contentsTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.contentsTextBox.Multiline = true; this.contentsTextBox.Name = "contentsTextBox"; this.contentsTextBox.Size = new System.Drawing.Size(342, 304); this.contentsTextBox.TabIndex = 13; // // memoTextBox // this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true)); this.memoTextBox.Location = new System.Drawing.Point(343, 368); this.memoTextBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.memoTextBox.Name = "memoTextBox"; this.memoTextBox.Size = new System.Drawing.Size(342, 33); this.memoTextBox.TabIndex = 14; // // button1 // this.button1.Location = new System.Drawing.Point(117, 368); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(216, 36); this.button1.TabIndex = 25; this.button1.Text = "save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // tbPrjName // this.tbPrjName.Location = new System.Drawing.Point(117, 12); this.tbPrjName.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.tbPrjName.Name = "tbPrjName"; this.tbPrjName.Size = new System.Drawing.Size(107, 33); this.tbPrjName.TabIndex = 1; this.tbPrjName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbPrjName_KeyDown); // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(18, 12); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(72, 25); this.linkLabel1.TabIndex = 0; this.linkLabel1.Text = "project"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // fMinutesDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(698, 417); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.tbPrjName); this.Controls.Add(this.button1); this.Controls.Add(this.titleTextBox); this.Controls.Add(this.tbPrj); this.Controls.Add(placeLabel); this.Controls.Add(this.placeTextBox); this.Controls.Add(stimeLabel); this.Controls.Add(this.stimeDateTimePicker); this.Controls.Add(etimeLabel); this.Controls.Add(this.etimeDateTimePicker); this.Controls.Add(mainLabel); this.Controls.Add(this.mainTextBox); this.Controls.Add(subLabel); this.Controls.Add(this.subTextBox); this.Controls.Add(this.contentsTextBox); this.Controls.Add(this.memoTextBox); this.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.Name = "fMinutesDetail"; this.Text = "fMinutesDetail"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private dsMSSQL dsMSSQL; private System.Windows.Forms.BindingSource bs; private dsMSSQLTableAdapters.minutesTableAdapter ta; private dsMSSQLTableAdapters.TableAdapterManager tam; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.TextBox tbPrj; private System.Windows.Forms.TextBox placeTextBox; private System.Windows.Forms.DateTimePicker stimeDateTimePicker; private System.Windows.Forms.DateTimePicker etimeDateTimePicker; private System.Windows.Forms.TextBox mainTextBox; private System.Windows.Forms.TextBox subTextBox; private System.Windows.Forms.TextBox contentsTextBox; private System.Windows.Forms.TextBox memoTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox tbPrjName; private System.Windows.Forms.LinkLabel linkLabel1; } }