335 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			335 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FPJ0000.JobReport
 | |
| {
 | |
|     partial class fJobReport_Add
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.components = new System.ComponentModel.Container();
 | |
|             System.Windows.Forms.Label groupLabel;
 | |
|             System.Windows.Forms.Label uidLabel;
 | |
|             System.Windows.Forms.Label progressLabel;
 | |
|             System.Windows.Forms.Label memoLabel;
 | |
|             System.Windows.Forms.Label hrsLabel;
 | |
|             System.Windows.Forms.Label projectLabel;
 | |
|             System.Windows.Forms.Label typeLabel;
 | |
|             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.progressTextBox = 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();
 | |
|             groupLabel = new System.Windows.Forms.Label();
 | |
|             uidLabel = new System.Windows.Forms.Label();
 | |
|             progressLabel = 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();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             this.statusStrip1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // 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.ProjectsPartTableAdapter = 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(89, 65);
 | |
|             this.pdateTextBox.Name = "pdateTextBox";
 | |
|             this.pdateTextBox.Size = new System.Drawing.Size(200, 21);
 | |
|             this.pdateTextBox.TabIndex = 5;
 | |
|             // 
 | |
|             // groupLabel
 | |
|             // 
 | |
|             groupLabel.AutoSize = true;
 | |
|             groupLabel.Location = new System.Drawing.Point(42, 41);
 | |
|             groupLabel.Name = "groupLabel";
 | |
|             groupLabel.Size = new System.Drawing.Size(41, 12);
 | |
|             groupLabel.TabIndex = 6;
 | |
|             groupLabel.Text = "group:";
 | |
|             // 
 | |
|             // groupTextBox
 | |
|             // 
 | |
|             this.groupTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "group", true));
 | |
|             this.groupTextBox.Location = new System.Drawing.Point(90, 38);
 | |
|             this.groupTextBox.Name = "groupTextBox";
 | |
|             this.groupTextBox.Size = new System.Drawing.Size(200, 21);
 | |
|             this.groupTextBox.TabIndex = 7;
 | |
|             // 
 | |
|             // uidLabel
 | |
|             // 
 | |
|             uidLabel.AutoSize = true;
 | |
|             uidLabel.Location = new System.Drawing.Point(57, 15);
 | |
|             uidLabel.Name = "uidLabel";
 | |
|             uidLabel.Size = new System.Drawing.Size(26, 12);
 | |
|             uidLabel.TabIndex = 8;
 | |
|             uidLabel.Text = "uid:";
 | |
|             // 
 | |
|             // progressLabel
 | |
|             // 
 | |
|             progressLabel.AutoSize = true;
 | |
|             progressLabel.Location = new System.Drawing.Point(24, 98);
 | |
|             progressLabel.Name = "progressLabel";
 | |
|             progressLabel.Size = new System.Drawing.Size(59, 12);
 | |
|             progressLabel.TabIndex = 10;
 | |
|             progressLabel.Text = "progress:";
 | |
|             // 
 | |
|             // progressTextBox
 | |
|             // 
 | |
|             this.progressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "progress", true));
 | |
|             this.progressTextBox.Location = new System.Drawing.Point(90, 95);
 | |
|             this.progressTextBox.Name = "progressTextBox";
 | |
|             this.progressTextBox.Size = new System.Drawing.Size(200, 21);
 | |
|             this.progressTextBox.TabIndex = 11;
 | |
|             // 
 | |
|             // memoLabel
 | |
|             // 
 | |
|             memoLabel.AutoSize = true;
 | |
|             memoLabel.Location = new System.Drawing.Point(38, 180);
 | |
|             memoLabel.Name = "memoLabel";
 | |
|             memoLabel.Size = new System.Drawing.Size(45, 12);
 | |
|             memoLabel.TabIndex = 12;
 | |
|             memoLabel.Text = "memo:";
 | |
|             // 
 | |
|             // memoTextBox
 | |
|             // 
 | |
|             this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
 | |
|             this.memoTextBox.Location = new System.Drawing.Point(90, 177);
 | |
|             this.memoTextBox.Multiline = true;
 | |
|             this.memoTextBox.Name = "memoTextBox";
 | |
|             this.memoTextBox.Size = new System.Drawing.Size(200, 51);
 | |
|             this.memoTextBox.TabIndex = 13;
 | |
|             // 
 | |
|             // hrsLabel
 | |
|             // 
 | |
|             hrsLabel.AutoSize = true;
 | |
|             hrsLabel.Location = new System.Drawing.Point(179, 127);
 | |
|             hrsLabel.Name = "hrsLabel";
 | |
|             hrsLabel.Size = new System.Drawing.Size(27, 12);
 | |
|             hrsLabel.TabIndex = 16;
 | |
|             hrsLabel.Text = "hrs:";
 | |
|             // 
 | |
|             // hrsTextBox
 | |
|             // 
 | |
|             this.hrsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "hrs", true));
 | |
|             this.hrsTextBox.Location = new System.Drawing.Point(213, 124);
 | |
|             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, "projectidx", true));
 | |
|             this.projectidxTextBox.Location = new System.Drawing.Point(239, 150);
 | |
|             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;
 | |
|             // 
 | |
|             // projectLabel
 | |
|             // 
 | |
|             projectLabel.AutoSize = true;
 | |
|             projectLabel.Location = new System.Drawing.Point(36, 153);
 | |
|             projectLabel.Name = "projectLabel";
 | |
|             projectLabel.Size = new System.Drawing.Size(47, 12);
 | |
|             projectLabel.TabIndex = 26;
 | |
|             projectLabel.Text = "project:";
 | |
|             // 
 | |
|             // projectTextBox
 | |
|             // 
 | |
|             this.projectTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "project", true));
 | |
|             this.projectTextBox.Location = new System.Drawing.Point(90, 150);
 | |
|             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, 278);
 | |
|             this.statusStrip1.Name = "statusStrip1";
 | |
|             this.statusStrip1.Size = new System.Drawing.Size(302, 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(90, 12);
 | |
|             this.comboBox1.Name = "comboBox1";
 | |
|             this.comboBox1.Size = new System.Drawing.Size(200, 20);
 | |
|             this.comboBox1.TabIndex = 29;
 | |
|             // 
 | |
|             // typeLabel
 | |
|             // 
 | |
|             typeLabel.AutoSize = true;
 | |
|             typeLabel.Location = new System.Drawing.Point(50, 127);
 | |
|             typeLabel.Name = "typeLabel";
 | |
|             typeLabel.Size = new System.Drawing.Size(33, 12);
 | |
|             typeLabel.TabIndex = 29;
 | |
|             typeLabel.Text = "type:";
 | |
|             // 
 | |
|             // 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(90, 124);
 | |
|             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(49, 68);
 | |
|             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(89, 233);
 | |
|             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);
 | |
|             // 
 | |
|             // fJobReport_Add
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(302, 300);
 | |
|             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(progressLabel);
 | |
|             this.Controls.Add(this.progressTextBox);
 | |
|             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 progressTextBox;
 | |
|         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;
 | |
|     }
 | |
| } | 
