コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.salaryETextBox = new LibETextBox.ETextBox();
       this.salaryLabel = new System.Windows.Forms.Label();
       this.hireDateLabel = new System.Windows.Forms.Label();
       this.hireDateETextBox = new LibETextBox.ETextBox();
       this.idDisplay = new System.Windows.Forms.Label();
       this.nameETextBox = new LibETextBox.ETextBox();
       this.nameLabel = new System.Windows.Forms.Label();
       this.idLabel = new System.Windows.Forms.Label();
       this.cancelButton = new System.Windows.Forms.Button();
       this.okButton = new System.Windows.Forms.Button();
       this.SuspendLayout();
       //
       // salaryETextBox
       //
       this.salaryETextBox.Location = new System.Drawing.Point(135, 174);
       this.salaryETextBox.Name = "salaryETextBox";
       this.salaryETextBox.Size = new System.Drawing.Size(106, 22);
       this.salaryETextBox.TabIndex = 32;
       //
       // salaryLabel
       //
       this.salaryLabel.AutoSize = true;
       this.salaryLabel.Location = new System.Drawing.Point(159, 152);
       this.salaryLabel.Name = "salaryLabel";
       this.salaryLabel.Size = new System.Drawing.Size(48, 17);
       this.salaryLabel.TabIndex = 31;
       this.salaryLabel.Text = "Salary";
       //
       // hireDateLabel
       //
       this.hireDateLabel.Location = new System.Drawing.Point(244, 87);
       this.hireDateLabel.Name = "hireDateLabel";
       this.hireDateLabel.Size = new System.Drawing.Size(75, 20);
       this.hireDateLabel.TabIndex = 30;
       this.hireDateLabel.Text = "Hire Date";
       //
       // hireDateETextBox
       //
       this.hireDateETextBox.Location = new System.Drawing.Point(202, 110);
       this.hireDateETextBox.Name = "hireDateETextBox";
       this.hireDateETextBox.Size = new System.Drawing.Size(156, 22);
       this.hireDateETextBox.TabIndex = 29;
       //
       // idDisplay
       //
       this.idDisplay.BackColor = System.Drawing.SystemColors.Control;
       this.idDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.idDisplay.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idDisplay.Location = new System.Drawing.Point(156, 44);
       this.idDisplay.Name = "idDisplay";
       this.idDisplay.Size = new System.Drawing.Size(51, 29);
       this.idDisplay.TabIndex = 25;
       this.idDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       //
       // nameETextBox
       //
       this.nameETextBox.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameETextBox.Location = new System.Drawing.Point(26, 110);
       this.nameETextBox.MaxLength = 15;
       this.nameETextBox.Name = "nameETextBox";
       this.nameETextBox.Size = new System.Drawing.Size(140, 27);
       this.nameETextBox.TabIndex = 27;
       //
       // nameLabel
       //
       this.nameLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameLabel.Location = new System.Drawing.Point(60, 87);
       this.nameLabel.Name = "nameLabel";
       this.nameLabel.Size = new System.Drawing.Size(75, 20);
       this.nameLabel.TabIndex = 28;
       this.nameLabel.Text = "Name";
       this.nameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // idLabel
       //
       this.idLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idLabel.Location = new System.Drawing.Point(168, 21);
       this.idLabel.Name = "idLabel";
       this.idLabel.Size = new System.Drawing.Size(28, 20);
       this.idLabel.TabIndex = 26;
       this.idLabel.Text = "ID";
       this.idLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // cancelButton
       //
       this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.cancelButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.cancelButton.Location = new System.Drawing.Point(188, 214);
       this.cancelButton.Name = "cancelButton";
       this.cancelButton.Size = new System.Drawing.Size(65, 29);
       this.cancelButton.TabIndex = 34;
       this.cancelButton.Text = "Cancel";
       //
       // okButton
       //
       this.okButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.okButton.Location = new System.Drawing.Point(116, 214);
       this.okButton.Name = "okButton";
       this.okButton.Size = new System.Drawing.Size(66, 29);
       this.okButton.TabIndex = 33;
       this.okButton.Text = "OK";
       this.okButton.Click += new System.EventHandler(this.okButton_Click);
       //
       // AddUpdateSupervisorDialog
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(372, 261);
       this.Controls.Add(this.cancelButton);
       this.Controls.Add(this.okButton);
       this.Controls.Add(this.salaryETextBox);
       this.Controls.Add(this.salaryLabel);
       this.Controls.Add(this.hireDateLabel);
       this.Controls.Add(this.hireDateETextBox);
       this.Controls.Add(this.idDisplay);
       this.Controls.Add(this.nameETextBox);
       this.Controls.Add(this.nameLabel);
       this.Controls.Add(this.idLabel);
       this.Name = "AddUpdateSupervisorDialog";
       this.Text = "AddUpdateSupervisorDialog";
       this.Load += new System.EventHandler(this.AddUpdateSupervisorDialog_Load);
       this.ResumeLayout(false);
       this.PerformLayout();
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.idDisplay = new System.Windows.Forms.Label();
       this.idLabel = new System.Windows.Forms.Label();
       this.hireDateLabel = new System.Windows.Forms.Label();
       this.hireDateETextBox = new LibETextBox.ETextBox();
       this.nameETextBox = new LibETextBox.ETextBox();
       this.nameLabel = new System.Windows.Forms.Label();
       this.hoursETextBox = new LibETextBox.ETextBox();
       this.rateETextBox = new LibETextBox.ETextBox();
       this.hoursLabel = new System.Windows.Forms.Label();
       this.rateLabel = new System.Windows.Forms.Label();
       this.cancelButton = new System.Windows.Forms.Button();
       this.okButton = new System.Windows.Forms.Button();
       this.SuspendLayout();
       //
       // idDisplay
       //
       this.idDisplay.BackColor = System.Drawing.SystemColors.Control;
       this.idDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.idDisplay.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idDisplay.Location = new System.Drawing.Point(159, 39);
       this.idDisplay.Name = "idDisplay";
       this.idDisplay.Size = new System.Drawing.Size(51, 29);
       this.idDisplay.TabIndex = 2;
       this.idDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       //
       // idLabel
       //
       this.idLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idLabel.Location = new System.Drawing.Point(171, 16);
       this.idLabel.Name = "idLabel";
       this.idLabel.Size = new System.Drawing.Size(28, 20);
       this.idLabel.TabIndex = 3;
       this.idLabel.Text = "ID";
       this.idLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // hireDateLabel
       //
       this.hireDateLabel.Location = new System.Drawing.Point(240, 87);
       this.hireDateLabel.Name = "hireDateLabel";
       this.hireDateLabel.Size = new System.Drawing.Size(75, 20);
       this.hireDateLabel.TabIndex = 26;
       this.hireDateLabel.Text = "Hire Date";
       //
       // hireDateETextBox
       //
       this.hireDateETextBox.Location = new System.Drawing.Point(202, 113);
       this.hireDateETextBox.Name = "hireDateETextBox";
       this.hireDateETextBox.Size = new System.Drawing.Size(140, 22);
       this.hireDateETextBox.TabIndex = 25;
       //
       // nameETextBox
       //
       this.nameETextBox.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameETextBox.Location = new System.Drawing.Point(28, 110);
       this.nameETextBox.MaxLength = 15;
       this.nameETextBox.Name = "nameETextBox";
       this.nameETextBox.Size = new System.Drawing.Size(140, 27);
       this.nameETextBox.TabIndex = 23;
       //
       // nameLabel
       //
       this.nameLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameLabel.Location = new System.Drawing.Point(62, 87);
       this.nameLabel.Name = "nameLabel";
       this.nameLabel.Size = new System.Drawing.Size(75, 20);
       this.nameLabel.TabIndex = 24;
       this.nameLabel.Text = "Name";
       this.nameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // hoursETextBox
       //
       this.hoursETextBox.Location = new System.Drawing.Point(199, 180);
       this.hoursETextBox.Name = "hoursETextBox";
       this.hoursETextBox.Size = new System.Drawing.Size(100, 22);
       this.hoursETextBox.TabIndex = 32;
       //
       // rateETextBox
       //
       this.rateETextBox.Location = new System.Drawing.Point(61, 180);
       this.rateETextBox.Name = "rateETextBox";
       this.rateETextBox.Size = new System.Drawing.Size(100, 22);
       this.rateETextBox.TabIndex = 31;
       //
       // hoursLabel
       //
       this.hoursLabel.AutoSize = true;
       this.hoursLabel.Location = new System.Drawing.Point(225, 160);
       this.hoursLabel.Name = "hoursLabel";
       this.hoursLabel.Size = new System.Drawing.Size(46, 17);
       this.hoursLabel.TabIndex = 30;
       this.hoursLabel.Text = "Hours";
       //
       // rateLabel
       //
       this.rateLabel.Location = new System.Drawing.Point(91, 160);
       this.rateLabel.Name = "rateLabel";
       this.rateLabel.Size = new System.Drawing.Size(46, 17);
       this.rateLabel.TabIndex = 29;
       this.rateLabel.Text = "Rate";
       //
       // cancelButton
       //
       this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.cancelButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.cancelButton.Location = new System.Drawing.Point(174, 228);
       this.cancelButton.Name = "cancelButton";
       this.cancelButton.Size = new System.Drawing.Size(65, 29);
       this.cancelButton.TabIndex = 34;
       this.cancelButton.Text = "Cancel";
       //
       // okButton
       //
       this.okButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.okButton.Location = new System.Drawing.Point(102, 228);
       this.okButton.Name = "okButton";
       this.okButton.Size = new System.Drawing.Size(66, 29);
       this.okButton.TabIndex = 33;
       this.okButton.Text = "OK";
       this.okButton.Click += new System.EventHandler(this.okButton_Click);
       //
       // AddUpdateHourlyDialog
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(354, 273);
       this.Controls.Add(this.cancelButton);
       this.Controls.Add(this.okButton);
       this.Controls.Add(this.hoursETextBox);
       this.Controls.Add(this.rateETextBox);
       this.Controls.Add(this.hoursLabel);
       this.Controls.Add(this.rateLabel);
       this.Controls.Add(this.hireDateLabel);
       this.Controls.Add(this.hireDateETextBox);
       this.Controls.Add(this.nameETextBox);
       this.Controls.Add(this.nameLabel);
       this.Controls.Add(this.idDisplay);
       this.Controls.Add(this.idLabel);
       this.Name = "AddUpdateHourlyDialog";
       this.Text = "AddUpdateHourlyDialog";
       this.Load += new System.EventHandler(this.AddUpdateHourlyDialog_Load);
       this.ResumeLayout(false);
       this.PerformLayout();
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.idDisplay = new System.Windows.Forms.Label();
       this.nameETextBox = new LibETextBox.ETextBox();
       this.nameLabel = new System.Windows.Forms.Label();
       this.idLabel = new System.Windows.Forms.Label();
       this.hireDateLabel = new System.Windows.Forms.Label();
       this.hireDateETextBox = new LibETextBox.ETextBox();
       this.qtyETextBox = new LibETextBox.ETextBox();
       this.rateETextBox = new LibETextBox.ETextBox();
       this.qtyLabel = new System.Windows.Forms.Label();
       this.rateLabel = new System.Windows.Forms.Label();
       this.cancelButton = new System.Windows.Forms.Button();
       this.okButton = new System.Windows.Forms.Button();
       this.SuspendLayout();
       //
       // idDisplay
       //
       this.idDisplay.BackColor = System.Drawing.SystemColors.Control;
       this.idDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
       this.idDisplay.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idDisplay.Location = new System.Drawing.Point(175, 42);
       this.idDisplay.Name = "idDisplay";
       this.idDisplay.Size = new System.Drawing.Size(51, 29);
       this.idDisplay.TabIndex = 4;
       this.idDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       //
       // nameETextBox
       //
       this.nameETextBox.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameETextBox.Location = new System.Drawing.Point(43, 108);
       this.nameETextBox.MaxLength = 15;
       this.nameETextBox.Name = "nameETextBox";
       this.nameETextBox.Size = new System.Drawing.Size(140, 27);
       this.nameETextBox.TabIndex = 6;
       //
       // nameLabel
       //
       this.nameLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.nameLabel.Location = new System.Drawing.Point(82, 85);
       this.nameLabel.Name = "nameLabel";
       this.nameLabel.Size = new System.Drawing.Size(75, 20);
       this.nameLabel.TabIndex = 7;
       this.nameLabel.Text = "Name";
       this.nameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // idLabel
       //
       this.idLabel.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.idLabel.Location = new System.Drawing.Point(187, 19);
       this.idLabel.Name = "idLabel";
       this.idLabel.Size = new System.Drawing.Size(28, 20);
       this.idLabel.TabIndex = 5;
       this.idLabel.Text = "ID";
       this.idLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
       //
       // hireDateLabel
       //
       this.hireDateLabel.Location = new System.Drawing.Point(249, 88);
       this.hireDateLabel.Name = "hireDateLabel";
       this.hireDateLabel.Size = new System.Drawing.Size(75, 20);
       this.hireDateLabel.TabIndex = 24;
       this.hireDateLabel.Text = "Hire Date";
       //
       // hireDateETextBox
       //
       this.hireDateETextBox.Location = new System.Drawing.Point(207, 111);
       this.hireDateETextBox.Name = "hireDateETextBox";
       this.hireDateETextBox.Size = new System.Drawing.Size(156, 22);
       this.hireDateETextBox.TabIndex = 23;
       //
       // qtyETextBox
       //
       this.qtyETextBox.Location = new System.Drawing.Point(210, 177);
       this.qtyETextBox.Name = "qtyETextBox";
       this.qtyETextBox.Size = new System.Drawing.Size(100, 22);
       this.qtyETextBox.TabIndex = 32;
       //
       // rateETextBox
       //
       this.rateETextBox.Location = new System.Drawing.Point(72, 177);
       this.rateETextBox.Name = "rateETextBox";
       this.rateETextBox.Size = new System.Drawing.Size(100, 22);
       this.rateETextBox.TabIndex = 31;
       //
       // qtyLabel
       //
       this.qtyLabel.AutoSize = true;
       this.qtyLabel.Location = new System.Drawing.Point(228, 155);
       this.qtyLabel.Name = "qtyLabel";
       this.qtyLabel.Size = new System.Drawing.Size(61, 17);
       this.qtyLabel.TabIndex = 30;
       this.qtyLabel.Text = "Quantity";
       //
       // rateLabel
       //
       this.rateLabel.Location = new System.Drawing.Point(102, 157);
       this.rateLabel.Name = "rateLabel";
       this.rateLabel.Size = new System.Drawing.Size(46, 17);
       this.rateLabel.TabIndex = 29;
       this.rateLabel.Text = "Rate";
       //
       // cancelButton
       //
       this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
       this.cancelButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.cancelButton.Location = new System.Drawing.Point(201, 221);
       this.cancelButton.Name = "cancelButton";
       this.cancelButton.Size = new System.Drawing.Size(65, 29);
       this.cancelButton.TabIndex = 34;
       this.cancelButton.Text = "Cancel";
       //
       // okButton
       //
       this.okButton.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.okButton.Location = new System.Drawing.Point(129, 221);
       this.okButton.Name = "okButton";
       this.okButton.Size = new System.Drawing.Size(66, 29);
       this.okButton.TabIndex = 33;
       this.okButton.Text = "OK";
       this.okButton.Click += new System.EventHandler(this.okButton_Click);
       //
       // AddUpdatePieceDialog
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(394, 277);
       this.Controls.Add(this.cancelButton);
       this.Controls.Add(this.okButton);
       this.Controls.Add(this.qtyETextBox);
       this.Controls.Add(this.rateETextBox);
       this.Controls.Add(this.qtyLabel);
       this.Controls.Add(this.rateLabel);
       this.Controls.Add(this.hireDateLabel);
       this.Controls.Add(this.hireDateETextBox);
       this.Controls.Add(this.idDisplay);
       this.Controls.Add(this.nameETextBox);
       this.Controls.Add(this.nameLabel);
       this.Controls.Add(this.idLabel);
       this.Name = "AddUpdatePieceDialog";
       this.Text = "AddUpdatePieceDialog";
       this.Load += new System.EventHandler(this.AddUpdatePieceDialog_Load);
       this.ResumeLayout(false);
       this.PerformLayout();
 }