namespace FPJ0000.JobReport { partial class fJobReport_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 groupLabel; System.Windows.Forms.Label uidLabel; System.Windows.Forms.Label memoLabel; System.Windows.Forms.Label hrsLabel; System.Windows.Forms.Label projectLabel; System.Windows.Forms.Label typeLabel; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; this.dsPRJ = new FPJ0000.dsPRJ(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.ta = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter(); this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); this.pdateTextBox = new System.Windows.Forms.TextBox(); this.groupTextBox = new System.Windows.Forms.TextBox(); this.memoTextBox = new System.Windows.Forms.TextBox(); this.hrsTextBox = new System.Windows.Forms.TextBox(); this.projectidxTextBox = new System.Windows.Forms.TextBox(); this.projectTextBox = new System.Windows.Forms.TextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lbIndex = new System.Windows.Forms.ToolStripStatusLabel(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.typeComboBox = new System.Windows.Forms.ComboBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); groupLabel = new System.Windows.Forms.Label(); uidLabel = new System.Windows.Forms.Label(); memoLabel = new System.Windows.Forms.Label(); hrsLabel = new System.Windows.Forms.Label(); projectLabel = new System.Windows.Forms.Label(); typeLabel = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // groupLabel // groupLabel.AutoSize = true; groupLabel.Location = new System.Drawing.Point(43, 68); groupLabel.Name = "groupLabel"; groupLabel.Size = new System.Drawing.Size(47, 12); groupLabel.TabIndex = 6; groupLabel.Text = "request"; // // uidLabel // uidLabel.AutoSize = true; uidLabel.Location = new System.Drawing.Point(64, 15); uidLabel.Name = "uidLabel"; uidLabel.Size = new System.Drawing.Size(26, 12); uidLabel.TabIndex = 8; uidLabel.Text = "uid:"; // // memoLabel // memoLabel.AutoSize = true; memoLabel.Location = new System.Drawing.Point(46, 236); memoLabel.Name = "memoLabel"; memoLabel.Size = new System.Drawing.Size(44, 12); memoLabel.TabIndex = 12; memoLabel.Text = "remark"; // // hrsLabel // hrsLabel.AutoSize = true; hrsLabel.Location = new System.Drawing.Point(188, 123); hrsLabel.Name = "hrsLabel"; hrsLabel.Size = new System.Drawing.Size(27, 12); hrsLabel.TabIndex = 16; hrsLabel.Text = "hrs:"; // // projectLabel // projectLabel.AutoSize = true; projectLabel.Location = new System.Drawing.Point(43, 150); projectLabel.Name = "projectLabel"; projectLabel.Size = new System.Drawing.Size(47, 12); projectLabel.TabIndex = 26; projectLabel.Text = "project:"; // // typeLabel // typeLabel.AutoSize = true; typeLabel.Location = new System.Drawing.Point(57, 123); typeLabel.Name = "typeLabel"; typeLabel.Size = new System.Drawing.Size(33, 12); typeLabel.TabIndex = 29; typeLabel.Text = "type:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(37, 95); label1.Name = "label1"; label1.Size = new System.Drawing.Size(53, 12); label1.TabIndex = 33; label1.Text = "package"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(22, 177); label2.Name = "label2"; label2.Size = new System.Drawing.Size(68, 12); label2.TabIndex = 35; label2.Text = "Description"; // // dsPRJ // this.dsPRJ.DataSetName = "dsPRJ"; this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bs // this.bs.DataMember = "JobReport"; this.bs.DataSource = this.dsPRJ; // // ta // this.ta.ClearBeforeFill = true; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.JobReportTableAdapter = this.ta; this.tam.ProjectsHistoryTableAdapter = null; this.tam.ProjectsIOMapTableAdapter = null; this.tam.ProjectsMailListTableAdapter = null; this.tam.ProjectsPartTableAdapter = null; this.tam.ProjectsScheduleTableAdapter = null; this.tam.ProjectsTableAdapter = null; this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // pdateTextBox // this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true)); this.pdateTextBox.Location = new System.Drawing.Point(98, 38); this.pdateTextBox.Name = "pdateTextBox"; this.pdateTextBox.Size = new System.Drawing.Size(200, 21); this.pdateTextBox.TabIndex = 5; // // groupTextBox // this.groupTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "requestpart", true)); this.groupTextBox.Location = new System.Drawing.Point(98, 65); this.groupTextBox.Name = "groupTextBox"; this.groupTextBox.Size = new System.Drawing.Size(200, 21); this.groupTextBox.TabIndex = 7; // // memoTextBox // this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark", true)); this.memoTextBox.Location = new System.Drawing.Point(98, 233); this.memoTextBox.Name = "memoTextBox"; this.memoTextBox.Size = new System.Drawing.Size(200, 21); this.memoTextBox.TabIndex = 13; // // hrsTextBox // this.hrsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true)); this.hrsTextBox.Location = new System.Drawing.Point(221, 120); this.hrsTextBox.Name = "hrsTextBox"; this.hrsTextBox.Size = new System.Drawing.Size(77, 21); this.hrsTextBox.TabIndex = 17; // // projectidxTextBox // this.projectidxTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.projectidxTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pidx", true)); this.projectidxTextBox.Location = new System.Drawing.Point(247, 147); this.projectidxTextBox.Name = "projectidxTextBox"; this.projectidxTextBox.Size = new System.Drawing.Size(51, 21); this.projectidxTextBox.TabIndex = 25; this.projectidxTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // projectTextBox // this.projectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "projectName", true)); this.projectTextBox.Location = new System.Drawing.Point(99, 147); this.projectTextBox.Name = "projectTextBox"; this.projectTextBox.Size = new System.Drawing.Size(143, 21); this.projectTextBox.TabIndex = 27; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.lbIndex}); this.statusStrip1.Location = new System.Drawing.Point(0, 308); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(316, 22); this.statusStrip1.TabIndex = 28; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17); this.toolStripStatusLabel1.Text = "Index"; // // lbIndex // this.lbIndex.Name = "lbIndex"; this.lbIndex.Size = new System.Drawing.Size(17, 17); this.lbIndex.Text = "--"; // // comboBox1 // this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "uid", true)); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(98, 12); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(200, 20); this.comboBox1.TabIndex = 29; // // typeComboBox // this.typeComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "type", true)); this.typeComboBox.FormattingEnabled = true; this.typeComboBox.Location = new System.Drawing.Point(98, 120); this.typeComboBox.Name = "typeComboBox"; this.typeComboBox.Size = new System.Drawing.Size(77, 20); this.typeComboBox.TabIndex = 30; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(60, 41); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(30, 12); this.linkLabel1.TabIndex = 31; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "Date"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // button1 // this.button1.Location = new System.Drawing.Point(97, 260); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(201, 31); this.button1.TabIndex = 32; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "package", true)); this.textBox1.Location = new System.Drawing.Point(98, 92); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(200, 21); this.textBox1.TabIndex = 34; // // textBox2 // this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "description", true)); this.textBox2.Location = new System.Drawing.Point(99, 174); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(200, 51); this.textBox2.TabIndex = 36; // // fJobReport_Add // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(316, 330); this.Controls.Add(label2); this.Controls.Add(this.textBox2); this.Controls.Add(label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.linkLabel1); this.Controls.Add(typeLabel); this.Controls.Add(this.typeComboBox); this.Controls.Add(this.comboBox1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.pdateTextBox); this.Controls.Add(groupLabel); this.Controls.Add(this.groupTextBox); this.Controls.Add(uidLabel); this.Controls.Add(memoLabel); this.Controls.Add(this.memoTextBox); this.Controls.Add(hrsLabel); this.Controls.Add(this.hrsTextBox); this.Controls.Add(this.projectidxTextBox); this.Controls.Add(projectLabel); this.Controls.Add(this.projectTextBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fJobReport_Add"; this.Text = "fJobReport_Add"; this.Load += new System.EventHandler(this.fJobReport_Add_Load); ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private dsPRJ dsPRJ; private System.Windows.Forms.BindingSource bs; private dsPRJTableAdapters.JobReportTableAdapter ta; private dsPRJTableAdapters.TableAdapterManager tam; private System.Windows.Forms.TextBox pdateTextBox; private System.Windows.Forms.TextBox groupTextBox; private System.Windows.Forms.TextBox memoTextBox; private System.Windows.Forms.TextBox hrsTextBox; private System.Windows.Forms.TextBox projectidxTextBox; private System.Windows.Forms.TextBox projectTextBox; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel lbIndex; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox typeComboBox; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; } }