namespace FBS0000 { partial class fHolyday_Add { /// /// 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 cateLabel; System.Windows.Forms.Label resutLabel; System.Windows.Forms.Label sdateLabel; System.Windows.Forms.Label edateLabel; System.Windows.Forms.Label contentsLabel; System.Windows.Forms.Label uidLabel; System.Windows.Forms.Label tolistLabel; this.dsMSSQL = new FBS0000.dsMSSQL(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter(); this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager(); this.contentsTextBox = new System.Windows.Forms.TextBox(); this.tolistTextBox = new System.Windows.Forms.TextBox(); this.mailCheckBox = new System.Windows.Forms.CheckBox(); this.reasonTextBox = new System.Windows.Forms.TextBox(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.cmbCate = new System.Windows.Forms.ComboBox(); this.cmbUser = new System.Windows.Forms.ComboBox(); this.cmbRlt = new System.Windows.Forms.ComboBox(); this.btOK = new System.Windows.Forms.Button(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); cateLabel = new System.Windows.Forms.Label(); resutLabel = new System.Windows.Forms.Label(); sdateLabel = new System.Windows.Forms.Label(); edateLabel = new System.Windows.Forms.Label(); contentsLabel = new System.Windows.Forms.Label(); uidLabel = new System.Windows.Forms.Label(); tolistLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.SuspendLayout(); // // cateLabel // cateLabel.AutoSize = true; cateLabel.Location = new System.Drawing.Point(12, 73); cateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); cateLabel.Name = "cateLabel"; cateLabel.Size = new System.Drawing.Size(72, 19); cateLabel.TabIndex = 4; cateLabel.Text = "Category"; // // resutLabel // resutLabel.AutoSize = true; resutLabel.Location = new System.Drawing.Point(372, 9); resutLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); resutLabel.Name = "resutLabel"; resutLabel.Size = new System.Drawing.Size(54, 19); resutLabel.TabIndex = 6; resutLabel.Text = "Resut:"; // // sdateLabel // sdateLabel.AutoSize = true; sdateLabel.Location = new System.Drawing.Point(42, 107); sdateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); sdateLabel.Name = "sdateLabel"; sdateLabel.Size = new System.Drawing.Size(42, 19); sdateLabel.TabIndex = 8; sdateLabel.Text = "Start"; // // edateLabel // edateLabel.AutoSize = true; edateLabel.Location = new System.Drawing.Point(48, 140); edateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); edateLabel.Name = "edateLabel"; edateLabel.Size = new System.Drawing.Size(36, 19); edateLabel.TabIndex = 10; edateLabel.Text = "End"; // // contentsLabel // contentsLabel.AutoSize = true; contentsLabel.Location = new System.Drawing.Point(21, 173); contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); contentsLabel.Name = "contentsLabel"; contentsLabel.Size = new System.Drawing.Size(63, 19); contentsLabel.TabIndex = 16; contentsLabel.Text = "Remark"; // // uidLabel // uidLabel.AutoSize = true; uidLabel.Location = new System.Drawing.Point(43, 41); uidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); uidLabel.Name = "uidLabel"; uidLabel.Size = new System.Drawing.Size(41, 19); uidLabel.TabIndex = 18; uidLabel.Text = "User"; // // tolistLabel // tolistLabel.AutoSize = true; tolistLabel.Location = new System.Drawing.Point(18, 364); tolistLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); tolistLabel.Name = "tolistLabel"; tolistLabel.Size = new System.Drawing.Size(66, 19); tolistLabel.TabIndex = 20; tolistLabel.Text = "Mail List"; // // dsMSSQL // this.dsMSSQL.DataSetName = "dsMSSQL"; this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bs // this.bs.DataMember = "Holyday"; this.bs.DataSource = this.dsMSSQL; // // ta // this.ta.ClearBeforeFill = true; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.BoardTableAdapter = null; this.tam.HolydayTableAdapter = this.ta; this.tam.minutesTableAdapter = null; this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // contentsTextBox // this.contentsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "contents", true)); this.contentsTextBox.Location = new System.Drawing.Point(91, 170); this.contentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.contentsTextBox.Multiline = true; this.contentsTextBox.Name = "contentsTextBox"; this.contentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.contentsTextBox.Size = new System.Drawing.Size(301, 145); this.contentsTextBox.TabIndex = 17; // // tolistTextBox // this.tolistTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "tolist", true)); this.tolistTextBox.Location = new System.Drawing.Point(91, 360); this.tolistTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tolistTextBox.Name = "tolistTextBox"; this.tolistTextBox.Size = new System.Drawing.Size(301, 27); this.tolistTextBox.TabIndex = 21; // // mailCheckBox // this.mailCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "mail", true)); this.mailCheckBox.Location = new System.Drawing.Point(91, 324); this.mailCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.mailCheckBox.Name = "mailCheckBox"; this.mailCheckBox.Size = new System.Drawing.Size(257, 38); this.mailCheckBox.TabIndex = 23; this.mailCheckBox.Text = "Send Mail"; this.mailCheckBox.UseVisualStyleBackColor = true; // // reasonTextBox // this.reasonTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reason", true)); this.reasonTextBox.Location = new System.Drawing.Point(408, 121); this.reasonTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.reasonTextBox.Multiline = true; this.reasonTextBox.Name = "reasonTextBox"; this.reasonTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.reasonTextBox.Size = new System.Drawing.Size(279, 266); this.reasonTextBox.TabIndex = 27; // // dateTimePicker1 // this.dateTimePicker1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true)); this.dateTimePicker1.Location = new System.Drawing.Point(91, 102); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(301, 27); this.dateTimePicker1.TabIndex = 28; this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged); // // dateTimePicker2 // this.dateTimePicker2.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "edate", true)); this.dateTimePicker2.Location = new System.Drawing.Point(91, 135); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(301, 27); this.dateTimePicker2.TabIndex = 29; this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged); // // cmbCate // this.cmbCate.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "cate", true)); this.cmbCate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCate.FormattingEnabled = true; this.cmbCate.Location = new System.Drawing.Point(91, 69); this.cmbCate.Name = "cmbCate"; this.cmbCate.Size = new System.Drawing.Size(301, 27); this.cmbCate.TabIndex = 32; // // cmbUser // this.cmbUser.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "uid", true)); this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUser.FormattingEnabled = true; this.cmbUser.Location = new System.Drawing.Point(91, 37); this.cmbUser.Name = "cmbUser"; this.cmbUser.Size = new System.Drawing.Size(301, 27); this.cmbUser.TabIndex = 33; // // cmbRlt // this.cmbRlt.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bs, "result", true)); this.cmbRlt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRlt.FormattingEnabled = true; this.cmbRlt.Location = new System.Drawing.Point(409, 89); this.cmbRlt.Name = "cmbRlt"; this.cmbRlt.Size = new System.Drawing.Size(278, 27); this.cmbRlt.TabIndex = 34; // // btOK // this.btOK.Location = new System.Drawing.Point(91, 399); this.btOK.Name = "btOK"; this.btOK.Size = new System.Drawing.Size(596, 38); this.btOK.TabIndex = 35; this.btOK.Text = "OK"; this.btOK.UseVisualStyleBackColor = true; this.btOK.Click += new System.EventHandler(this.btOK_Click); // // numericUpDown1 // this.numericUpDown1.BackColor = System.Drawing.Color.HotPink; this.numericUpDown1.DecimalPlaces = 1; this.numericUpDown1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numericUpDown1.Location = new System.Drawing.Point(409, 37); this.numericUpDown1.Maximum = new decimal(new int[] { 99999, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(94, 46); this.numericUpDown1.TabIndex = 36; this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // numericUpDown2 // this.numericUpDown2.BackColor = System.Drawing.Color.Lime; this.numericUpDown2.DecimalPlaces = 1; this.numericUpDown2.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numericUpDown2.Location = new System.Drawing.Point(509, 37); this.numericUpDown2.Maximum = new decimal(new int[] { 99999, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(94, 46); this.numericUpDown2.TabIndex = 37; this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // fHolyday_Add // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(704, 449); this.Controls.Add(this.numericUpDown2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.btOK); this.Controls.Add(this.cmbRlt); this.Controls.Add(this.cmbUser); this.Controls.Add(this.cmbCate); this.Controls.Add(this.dateTimePicker2); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(cateLabel); this.Controls.Add(resutLabel); this.Controls.Add(sdateLabel); this.Controls.Add(edateLabel); this.Controls.Add(contentsLabel); this.Controls.Add(this.contentsTextBox); this.Controls.Add(uidLabel); this.Controls.Add(tolistLabel); this.Controls.Add(this.tolistTextBox); this.Controls.Add(this.mailCheckBox); this.Controls.Add(this.reasonTextBox); this.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fHolyday_Add"; this.Text = "fHolyday_Add"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private dsMSSQL dsMSSQL; private System.Windows.Forms.BindingSource bs; private dsMSSQLTableAdapters.HolydayTableAdapter ta; private dsMSSQLTableAdapters.TableAdapterManager tam; private System.Windows.Forms.TextBox contentsTextBox; private System.Windows.Forms.TextBox tolistTextBox; private System.Windows.Forms.CheckBox mailCheckBox; private System.Windows.Forms.TextBox reasonTextBox; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.ComboBox cmbCate; private System.Windows.Forms.ComboBox cmbUser; private System.Windows.Forms.ComboBox cmbRlt; private System.Windows.Forms.Button btOK; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.NumericUpDown numericUpDown2; } }