| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- namespace СУБД_Техносервис
- {
- partial class FormEditMaster
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditMaster));
- System.Windows.Forms.Label commentLabel;
- this.panel1 = new System.Windows.Forms.Panel();
- this.LblTitleRequest = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BtnAdd = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.techServiceBAUDataSet1 = new СУБД_Техносервис.TechServiceBAUDataSet();
- this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
- this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
- this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager();
- this.commentTextBox = new System.Windows.Forms.TextBox();
- this.CmbStatus = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.BsStatus = new System.Windows.Forms.BindingSource(this.components);
- this.statusTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.StatusTableAdapter();
- this.DtpCompl = new System.Windows.Forms.DateTimePicker();
- commentLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.LblTitleRequest);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(484, 100);
- this.panel1.TabIndex = 3;
- //
- // LblTitleRequest
- //
- this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.LblTitleRequest.AutoSize = true;
- this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblTitleRequest.Location = new System.Drawing.Point(161, 31);
- this.LblTitleRequest.Name = "LblTitleRequest";
- this.LblTitleRequest.Size = new System.Drawing.Size(309, 37);
- this.LblTitleRequest.TabIndex = 1;
- this.LblTitleRequest.Text = "Редактирование заявки";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(144, 100);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // BtnAdd
- //
- this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAdd.ForeColor = System.Drawing.Color.White;
- this.BtnAdd.Location = new System.Drawing.Point(25, 428);
- this.BtnAdd.Name = "BtnAdd";
- this.BtnAdd.Size = new System.Drawing.Size(157, 26);
- this.BtnAdd.TabIndex = 8;
- this.BtnAdd.Text = "Сохранить";
- this.BtnAdd.UseVisualStyleBackColor = false;
- this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button1.ForeColor = System.Drawing.Color.White;
- this.button1.Location = new System.Drawing.Point(305, 428);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(157, 26);
- this.button1.TabIndex = 9;
- this.button1.Text = "Отмена";
- this.button1.UseVisualStyleBackColor = false;
- //
- // techServiceBAUDataSet1
- //
- this.techServiceBAUDataSet1.DataSetName = "TechServiceBAUDataSet";
- this.techServiceBAUDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsRequest
- //
- this.BsRequest.DataMember = "Request";
- this.BsRequest.DataSource = this.techServiceBAUDataSet1;
- //
- // requestTableAdapter
- //
- this.requestTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientFIOTableAdapter = null;
- this.tableAdapterManager.ClientTableAdapter = null;
- this.tableAdapterManager.EmployeeTableAdapter = null;
- this.tableAdapterManager.ExecutionRequestTableAdapter = null;
- this.tableAdapterManager.RequestTableAdapter = this.requestTableAdapter;
- this.tableAdapterManager.RoleTableAdapter = null;
- this.tableAdapterManager.StatusTableAdapter = this.statusTableAdapter;
- this.tableAdapterManager.TypeDefectTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // commentLabel
- //
- commentLabel.AutoSize = true;
- commentLabel.Location = new System.Drawing.Point(19, 168);
- commentLabel.Name = "commentLabel";
- commentLabel.Size = new System.Drawing.Size(139, 16);
- commentLabel.TabIndex = 9;
- commentLabel.Text = "Отчет о выполнении заявки:";
- //
- // commentTextBox
- //
- this.commentTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "Comment", true));
- this.commentTextBox.Location = new System.Drawing.Point(22, 187);
- this.commentTextBox.Multiline = true;
- this.commentTextBox.Name = "commentTextBox";
- this.commentTextBox.Size = new System.Drawing.Size(440, 194);
- this.commentTextBox.TabIndex = 10;
- //
- // CmbStatus
- //
- this.CmbStatus.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdStatus", true));
- this.CmbStatus.DataSource = this.BsStatus;
- this.CmbStatus.DisplayMember = "Title";
- this.CmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbStatus.FormattingEnabled = true;
- this.CmbStatus.Location = new System.Drawing.Point(22, 123);
- this.CmbStatus.Name = "CmbStatus";
- this.CmbStatus.Size = new System.Drawing.Size(284, 24);
- this.CmbStatus.TabIndex = 11;
- this.CmbStatus.ValueMember = "IdStatus";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(22, 104);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(76, 16);
- this.label1.TabIndex = 12;
- this.label1.Text = "Статус заявки";
- //
- // BsStatus
- //
- this.BsStatus.DataMember = "Status";
- this.BsStatus.DataSource = this.techServiceBAUDataSet1;
- //
- // statusTableAdapter
- //
- this.statusTableAdapter.ClearBeforeFill = true;
- //
- // DtpCompl
- //
- this.DtpCompl.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.BsRequest, "DateCompletion", true));
- this.DtpCompl.Location = new System.Drawing.Point(160, 387);
- this.DtpCompl.Name = "DtpCompl";
- this.DtpCompl.Size = new System.Drawing.Size(129, 21);
- this.DtpCompl.TabIndex = 13;
- //
- // FormEditMaster
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(484, 466);
- this.Controls.Add(this.DtpCompl);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.CmbStatus);
- this.Controls.Add(commentLabel);
- this.Controls.Add(this.commentTextBox);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.BtnAdd);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 9F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormEditMaster";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "ООО \"Техносервис\"";
- this.Load += new System.EventHandler(this.FormEditMaster_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- public System.Windows.Forms.Label LblTitleRequest;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button BtnAdd;
- private System.Windows.Forms.Button button1;
- private TechServiceBAUDataSet techServiceBAUDataSet1;
- private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
- private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private TechServiceBAUDataSetTableAdapters.StatusTableAdapter statusTableAdapter;
- private System.Windows.Forms.TextBox commentTextBox;
- private System.Windows.Forms.ComboBox CmbStatus;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.BindingSource BsStatus;
- public System.Windows.Forms.BindingSource BsRequest;
- private System.Windows.Forms.DateTimePicker DtpCompl;
- }
- }
|