Example #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.TabPage4Lbl = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // TabPage4Lbl
     //
     this.TabPage4Lbl.AutoSize = true;
     this.TabPage4Lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.TabPage4Lbl.Location = new System.Drawing.Point(3, 0);
     this.TabPage4Lbl.Name = "TabPage4Lbl";
     this.TabPage4Lbl.Size = new System.Drawing.Size(165, 31);
     this.TabPage4Lbl.TabIndex = 1;
     this.TabPage4Lbl.Text = "Admin page.";
     //
     // AdminPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.TabPage4Lbl);
     this.Name = "AdminPage";
     this.Size = new System.Drawing.Size(313, 271);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashFrm));
     this.LblVersion = new System.Windows.Forms.Label();
     this.LblProduct = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // LblVersion
     //
     this.LblVersion.AutoSize = true;
     this.LblVersion.ForeColor = System.Drawing.Color.Black;
     this.LblVersion.Location = new System.Drawing.Point(10, 252);
     this.LblVersion.Name = "LblVersion";
     this.LblVersion.Size = new System.Drawing.Size(42, 13);
     this.LblVersion.TabIndex = 0;
     this.LblVersion.Text = "Version";
     //
     // LblProduct
     //
     this.LblProduct.AutoSize = true;
     this.LblProduct.ForeColor = System.Drawing.Color.White;
     this.LblProduct.Location = new System.Drawing.Point(10, 41);
     this.LblProduct.Name = "LblProduct";
     this.LblProduct.Size = new System.Drawing.Size(44, 13);
     this.LblProduct.TabIndex = 1;
     this.LblProduct.Text = "Product";
     //
     // SplashFrm
     //
     this.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.Appearance.BackColor2 = System.Drawing.Color.Transparent;
     this.Appearance.BorderColor = System.Drawing.Color.Transparent;
     this.Appearance.ForeColor = System.Drawing.Color.Black;
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseBorderColor = true;
     this.Appearance.Options.UseForeColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Stretch;
     this.BackgroundImageStore = global::RealEstate.Properties.Resources.SplashScreen;
     this.ClientSize = new System.Drawing.Size(500, 250);
     this.ControlBox = false;
     this.Controls.Add(this.LblProduct);
     this.Controls.Add(this.LblVersion);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SplashFrm";
     this.Opacity = 0D;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "[Egy]FalseX2011";
     this.TransparencyKey = System.Drawing.Color.Black;
     this.Load += new System.EventHandler(this.SplashFrm_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SplashFrm_KeyPress);
     this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SplashFrm_MouseClick);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary>
 /// Initializes the component.
 /// </summary>
 private void InitializeComponent()
 {
     this.ValueStringLabel = new System.Windows.Forms.Label();
     this.ValueStringTextBox = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // ValueStringLabel
     //
     this.ValueStringLabel.AutoSize = true;
     this.ValueStringLabel.Location = new System.Drawing.Point(133, 10);
     this.ValueStringLabel.Name = "ValueStringLabel";
     this.ValueStringLabel.Size = new System.Drawing.Size(33, 13);
     this.ValueStringLabel.TabIndex = 2;
     this.ValueStringLabel.Text = "Label";
     //
     // ValueStringTextBox
     //
     this.ValueStringTextBox.Location = new System.Drawing.Point(4, 4);
     this.ValueStringTextBox.MaxLength = 255;
     this.ValueStringTextBox.Name = "ValueStringTextBox";
     this.ValueStringTextBox.Size = new System.Drawing.Size(123, 20);
     this.ValueStringTextBox.TabIndex = 3;
     //
     // ValuePanelString
     //
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.ValueStringTextBox);
     this.Controls.Add(this.ValueStringLabel);
     this.Name = "ValuePanelString";
     this.Size = new System.Drawing.Size(169, 27);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK = new System.Windows.Forms.Button();
     this.butCancel = new System.Windows.Forms.Button();
     this.textPassword = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butOK
     //
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(202,68);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(283,68);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textPassword
     //
     this.textPassword.Location = new System.Drawing.Point(126,26);
     this.textPassword.Name = "textPassword";
     this.textPassword.Size = new System.Drawing.Size(190,20);
     this.textPassword.TabIndex = 0;
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(12,29);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(111,17);
     this.label4.TabIndex = 207;
     this.label4.Text = "New Password";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormCentralPasswordChange
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(370,104);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormCentralPasswordChange";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Change Password";
     this.Load += new System.EventHandler(this.FormCentralPasswordChange_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 26F, System.Drawing.FontStyle.Bold);
     this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(433, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(231, 35);
     this.label1.TabIndex = 4;
     this.label1.Text = "考卷成绩查询";
     //
     // TitleScore
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.ClientSize = new System.Drawing.Size(1024, 60);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "TitleScore";
     this.Text = "TitleScore";
     this.Load += new System.EventHandler(this.TitleScore_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerEncryptionBox));
     this.comboBox = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // comboBox
     //
     resources.ApplyResources(this.comboBox, "comboBox");
     this.comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox.FormattingEnabled = true;
     this.comboBox.Name = "comboBox";
     this.comboBox.Sorted = true;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // ServerEncryptionBox
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.comboBox);
     this.Controls.Add(this.label5);
     this.MaximumSize = new System.Drawing.Size(352, 37);
     this.MinimumSize = new System.Drawing.Size(50, 37);
     this.Name = "ServerEncryptionBox";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblMessage = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblMessage
     //
     this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblMessage.ForeColor = System.Drawing.Color.White;
     this.lblMessage.Location = new System.Drawing.Point(0, 0);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(200, 50);
     this.lblMessage.TabIndex = 0;
     this.lblMessage.Text = "Please Wait...";
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // PleaseWait
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.RoyalBlue;
     this.ClientSize = new System.Drawing.Size(200, 50);
     this.Controls.Add(this.lblMessage);
     this.Font = new System.Drawing.Font("Tahoma", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "PleaseWait";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "PleaseWait";
     this.TopMost = true;
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatingLib));
     this.label1 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(19, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 15);
     this.label1.TabIndex = 0;
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(12, 85);
     this.progressBar1.Minimum = 1;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(492, 17);
     this.progressBar1.TabIndex = 1;
     this.progressBar1.Value = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(0, 13);
     this.label2.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 52);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(528, 114);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "Mr.Doors";
     this.TopMost = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     this.lblMain = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblMain
     //
     this.lblMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblMain.Location = new System.Drawing.Point(0, 0);
     this.lblMain.Margin = new System.Windows.Forms.Padding(0);
     this.lblMain.Name = "lblMain";
     this.lblMain.Size = new System.Drawing.Size(0, 31);
     this.lblMain.TabIndex = 0;
     //
     // BottomControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::RegistryCleaner.Properties.Resources.bottomBar;
     this.Controls.Add(this.lblMain);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.MaximumSize = new System.Drawing.Size(0, 31);
     this.MinimumSize = new System.Drawing.Size(0, 31);
     this.Name = "BottomControl";
     this.Size = new System.Drawing.Size(0, 31);
     this.ResumeLayout(false);
 }
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PleaseWaitDialog));
      this.lblMessage = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // lblMessage
      // 
      this.lblMessage.AccessibleDescription = resources.GetString("lblMessage.AccessibleDescription");
      this.lblMessage.AccessibleName = resources.GetString("lblMessage.AccessibleName");
      resources.ApplyResources(this.lblMessage, "lblMessage");
      this.lblMessage.BackColor = System.Drawing.Color.Transparent;
      this.lblMessage.Name = "lblMessage";
      this.lblMessage.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("lblMessage.RightToLeft")));
      this.lblMessage.UseMnemonic = false;
      // 
      // PleaseWaitDialog
      // 
      this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
      this.AccessibleName = resources.GetString("$this.AccessibleName");
      resources.ApplyResources(this, "$this");
      this.BackgroundImage = ((System.Drawing.Image) (resources.GetObject("$this.BackgroundImage")));
      this.ControlBox = false;
      this.Controls.Add(this.lblMessage);
      this.Font = ((System.Drawing.Font) (resources.GetObject("$this.Font")));
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
      this.ImeMode = ((System.Windows.Forms.ImeMode) (resources.GetObject("$this.ImeMode")));
      this.Name = "PleaseWaitDialog";
      this.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("$this.RightToLeft")));
      this.ShowInTaskbar = false;
      this.ResumeLayout(false);

    }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._tbImageToDecompose = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this._btnDecompose = new System.Windows.Forms.Button();
     this._tbSaveImage = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // _tbImageToDecompose
     //
     this._tbImageToDecompose.Location = new System.Drawing.Point(15, 25);
     this._tbImageToDecompose.Name = "_tbImageToDecompose";
     this._tbImageToDecompose.Size = new System.Drawing.Size(292, 20);
     this._tbImageToDecompose.TabIndex = 0;
     this._tbImageToDecompose.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbImageToDecomposeMouseDoubleClick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(204, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Select image to decompose (double click)";
     //
     // _btnDecompose
     //
     this._btnDecompose.Location = new System.Drawing.Point(232, 77);
     this._btnDecompose.Name = "_btnDecompose";
     this._btnDecompose.Size = new System.Drawing.Size(75, 23);
     this._btnDecompose.TabIndex = 2;
     this._btnDecompose.Text = "Decompose";
     this._btnDecompose.UseVisualStyleBackColor = true;
     this._btnDecompose.Click += new System.EventHandler(this.BtnDecomposeClick);
     //
     // _tbSaveImage
     //
     this._tbSaveImage.Location = new System.Drawing.Point(15, 51);
     this._tbSaveImage.Name = "_tbSaveImage";
     this._tbSaveImage.Size = new System.Drawing.Size(292, 20);
     this._tbSaveImage.TabIndex = 3;
     this._tbSaveImage.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TbSaveImageMouseDoubleClick);
     //
     // WinHaarWavelet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(319, 112);
     this.Controls.Add(this._tbSaveImage);
     this.Controls.Add(this._btnDecompose);
     this.Controls.Add(this.label1);
     this.Controls.Add(this._tbImageToDecompose);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(335, 150);
     this.MinimumSize = new System.Drawing.Size(335, 150);
     this.Name = "WinHaarWavelet";
     this.Text = "WinHaarWavelet";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(45, 50);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RenameDialog));
     this.label2 = new System.Windows.Forms.Label();
     this.txtname = new System.Windows.Forms.TextBox();
     this.okbtn = new System.Windows.Forms.Button();
     this.cancelbtn = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Name = "label2";
     //
     // txtname
     //
     this.txtname.BackColor = System.Drawing.SystemColors.Window;
     this.txtname.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this.txtname, "txtname");
     this.txtname.Name = "txtname";
     this.txtname.TextChanged += new System.EventHandler(this.txtartist_TextChanged);
     //
     // okbtn
     //
     resources.ApplyResources(this.okbtn, "okbtn");
     this.okbtn.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okbtn.Name = "okbtn";
     this.okbtn.UseVisualStyleBackColor = true;
     this.okbtn.Click += new System.EventHandler(this.okbtn_Click);
     //
     // cancelbtn
     //
     resources.ApplyResources(this.cancelbtn, "cancelbtn");
     this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelbtn.Name = "cancelbtn";
     this.cancelbtn.UseVisualStyleBackColor = true;
     //
     // RenameDialog
     //
     this.AcceptButton = this.okbtn;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.CancelButton = this.cancelbtn;
     this.Controls.Add(this.okbtn);
     this.Controls.Add(this.cancelbtn);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtname);
     this.ForeColor = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "RenameDialog";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.textBoxParentID = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "File ID:";
     //
     // textBoxParentID
     //
     this.textBoxParentID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxParentID.Location = new System.Drawing.Point(50, 3);
     this.textBoxParentID.Name = "textBoxParentID";
     this.textBoxParentID.Size = new System.Drawing.Size(255, 20);
     this.textBoxParentID.TabIndex = 1;
     //
     // GetFilesControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textBoxParentID);
     this.Controls.Add(this.label1);
     this.Name = "GetFilesControl";
     this.Size = new System.Drawing.Size(318, 34);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.labelDescription = new System.Windows.Forms.Label();
     this.SuspendLayout();
     // 
     // labelDescription
     // 
     this.labelDescription.Anchor = System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top;
     this.labelDescription.Font = new System.Drawing.Font("Arial", 14.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0xcc);
     this.labelDescription.Location = new System.Drawing.Point(8, 8);
     this.labelDescription.BackColor = System.Drawing.SystemColors.Window;
     this.labelDescription.Size = new System.Drawing.Size(428, 48);
     this.labelDescription.Name = "labelDescription";
     this.labelDescription.TabIndex = 0;
     this.labelDescription.Text = "Enter Step Description Here";
     base.Controls.Add(this.labelDescription);
     // 
     // WizardExteriorStep
     // 
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Name = "WizardExteriorStep";
     this.Size = new System.Drawing.Size(444, 417);
     this.ResumeLayout(false);
 }
Example #16
0
 /// <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();
     this.label1 = new System.Windows.Forms.Label();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.label2 = new System.Windows.Forms.Label();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(28, 46);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(230, 23);
     this.progressBar1.Step = 1;
     this.progressBar1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(34, 76);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "label2";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 500;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmProgress
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 98);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmProgress";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Progress";
     this.Load += new System.EventHandler(this.frmProgress_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplash));
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location = new System.Drawing.Point(335, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Version";
     //
     // frmSplash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
     this.BackgroundImageStore = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
     this.ClientSize = new System.Drawing.Size(499, 266);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSplash";
     this.Opacity = 0.8;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmSplash";
     this.TopMost = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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 label1;
     this.newTekConsumerBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.comboBox5 = new System.Windows.Forms.ComboBox();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
     label1.Location = new System.Drawing.Point(12, 10);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(87, 13);
     label1.TabIndex = 17;
     label1.Text = "Channel Layout";
     //
     // newTekConsumerBindingSource
     //
     this.newTekConsumerBindingSource.AllowNew = false;
     this.newTekConsumerBindingSource.DataSource = typeof(CasparCGFrontend.DecklinkConsumer);
     //
     // comboBox5
     //
     this.comboBox5.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.newTekConsumerBindingSource, "ChannelLayout", true));
     this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox5.FormattingEnabled = true;
     this.comboBox5.Items.AddRange(new object[] {
     "mono",
     "stereo",
     "dts",
     "dolbye",
     "dolbydigital",
     "smpte",
     "passthru"});
     this.comboBox5.Location = new System.Drawing.Point(105, 7);
     this.comboBox5.Name = "comboBox5";
     this.comboBox5.Size = new System.Drawing.Size(121, 21);
     this.comboBox5.TabIndex = 18;
     this.toolTip.SetToolTip(this.comboBox5, "This is the audio channels configuration. Passthru will pass 16 channels of audio" +
     " withour modifying it. More information: http://casparcg.com/wiki/Content_/_Medi" +
     "a#Audio Default is Stereo.");
     //
     // NewTekIVGAConsumerControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Controls.Add(this.comboBox5);
     this.Controls.Add(label1);
     this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "NewTekIVGAConsumerControl";
     ((System.ComponentModel.ISupportInitialize)(this.newTekConsumerBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblInstruction = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblInstruction
     //
     this.lblInstruction.AutoSize = true;
     this.lblInstruction.Location = new System.Drawing.Point(-1, 0);
     this.lblInstruction.Name = "lblInstruction";
     this.lblInstruction.Size = new System.Drawing.Size(304, 13);
     this.lblInstruction.TabIndex = 1;
     this.lblInstruction.Text = "Left click to set starting piont and right click to set ending point:";
     //
     // frmMap
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(794, 773);
     this.Controls.Add(this.lblInstruction);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Name = "frmMap";
     this.Text = "frmMap";
     this.Load += new System.EventHandler(this.frmMap_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(210, 15);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(42, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "选择";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(90, 15);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(109, 21);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "目标文件夹:";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(93, 48);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 3;
     this.button2.Text = "递归删除";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(260, 81);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.button1);
     this.MaximizeBox = false;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "使用递归法删除文件夹中的所有文件";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
0
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.colorComboBox1 = new ColorComboTestApp.ColorComboBox();
            this.colorComboBox2 = new ColorComboTestApp.ColorComboBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Vordergrundfarbe";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 59);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(86, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Hintergrundfarbe";
            // 
            // colorComboBox1
            // 
            this.colorComboBox1.Extended = false;
            this.colorComboBox1.Location = new System.Drawing.Point(107, 12);
            this.colorComboBox1.Name = "colorComboBox1";
            this.colorComboBox1.SelectedColor = System.Drawing.Color.White;
            this.colorComboBox1.Size = new System.Drawing.Size(155, 23);
            this.colorComboBox1.TabIndex = 2;
            // 
            // colorComboBox2
            // 
            this.colorComboBox2.Extended = false;
            this.colorComboBox2.Location = new System.Drawing.Point(107, 59);
            this.colorComboBox2.Name = "colorComboBox2";
            this.colorComboBox2.SelectedColor = System.Drawing.Color.Black;
            this.colorComboBox2.Size = new System.Drawing.Size(155, 23);
            this.colorComboBox2.TabIndex = 3;
            // 
            // ColorSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.CategoryPath = "Allgemein\\Farben";
            this.Controls.Add(this.colorComboBox2);
            this.Controls.Add(this.colorComboBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.DisplayName = "Farben";
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "ColorSettings";
            this.Size = new System.Drawing.Size(426, 331);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #22
0
 public void Start()
 {
     _threadSynchronizer = new System.Windows.Forms.Label();
     IntPtr handle = _threadSynchronizer.Handle;
     _done = false;
     _thread.Start();
 }
    private void InitializeComponent() {
      this.lblMessage = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // lblMessage
      // 
      this.lblMessage.BackColor = System.Drawing.Color.Transparent;
      this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill;
      this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
      this.lblMessage.ImeMode = System.Windows.Forms.ImeMode.NoControl;
      this.lblMessage.Location = new System.Drawing.Point(0, 0);
      this.lblMessage.Name = "lblMessage";
      this.lblMessage.Size = new System.Drawing.Size(294, 76);
      this.lblMessage.TabIndex = 0;
      this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
      this.lblMessage.UseMnemonic = false;
      // 
      // PleaseWaitDialog
      // 
      this.ClientSize = new System.Drawing.Size(294, 76);
      this.ControlBox = false;
      this.Controls.Add(this.lblMessage);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.ImeMode = System.Windows.Forms.ImeMode.NoControl;
      this.Name = "PleaseWaitDialog";
      this.ShowInTaskbar = false;
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
      this.Text = "Please Wait...";
      this.ResumeLayout(false);

    }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 void InitializeComponent()
 {
     this.lblBotomBar = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblBotomBar
     //
     this.lblBotomBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblBotomBar.Location = new System.Drawing.Point(0, 0);
     this.lblBotomBar.Margin = new System.Windows.Forms.Padding(0);
     this.lblBotomBar.Name = "lblBotomBar";
     this.lblBotomBar.Size = new System.Drawing.Size(0, 31);
     this.lblBotomBar.TabIndex = 0;
     //
     // BottomControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblBotomBar);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.MaximumSize = new System.Drawing.Size(0, 31);
     this.MinimumSize = new System.Drawing.Size(0, 31);
     this.Name = "BottomControl";
     this.Size = new System.Drawing.Size(0, 31);
     this.ResumeLayout(false);
 }
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileScanDialog));
      this.prbScanProgress = new System.Windows.Forms.ProgressBar();
      this.lblScanProgress = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // prbScanProgress
      // 
      resources.ApplyResources(this.prbScanProgress, "prbScanProgress");
      this.prbScanProgress.Maximum = 1000;
      this.prbScanProgress.Name = "prbScanProgress";
      // 
      // lblScanProgress
      // 
      resources.ApplyResources(this.lblScanProgress, "lblScanProgress");
      this.lblScanProgress.FlatStyle = System.Windows.Forms.FlatStyle.System;
      this.lblScanProgress.Name = "lblScanProgress";
      // 
      // FileScanDialog
      // 
      resources.ApplyResources(this, "$this");
      this.Controls.Add(this.prbScanProgress);
      this.Controls.Add(this.lblScanProgress);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Name = "FileScanDialog";
      this.ShowInTaskbar = false;
      this.ResumeLayout(false);

    }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PasswordBox));
     this.textBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textBox
     //
     resources.ApplyResources(this.textBox, "textBox");
     this.textBox.Name = "textBox";
     this.textBox.UseSystemPasswordChar = true;
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // PasswordBox
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label2);
     this.MaximumSize = new System.Drawing.Size(352, 36);
     this.MinimumSize = new System.Drawing.Size(50, 36);
     this.Name = "PasswordBox";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #27
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.label1.Location = new System.Drawing.Point(72, 128);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(128, 16);
     this.label1.TabIndex = 8;
     this.label1.Text = "Drag me on the drawing";
     this.label1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label1_MouseMove);
     //
     // TestControl
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.label1});
     this.Name = "TestControl";
     this.Size = new System.Drawing.Size(280, 296);
     this.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.TestControl_GiveFeedback);
     this.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.TestControl_QueryContinueDrag);
     this.ResumeLayout(false);
 }
Example #28
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblText = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // lblText
     //
     this.lblText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblText.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblText.Location = new System.Drawing.Point(0, 0);
     this.lblText.Name = "lblText";
     this.lblText.Size = new System.Drawing.Size(30, 30);
     this.lblText.TabIndex = 0;
     this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblText.Click += new System.EventHandler(this.lblText_Click);
     this.lblText.MouseEnter += new System.EventHandler(this.lblText_MouseEnter);
     this.lblText.MouseLeave += new System.EventHandler(this.lblText_MouseLeave);
     //
     // CardButton
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblText);
     this.Name = "CardButton";
     this.Size = new System.Drawing.Size(30, 30);
     this.ResumeLayout(false);
 }
Example #29
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			this.lbTotal = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// lbTotal
			// 
			this.lbTotal.Location = new System.Drawing.Point(0, 251);
			this.lbTotal.Name = "lbTotal";
			this.lbTotal.Size = new System.Drawing.Size(156, 23);
			this.lbTotal.TabIndex = 0;
			this.lbTotal.Text = "Carregando Registros...";
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(292, 273);
			this.Controls.Add(this.lbTotal);
			this.Name = "MainForm";
			this.Text = "NSync";
			this.Load += new System.EventHandler(this.MainFormLoad);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.display = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // display
     //
     this.display.AutoSize = true;
     this.display.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.display.Location = new System.Drawing.Point(0, 249);
     this.display.Name = "display";
     this.display.Size = new System.Drawing.Size(47, 13);
     this.display.TabIndex = 0;
     this.display.Text = "No Data";
     //
     // MouseWatcherForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.display);
     this.Name = "MouseWatcherForm";
     this.Text = "MouseWatcherForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(FrmItemDetail));
     System.Windows.Forms.Label brandLabel;
     System.Windows.Forms.Label categoryLabel;
     System.Windows.Forms.Label itemCodeLabel;
     System.Windows.Forms.Label itemNameLabel;
     System.Windows.Forms.Label itemSortLabel;
     System.Windows.Forms.Label jenisLabel;
     System.Windows.Forms.Label priceLabel;
     System.Windows.Forms.Label statLabel;
     System.Windows.Forms.Label subCategoryLabel;
     this.rotiToChooseItemBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.rotiToChooseItemBindingNavigator         = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorMoveFirstItem            = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem         = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator                = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem             = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorCountItem                = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem             = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem             = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2               = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorAddNewItem               = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorDeleteItem               = new System.Windows.Forms.ToolStripButton();
     this.rotiToChooseItemBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
     this.brandTextBox       = new System.Windows.Forms.TextBox();
     this.categoryTextBox    = new System.Windows.Forms.TextBox();
     this.itemCodeTextBox    = new System.Windows.Forms.TextBox();
     this.itemNameTextBox    = new System.Windows.Forms.TextBox();
     this.itemSortTextBox    = new System.Windows.Forms.TextBox();
     this.jenisTextBox       = new System.Windows.Forms.TextBox();
     this.priceTextBox       = new System.Windows.Forms.TextBox();
     this.statCheckBox       = new System.Windows.Forms.CheckBox();
     this.subCategoryTextBox = new System.Windows.Forms.TextBox();
     brandLabel       = new System.Windows.Forms.Label();
     categoryLabel    = new System.Windows.Forms.Label();
     itemCodeLabel    = new System.Windows.Forms.Label();
     itemNameLabel    = new System.Windows.Forms.Label();
     itemSortLabel    = new System.Windows.Forms.Label();
     jenisLabel       = new System.Windows.Forms.Label();
     priceLabel       = new System.Windows.Forms.Label();
     statLabel        = new System.Windows.Forms.Label();
     subCategoryLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.rotiToChooseItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotiToChooseItemBindingNavigator)).BeginInit();
     this.rotiToChooseItemBindingNavigator.SuspendLayout();
     this.SuspendLayout();
     //
     // rotiToChooseItemBindingSource
     //
     this.rotiToChooseItemBindingSource.DataSource = typeof(Invoice_OTC.Model.RotiToChooseItem);
     //
     // rotiToChooseItemBindingNavigator
     //
     this.rotiToChooseItemBindingNavigator.AddNewItem       = this.bindingNavigatorAddNewItem;
     this.rotiToChooseItemBindingNavigator.BindingSource    = this.rotiToChooseItemBindingSource;
     this.rotiToChooseItemBindingNavigator.CountItem        = this.bindingNavigatorCountItem;
     this.rotiToChooseItemBindingNavigator.DeleteItem       = this.bindingNavigatorDeleteItem;
     this.rotiToChooseItemBindingNavigator.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.rotiToChooseItemBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.rotiToChooseItemBindingNavigatorSaveItem
     });
     this.rotiToChooseItemBindingNavigator.LayoutStyle      = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.rotiToChooseItemBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.rotiToChooseItemBindingNavigator.MoveFirstItem    = this.bindingNavigatorMovePreviousItem;
     this.rotiToChooseItemBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.rotiToChooseItemBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.rotiToChooseItemBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.rotiToChooseItemBindingNavigator.Name             = "rotiToChooseItemBindingNavigator";
     this.rotiToChooseItemBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.rotiToChooseItemBindingNavigator.Size             = new System.Drawing.Size(626, 31);
     this.rotiToChooseItemBindingNavigator.TabIndex         = 0;
     this.rotiToChooseItemBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorMoveFirstItem.Text = "Move first";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorMovePreviousItem.Text = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 28);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorMoveNextItem.Text = "Move next";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorMoveLastItem.Text = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(28, 28);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // rotiToChooseItemBindingNavigatorSaveItem
     //
     this.rotiToChooseItemBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.rotiToChooseItemBindingNavigatorSaveItem.Enabled      = false;
     this.rotiToChooseItemBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("rotiToChooseItemBindingNavigatorSaveItem.Image")));
     this.rotiToChooseItemBindingNavigatorSaveItem.Name         = "rotiToChooseItemBindingNavigatorSaveItem";
     this.rotiToChooseItemBindingNavigatorSaveItem.Size         = new System.Drawing.Size(28, 28);
     this.rotiToChooseItemBindingNavigatorSaveItem.Text         = "Save Data";
     //
     // brandLabel
     //
     brandLabel.AutoSize = true;
     brandLabel.Location = new System.Drawing.Point(21, 44);
     brandLabel.Name     = "brandLabel";
     brandLabel.Size     = new System.Drawing.Size(38, 13);
     brandLabel.TabIndex = 1;
     brandLabel.Text     = "Brand:";
     //
     // brandTextBox
     //
     this.brandTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "Brand", true));
     this.brandTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.brandTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.brandTextBox.Location = new System.Drawing.Point(101, 41);
     this.brandTextBox.Name     = "brandTextBox";
     this.brandTextBox.Size     = new System.Drawing.Size(199, 24);
     this.brandTextBox.TabIndex = 2;
     //
     // categoryLabel
     //
     categoryLabel.AutoSize = true;
     categoryLabel.Location = new System.Drawing.Point(21, 70);
     categoryLabel.Name     = "categoryLabel";
     categoryLabel.Size     = new System.Drawing.Size(52, 13);
     categoryLabel.TabIndex = 3;
     categoryLabel.Text     = "Category:";
     //
     // categoryTextBox
     //
     this.categoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "Category", true));
     this.categoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.categoryTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.categoryTextBox.Location = new System.Drawing.Point(101, 67);
     this.categoryTextBox.Name     = "categoryTextBox";
     this.categoryTextBox.Size     = new System.Drawing.Size(199, 24);
     this.categoryTextBox.TabIndex = 4;
     //
     // itemCodeLabel
     //
     itemCodeLabel.AutoSize = true;
     itemCodeLabel.Location = new System.Drawing.Point(21, 96);
     itemCodeLabel.Name     = "itemCodeLabel";
     itemCodeLabel.Size     = new System.Drawing.Size(58, 13);
     itemCodeLabel.TabIndex = 5;
     itemCodeLabel.Text     = "Item Code:";
     //
     // itemCodeTextBox
     //
     this.itemCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "ItemCode", true));
     this.itemCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.itemCodeTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.itemCodeTextBox.Location = new System.Drawing.Point(101, 93);
     this.itemCodeTextBox.Name     = "itemCodeTextBox";
     this.itemCodeTextBox.Size     = new System.Drawing.Size(199, 24);
     this.itemCodeTextBox.TabIndex = 6;
     //
     // itemNameLabel
     //
     itemNameLabel.AutoSize = true;
     itemNameLabel.Location = new System.Drawing.Point(21, 122);
     itemNameLabel.Name     = "itemNameLabel";
     itemNameLabel.Size     = new System.Drawing.Size(61, 13);
     itemNameLabel.TabIndex = 7;
     itemNameLabel.Text     = "Item Name:";
     //
     // itemNameTextBox
     //
     this.itemNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "ItemName", true));
     this.itemNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.itemNameTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.itemNameTextBox.Location = new System.Drawing.Point(101, 119);
     this.itemNameTextBox.Name     = "itemNameTextBox";
     this.itemNameTextBox.Size     = new System.Drawing.Size(199, 24);
     this.itemNameTextBox.TabIndex = 8;
     //
     // itemSortLabel
     //
     itemSortLabel.AutoSize = true;
     itemSortLabel.Location = new System.Drawing.Point(21, 148);
     itemSortLabel.Name     = "itemSortLabel";
     itemSortLabel.Size     = new System.Drawing.Size(52, 13);
     itemSortLabel.TabIndex = 9;
     itemSortLabel.Text     = "Item Sort:";
     //
     // itemSortTextBox
     //
     this.itemSortTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "ItemSort", true));
     this.itemSortTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.itemSortTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.itemSortTextBox.Location = new System.Drawing.Point(101, 145);
     this.itemSortTextBox.Name     = "itemSortTextBox";
     this.itemSortTextBox.Size     = new System.Drawing.Size(199, 24);
     this.itemSortTextBox.TabIndex = 10;
     //
     // jenisLabel
     //
     jenisLabel.AutoSize = true;
     jenisLabel.Location = new System.Drawing.Point(21, 174);
     jenisLabel.Name     = "jenisLabel";
     jenisLabel.Size     = new System.Drawing.Size(34, 13);
     jenisLabel.TabIndex = 11;
     jenisLabel.Text     = "Jenis:";
     //
     // jenisTextBox
     //
     this.jenisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "Jenis", true));
     this.jenisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.jenisTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.jenisTextBox.Location = new System.Drawing.Point(101, 171);
     this.jenisTextBox.Name     = "jenisTextBox";
     this.jenisTextBox.Size     = new System.Drawing.Size(199, 24);
     this.jenisTextBox.TabIndex = 12;
     //
     // priceLabel
     //
     priceLabel.AutoSize = true;
     priceLabel.Location = new System.Drawing.Point(21, 200);
     priceLabel.Name     = "priceLabel";
     priceLabel.Size     = new System.Drawing.Size(34, 13);
     priceLabel.TabIndex = 13;
     priceLabel.Text     = "Price:";
     //
     // priceTextBox
     //
     this.priceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "Price", true));
     this.priceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.priceTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.priceTextBox.Location = new System.Drawing.Point(101, 197);
     this.priceTextBox.Name     = "priceTextBox";
     this.priceTextBox.Size     = new System.Drawing.Size(199, 24);
     this.priceTextBox.TabIndex = 14;
     //
     // statLabel
     //
     statLabel.AutoSize = true;
     statLabel.Location = new System.Drawing.Point(21, 228);
     statLabel.Name     = "statLabel";
     statLabel.Size     = new System.Drawing.Size(29, 13);
     statLabel.TabIndex = 15;
     statLabel.Text     = "Stat:";
     //
     // statCheckBox
     //
     this.statCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.rotiToChooseItemBindingSource, "Stat", true));
     this.statCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.statCheckBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.statCheckBox.Location = new System.Drawing.Point(101, 223);
     this.statCheckBox.Name     = "statCheckBox";
     this.statCheckBox.Size     = new System.Drawing.Size(199, 24);
     this.statCheckBox.TabIndex = 16;
     this.statCheckBox.Text     = "checkBox1";
     this.statCheckBox.UseVisualStyleBackColor = true;
     //
     // subCategoryLabel
     //
     subCategoryLabel.AutoSize = true;
     subCategoryLabel.Location = new System.Drawing.Point(21, 256);
     subCategoryLabel.Name     = "subCategoryLabel";
     subCategoryLabel.Size     = new System.Drawing.Size(74, 13);
     subCategoryLabel.TabIndex = 17;
     subCategoryLabel.Text     = "Sub Category:";
     //
     // subCategoryTextBox
     //
     this.subCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.rotiToChooseItemBindingSource, "SubCategory", true));
     this.subCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Invoice_OTC.Properties.Settings.Default, "textboxFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.subCategoryTextBox.Font     = global::Invoice_OTC.Properties.Settings.Default.textboxFont;
     this.subCategoryTextBox.Location = new System.Drawing.Point(101, 253);
     this.subCategoryTextBox.Name     = "subCategoryTextBox";
     this.subCategoryTextBox.Size     = new System.Drawing.Size(199, 24);
     this.subCategoryTextBox.TabIndex = 18;
     //
     // FrmItemDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(626, 350);
     this.Controls.Add(brandLabel);
     this.Controls.Add(this.brandTextBox);
     this.Controls.Add(categoryLabel);
     this.Controls.Add(this.categoryTextBox);
     this.Controls.Add(itemCodeLabel);
     this.Controls.Add(this.itemCodeTextBox);
     this.Controls.Add(itemNameLabel);
     this.Controls.Add(this.itemNameTextBox);
     this.Controls.Add(itemSortLabel);
     this.Controls.Add(this.itemSortTextBox);
     this.Controls.Add(jenisLabel);
     this.Controls.Add(this.jenisTextBox);
     this.Controls.Add(priceLabel);
     this.Controls.Add(this.priceTextBox);
     this.Controls.Add(statLabel);
     this.Controls.Add(this.statCheckBox);
     this.Controls.Add(subCategoryLabel);
     this.Controls.Add(this.subCategoryTextBox);
     this.Controls.Add(this.rotiToChooseItemBindingNavigator);
     this.Name  = "FrmItemDetail";
     this.Text  = "FrmItemDetail";
     this.Load += new System.EventHandler(this.FrmItemDetail_Load);
     ((System.ComponentModel.ISupportInitialize)(this.rotiToChooseItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotiToChooseItemBindingNavigator)).EndInit();
     this.rotiToChooseItemBindingNavigator.ResumeLayout(false);
     this.rotiToChooseItemBindingNavigator.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #32
0
 /// <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(ActualizarMed));
     System.Windows.Forms.Label cedulaMedicoLabel;
     System.Windows.Forms.Label direccionLabel;
     System.Windows.Forms.Label dUILabel;
     System.Windows.Forms.Label idMedicoLabel;
     System.Windows.Forms.Label nombreLabel;
     System.Windows.Forms.Label telefonoLabel;
     this.dgvMedA              = new System.Windows.Forms.DataGridView();
     this.grbMedA              = new System.Windows.Forms.GroupBox();
     this.btnSeleccionMed      = new System.Windows.Forms.Button();
     this.btnGuardarMed        = new System.Windows.Forms.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.medicosBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.idMedicoDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nombreDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direccionDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dUIDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.telefonoDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cedulaMedicoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cedulaMedicoTextBox = new System.Windows.Forms.TextBox();
     this.direccionTextBox    = new System.Windows.Forms.TextBox();
     this.dUITextBox          = new System.Windows.Forms.TextBox();
     this.idMedicoTextBox     = new System.Windows.Forms.TextBox();
     this.nombreTextBox       = new System.Windows.Forms.TextBox();
     this.telefonoTextBox     = new System.Windows.Forms.TextBox();
     cedulaMedicoLabel        = new System.Windows.Forms.Label();
     direccionLabel           = new System.Windows.Forms.Label();
     dUILabel      = new System.Windows.Forms.Label();
     idMedicoLabel = new System.Windows.Forms.Label();
     nombreLabel   = new System.Windows.Forms.Label();
     telefonoLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMedA)).BeginInit();
     this.grbMedA.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.medicosBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // dgvMedA
     //
     this.dgvMedA.AllowUserToAddRows          = false;
     this.dgvMedA.AllowUserToDeleteRows       = false;
     this.dgvMedA.AutoGenerateColumns         = false;
     this.dgvMedA.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(249)))), ((int)(((byte)(231)))));
     this.dgvMedA.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dgvMedA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvMedA.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.idMedicoDataGridViewTextBoxColumn,
         this.nombreDataGridViewTextBoxColumn,
         this.direccionDataGridViewTextBoxColumn,
         this.dUIDataGridViewTextBoxColumn,
         this.telefonoDataGridViewTextBoxColumn,
         this.cedulaMedicoDataGridViewTextBoxColumn
     });
     this.dgvMedA.DataSource = this.medicosBindingSource;
     this.dgvMedA.Location   = new System.Drawing.Point(35, 45);
     this.dgvMedA.Name       = "dgvMedA";
     this.dgvMedA.ReadOnly   = true;
     this.dgvMedA.Size       = new System.Drawing.Size(450, 243);
     this.dgvMedA.TabIndex   = 1;
     //
     // grbMedA
     //
     this.grbMedA.Controls.Add(cedulaMedicoLabel);
     this.grbMedA.Controls.Add(this.cedulaMedicoTextBox);
     this.grbMedA.Controls.Add(direccionLabel);
     this.grbMedA.Controls.Add(this.direccionTextBox);
     this.grbMedA.Controls.Add(dUILabel);
     this.grbMedA.Controls.Add(this.dUITextBox);
     this.grbMedA.Controls.Add(idMedicoLabel);
     this.grbMedA.Controls.Add(this.idMedicoTextBox);
     this.grbMedA.Controls.Add(nombreLabel);
     this.grbMedA.Controls.Add(this.nombreTextBox);
     this.grbMedA.Controls.Add(telefonoLabel);
     this.grbMedA.Controls.Add(this.telefonoTextBox);
     this.grbMedA.Location = new System.Drawing.Point(504, 61);
     this.grbMedA.Name     = "grbMedA";
     this.grbMedA.Size     = new System.Drawing.Size(281, 214);
     this.grbMedA.TabIndex = 2;
     this.grbMedA.TabStop  = false;
     //
     // btnSeleccionMed
     //
     this.btnSeleccionMed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(208)))), ((int)(((byte)(63)))));
     this.btnSeleccionMed.FlatAppearance.BorderSize = 0;
     this.btnSeleccionMed.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnSeleccionMed.Font       = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSeleccionMed.Image      = ((System.Drawing.Image)(resources.GetObject("btnSeleccionMed.Image")));
     this.btnSeleccionMed.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSeleccionMed.Location   = new System.Drawing.Point(180, 294);
     this.btnSeleccionMed.Name       = "btnSeleccionMed";
     this.btnSeleccionMed.Size       = new System.Drawing.Size(117, 30);
     this.btnSeleccionMed.TabIndex   = 3;
     this.btnSeleccionMed.Text       = "Seleccionar";
     this.btnSeleccionMed.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSeleccionMed.UseVisualStyleBackColor = false;
     this.btnSeleccionMed.Click += new System.EventHandler(this.btnSeleccionMed_Click);
     //
     // btnGuardarMed
     //
     this.btnGuardarMed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(208)))), ((int)(((byte)(63)))));
     this.btnGuardarMed.FlatAppearance.BorderSize = 0;
     this.btnGuardarMed.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnGuardarMed.Font       = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGuardarMed.Image      = ((System.Drawing.Image)(resources.GetObject("btnGuardarMed.Image")));
     this.btnGuardarMed.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardarMed.Location   = new System.Drawing.Point(595, 281);
     this.btnGuardarMed.Name       = "btnGuardarMed";
     this.btnGuardarMed.Size       = new System.Drawing.Size(97, 30);
     this.btnGuardarMed.TabIndex   = 4;
     this.btnGuardarMed.Text       = "Guardar";
     this.btnGuardarMed.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnGuardarMed.UseVisualStyleBackColor = false;
     this.btnGuardarMed.Click += new System.EventHandler(this.btnGuardarMed_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(561, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(176, 22);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Actualizar Médico";
     //
     // medicosBindingSource
     //
     this.medicosBindingSource.DataSource = typeof(ProyectoGetHospi.Entidades.Médico);
     //
     // idMedicoDataGridViewTextBoxColumn
     //
     this.idMedicoDataGridViewTextBoxColumn.DataPropertyName = "IdMedico";
     this.idMedicoDataGridViewTextBoxColumn.HeaderText       = "IdMedico";
     this.idMedicoDataGridViewTextBoxColumn.Name             = "idMedicoDataGridViewTextBoxColumn";
     this.idMedicoDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // nombreDataGridViewTextBoxColumn
     //
     this.nombreDataGridViewTextBoxColumn.DataPropertyName = "Nombre";
     this.nombreDataGridViewTextBoxColumn.HeaderText       = "Nombre";
     this.nombreDataGridViewTextBoxColumn.Name             = "nombreDataGridViewTextBoxColumn";
     this.nombreDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // direccionDataGridViewTextBoxColumn
     //
     this.direccionDataGridViewTextBoxColumn.DataPropertyName = "Direccion";
     this.direccionDataGridViewTextBoxColumn.HeaderText       = "Direccion";
     this.direccionDataGridViewTextBoxColumn.Name             = "direccionDataGridViewTextBoxColumn";
     this.direccionDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // dUIDataGridViewTextBoxColumn
     //
     this.dUIDataGridViewTextBoxColumn.DataPropertyName = "DUI";
     this.dUIDataGridViewTextBoxColumn.HeaderText       = "DUI";
     this.dUIDataGridViewTextBoxColumn.Name             = "dUIDataGridViewTextBoxColumn";
     this.dUIDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // telefonoDataGridViewTextBoxColumn
     //
     this.telefonoDataGridViewTextBoxColumn.DataPropertyName = "Telefono";
     this.telefonoDataGridViewTextBoxColumn.HeaderText       = "Telefono";
     this.telefonoDataGridViewTextBoxColumn.Name             = "telefonoDataGridViewTextBoxColumn";
     this.telefonoDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // cedulaMedicoDataGridViewTextBoxColumn
     //
     this.cedulaMedicoDataGridViewTextBoxColumn.DataPropertyName = "CedulaMedico";
     this.cedulaMedicoDataGridViewTextBoxColumn.HeaderText       = "CedulaMedico";
     this.cedulaMedicoDataGridViewTextBoxColumn.Name             = "cedulaMedicoDataGridViewTextBoxColumn";
     this.cedulaMedicoDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // cedulaMedicoLabel
     //
     cedulaMedicoLabel.AutoSize = true;
     cedulaMedicoLabel.Location = new System.Drawing.Point(58, 32);
     cedulaMedicoLabel.Name     = "cedulaMedicoLabel";
     cedulaMedicoLabel.Size     = new System.Drawing.Size(81, 13);
     cedulaMedicoLabel.TabIndex = 0;
     cedulaMedicoLabel.Text     = "Cedula Medico:";
     //
     // cedulaMedicoTextBox
     //
     this.cedulaMedicoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "CedulaMedico", true));
     this.cedulaMedicoTextBox.Location = new System.Drawing.Point(145, 29);
     this.cedulaMedicoTextBox.Name     = "cedulaMedicoTextBox";
     this.cedulaMedicoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.cedulaMedicoTextBox.TabIndex = 1;
     //
     // direccionLabel
     //
     direccionLabel.AutoSize = true;
     direccionLabel.Location = new System.Drawing.Point(58, 58);
     direccionLabel.Name     = "direccionLabel";
     direccionLabel.Size     = new System.Drawing.Size(55, 13);
     direccionLabel.TabIndex = 2;
     direccionLabel.Text     = "Direccion:";
     //
     // direccionTextBox
     //
     this.direccionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "Direccion", true));
     this.direccionTextBox.Location = new System.Drawing.Point(145, 55);
     this.direccionTextBox.Name     = "direccionTextBox";
     this.direccionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.direccionTextBox.TabIndex = 3;
     //
     // dUILabel
     //
     dUILabel.AutoSize = true;
     dUILabel.Location = new System.Drawing.Point(58, 84);
     dUILabel.Name     = "dUILabel";
     dUILabel.Size     = new System.Drawing.Size(29, 13);
     dUILabel.TabIndex = 4;
     dUILabel.Text     = "DUI:";
     //
     // dUITextBox
     //
     this.dUITextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "DUI", true));
     this.dUITextBox.Location = new System.Drawing.Point(145, 81);
     this.dUITextBox.Name     = "dUITextBox";
     this.dUITextBox.Size     = new System.Drawing.Size(100, 20);
     this.dUITextBox.TabIndex = 5;
     //
     // idMedicoLabel
     //
     idMedicoLabel.AutoSize = true;
     idMedicoLabel.Location = new System.Drawing.Point(58, 110);
     idMedicoLabel.Name     = "idMedicoLabel";
     idMedicoLabel.Size     = new System.Drawing.Size(57, 13);
     idMedicoLabel.TabIndex = 6;
     idMedicoLabel.Text     = "Id Medico:";
     //
     // idMedicoTextBox
     //
     this.idMedicoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "IdMedico", true));
     this.idMedicoTextBox.Location = new System.Drawing.Point(145, 107);
     this.idMedicoTextBox.Name     = "idMedicoTextBox";
     this.idMedicoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.idMedicoTextBox.TabIndex = 7;
     //
     // nombreLabel
     //
     nombreLabel.AutoSize = true;
     nombreLabel.Location = new System.Drawing.Point(58, 136);
     nombreLabel.Name     = "nombreLabel";
     nombreLabel.Size     = new System.Drawing.Size(47, 13);
     nombreLabel.TabIndex = 8;
     nombreLabel.Text     = "Nombre:";
     //
     // nombreTextBox
     //
     this.nombreTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "Nombre", true));
     this.nombreTextBox.Location = new System.Drawing.Point(145, 133);
     this.nombreTextBox.Name     = "nombreTextBox";
     this.nombreTextBox.Size     = new System.Drawing.Size(100, 20);
     this.nombreTextBox.TabIndex = 9;
     //
     // telefonoLabel
     //
     telefonoLabel.AutoSize = true;
     telefonoLabel.Location = new System.Drawing.Point(58, 162);
     telefonoLabel.Name     = "telefonoLabel";
     telefonoLabel.Size     = new System.Drawing.Size(52, 13);
     telefonoLabel.TabIndex = 10;
     telefonoLabel.Text     = "Telefono:";
     //
     // telefonoTextBox
     //
     this.telefonoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.medicosBindingSource, "Telefono", true));
     this.telefonoTextBox.Location = new System.Drawing.Point(145, 159);
     this.telefonoTextBox.Name     = "telefonoTextBox";
     this.telefonoTextBox.Size     = new System.Drawing.Size(100, 20);
     this.telefonoTextBox.TabIndex = 11;
     //
     // ActualizarMed
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(231)))), ((int)(((byte)(159)))));
     this.ClientSize          = new System.Drawing.Size(797, 348);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnGuardarMed);
     this.Controls.Add(this.btnSeleccionMed);
     this.Controls.Add(this.grbMedA);
     this.Controls.Add(this.dgvMedA);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ActualizarMed";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Actualizar";
     this.Load           += new System.EventHandler(this.ActualizarMed_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMedA)).EndInit();
     this.grbMedA.ResumeLayout(false);
     this.grbMedA.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.medicosBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(statusUnclaimed_form));
     this.dataGridCurrent       = new System.Windows.Forms.DataGridView();
     this.dataGridGreaterThan6m = new System.Windows.Forms.DataGridView();
     this.btnSalveaza           = new System.Windows.Forms.Button();
     this.labelDataPredarii     = new System.Windows.Forms.Label();
     this.dateTimeDataPredarii  = new System.Windows.Forms.DateTimePicker();
     this.txtObservatii         = new System.Windows.Forms.TextBox();
     this.btnCaseaza            = new System.Windows.Forms.Button();
     this.label2             = new System.Windows.Forms.Label();
     this.dateTimeDataCasare = new System.Windows.Forms.DateTimePicker();
     label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridCurrent)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGreaterThan6m)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(346, 665);
     label1.Margin   = new System.Windows.Forms.Padding(5, 0, 5, 0);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(76, 17);
     label1.TabIndex = 79;
     label1.Text     = "Observatii:";
     //
     // dataGridCurrent
     //
     this.dataGridCurrent.AllowUserToAddRows          = false;
     this.dataGridCurrent.AllowUserToDeleteRows       = false;
     this.dataGridCurrent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridCurrent.Dock               = System.Windows.Forms.DockStyle.Top;
     this.dataGridCurrent.Location           = new System.Drawing.Point(0, 0);
     this.dataGridCurrent.Name               = "dataGridCurrent";
     this.dataGridCurrent.ReadOnly           = true;
     this.dataGridCurrent.RowHeadersWidth    = 51;
     this.dataGridCurrent.RowTemplate.Height = 24;
     this.dataGridCurrent.Size               = new System.Drawing.Size(1080, 361);
     this.dataGridCurrent.TabIndex           = 0;
     this.dataGridCurrent.Click             += new System.EventHandler(this.dataGridCurrent_Click);
     //
     // dataGridGreaterThan6m
     //
     this.dataGridGreaterThan6m.AllowUserToAddRows          = false;
     this.dataGridGreaterThan6m.AllowUserToDeleteRows       = false;
     this.dataGridGreaterThan6m.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridGreaterThan6m.Location           = new System.Drawing.Point(0, 487);
     this.dataGridGreaterThan6m.Name               = "dataGridGreaterThan6m";
     this.dataGridGreaterThan6m.ReadOnly           = true;
     this.dataGridGreaterThan6m.RowHeadersWidth    = 51;
     this.dataGridGreaterThan6m.RowTemplate.Height = 24;
     this.dataGridGreaterThan6m.Size               = new System.Drawing.Size(1080, 136);
     this.dataGridGreaterThan6m.TabIndex           = 1;
     this.dataGridGreaterThan6m.Click             += new System.EventHandler(this.dataGridGreaterThan6m_Click);
     //
     // btnSalveaza
     //
     this.btnSalveaza.Enabled    = false;
     this.btnSalveaza.Image      = ((System.Drawing.Image)(resources.GetObject("btnSalveaza.Image")));
     this.btnSalveaza.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalveaza.Location   = new System.Drawing.Point(519, 395);
     this.btnSalveaza.Name       = "btnSalveaza";
     this.btnSalveaza.Size       = new System.Drawing.Size(94, 30);
     this.btnSalveaza.TabIndex   = 10;
     this.btnSalveaza.Text       = "Salveaza";
     this.btnSalveaza.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSalveaza.UseVisualStyleBackColor = true;
     this.btnSalveaza.Click += new System.EventHandler(this.btnSalveaza_Click);
     //
     // labelDataPredarii
     //
     this.labelDataPredarii.AutoSize = true;
     this.labelDataPredarii.Location = new System.Drawing.Point(354, 372);
     this.labelDataPredarii.Name     = "labelDataPredarii";
     this.labelDataPredarii.Size     = new System.Drawing.Size(90, 17);
     this.labelDataPredarii.TabIndex = 12;
     this.labelDataPredarii.Text     = "Data predarii";
     //
     // dateTimeDataPredarii
     //
     this.dateTimeDataPredarii.CustomFormat = "dd/MM/yyyy";
     this.dateTimeDataPredarii.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimeDataPredarii.Location     = new System.Drawing.Point(450, 367);
     this.dateTimeDataPredarii.Name         = "dateTimeDataPredarii";
     this.dateTimeDataPredarii.Size         = new System.Drawing.Size(242, 22);
     this.dateTimeDataPredarii.TabIndex     = 11;
     //
     // txtObservatii
     //
     this.txtObservatii.Location     = new System.Drawing.Point(450, 657);
     this.txtObservatii.Margin       = new System.Windows.Forms.Padding(5);
     this.txtObservatii.MaxLength    = 230;
     this.txtObservatii.Multiline    = true;
     this.txtObservatii.Name         = "txtObservatii";
     this.txtObservatii.Size         = new System.Drawing.Size(242, 49);
     this.txtObservatii.TabIndex     = 78;
     this.txtObservatii.TextChanged += new System.EventHandler(this.txtObservatii_TextChanged);
     this.txtObservatii.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtObservatii_KeyPress);
     //
     // btnCaseaza
     //
     this.btnCaseaza.Enabled    = false;
     this.btnCaseaza.Image      = ((System.Drawing.Image)(resources.GetObject("btnCaseaza.Image")));
     this.btnCaseaza.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCaseaza.Location   = new System.Drawing.Point(519, 714);
     this.btnCaseaza.Name       = "btnCaseaza";
     this.btnCaseaza.Size       = new System.Drawing.Size(94, 30);
     this.btnCaseaza.TabIndex   = 81;
     this.btnCaseaza.Text       = "Caseaza";
     this.btnCaseaza.UseVisualStyleBackColor = true;
     this.btnCaseaza.Click += new System.EventHandler(this.btnCaseaza_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(346, 632);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(90, 17);
     this.label2.TabIndex = 83;
     this.label2.Text     = "Data predarii";
     //
     // dateTimeDataCasare
     //
     this.dateTimeDataCasare.CustomFormat = "dd/MM/yyyy";
     this.dateTimeDataCasare.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimeDataCasare.Location     = new System.Drawing.Point(450, 627);
     this.dateTimeDataCasare.Name         = "dateTimeDataCasare";
     this.dateTimeDataCasare.Size         = new System.Drawing.Size(242, 22);
     this.dateTimeDataCasare.TabIndex     = 82;
     //
     // statusUnclaimed_form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1080, 790);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dateTimeDataCasare);
     this.Controls.Add(this.btnCaseaza);
     this.Controls.Add(label1);
     this.Controls.Add(this.txtObservatii);
     this.Controls.Add(this.btnSalveaza);
     this.Controls.Add(this.labelDataPredarii);
     this.Controls.Add(this.dateTimeDataPredarii);
     this.Controls.Add(this.dataGridGreaterThan6m);
     this.Controls.Add(this.dataGridCurrent);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "statusUnclaimed_form";
     this.Text            = "Status - neridicate";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.statusUnclaimed_form_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridCurrent)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGreaterThan6m)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
 /// <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 bloopNumberLabel;
     System.Windows.Forms.Label foodLabel;
     System.Windows.Forms.Label mutationRateLabel;
     System.Windows.Forms.Label ticksPerGenerationLabel;
     this.map                      = new System.Windows.Forms.PictureBox();
     this.timer                    = new System.Windows.Forms.Timer(this.components);
     this.startButton              = new System.Windows.Forms.Button();
     this.statusLabel              = new System.Windows.Forms.Label();
     this.bloopsUpDown             = new System.Windows.Forms.NumericUpDown();
     this.foodUpDown               = new System.Windows.Forms.NumericUpDown();
     this.mutationRateUpDown       = new System.Windows.Forms.NumericUpDown();
     this.stepButton               = new System.Windows.Forms.Button();
     this.ticksPerGenerationUpDown = new System.Windows.Forms.NumericUpDown();
     this.resultsTextBox           = new System.Windows.Forms.TextBox();
     bloopNumberLabel              = new System.Windows.Forms.Label();
     foodLabel                     = new System.Windows.Forms.Label();
     mutationRateLabel             = new System.Windows.Forms.Label();
     ticksPerGenerationLabel       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.map)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloopsUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.foodUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mutationRateUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ticksPerGenerationUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // bloopNumberLabel
     //
     bloopNumberLabel.AutoSize = true;
     bloopNumberLabel.Location = new System.Drawing.Point(12, 216);
     bloopNumberLabel.Name     = "bloopNumberLabel";
     bloopNumberLabel.Size     = new System.Drawing.Size(107, 17);
     bloopNumberLabel.TabIndex = 4;
     bloopNumberLabel.Text     = "Starting bloops:";
     //
     // foodLabel
     //
     foodLabel.AutoSize = true;
     foodLabel.Location = new System.Drawing.Point(12, 279);
     foodLabel.Name     = "foodLabel";
     foodLabel.Size     = new System.Drawing.Size(44, 17);
     foodLabel.TabIndex = 6;
     foodLabel.Text     = "Food:";
     //
     // mutationRateLabel
     //
     mutationRateLabel.AutoSize = true;
     mutationRateLabel.Location = new System.Drawing.Point(12, 334);
     mutationRateLabel.Name     = "mutationRateLabel";
     mutationRateLabel.Size     = new System.Drawing.Size(95, 17);
     mutationRateLabel.TabIndex = 10;
     mutationRateLabel.Text     = "Mutation rate:";
     //
     // ticksPerGenerationLabel
     //
     ticksPerGenerationLabel.AutoSize = true;
     ticksPerGenerationLabel.Location = new System.Drawing.Point(12, 395);
     ticksPerGenerationLabel.Name     = "ticksPerGenerationLabel";
     ticksPerGenerationLabel.Size     = new System.Drawing.Size(142, 17);
     ticksPerGenerationLabel.TabIndex = 19;
     ticksPerGenerationLabel.Text     = "Ticks per generation:";
     //
     // map
     //
     this.map.BackColor = System.Drawing.Color.PaleGreen;
     this.map.Location  = new System.Drawing.Point(351, 29);
     this.map.Margin    = new System.Windows.Forms.Padding(4);
     this.map.Name      = "map";
     this.map.Size      = new System.Drawing.Size(44, 98);
     this.map.TabIndex  = 1;
     this.map.TabStop   = false;
     this.map.Paint    += new System.Windows.Forms.PaintEventHandler(this.Map_Paint);
     //
     // timer
     //
     this.timer.Interval = 50;
     this.timer.Tick    += new System.EventHandler(this.Timer_Tick);
     //
     // startButton
     //
     this.startButton.Location = new System.Drawing.Point(12, 12);
     this.startButton.Name     = "startButton";
     this.startButton.Size     = new System.Drawing.Size(86, 30);
     this.startButton.TabIndex = 2;
     this.startButton.Text     = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.StartButton_Click);
     //
     // statusLabel
     //
     this.statusLabel.AutoSize = true;
     this.statusLabel.Location = new System.Drawing.Point(12, 67);
     this.statusLabel.Name     = "statusLabel";
     this.statusLabel.Size     = new System.Drawing.Size(0, 17);
     this.statusLabel.TabIndex = 3;
     //
     // bloopsUpDown
     //
     this.bloopsUpDown.Location = new System.Drawing.Point(12, 236);
     this.bloopsUpDown.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.bloopsUpDown.Name     = "bloopsUpDown";
     this.bloopsUpDown.Size     = new System.Drawing.Size(76, 22);
     this.bloopsUpDown.TabIndex = 5;
     this.bloopsUpDown.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     //
     // foodUpDown
     //
     this.foodUpDown.Location = new System.Drawing.Point(12, 299);
     this.foodUpDown.Name     = "foodUpDown";
     this.foodUpDown.Size     = new System.Drawing.Size(76, 22);
     this.foodUpDown.TabIndex = 7;
     this.foodUpDown.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // mutationRateUpDown
     //
     this.mutationRateUpDown.DecimalPlaces = 3;
     this.mutationRateUpDown.Increment     = new decimal(new int[] {
         5,
         0,
         0,
         196608
     });
     this.mutationRateUpDown.Location = new System.Drawing.Point(15, 354);
     this.mutationRateUpDown.Name     = "mutationRateUpDown";
     this.mutationRateUpDown.Size     = new System.Drawing.Size(76, 22);
     this.mutationRateUpDown.TabIndex = 11;
     this.mutationRateUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     //
     // stepButton
     //
     this.stepButton.Location = new System.Drawing.Point(113, 12);
     this.stepButton.Name     = "stepButton";
     this.stepButton.Size     = new System.Drawing.Size(36, 30);
     this.stepButton.TabIndex = 18;
     this.stepButton.Text     = "»";
     this.stepButton.UseVisualStyleBackColor = true;
     this.stepButton.Visible = false;
     this.stepButton.Click  += new System.EventHandler(this.StepButton_Click);
     //
     // ticksPerGenerationUpDown
     //
     this.ticksPerGenerationUpDown.Location = new System.Drawing.Point(15, 415);
     this.ticksPerGenerationUpDown.Maximum  = new decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.ticksPerGenerationUpDown.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.ticksPerGenerationUpDown.Name     = "ticksPerGenerationUpDown";
     this.ticksPerGenerationUpDown.Size     = new System.Drawing.Size(76, 22);
     this.ticksPerGenerationUpDown.TabIndex = 20;
     this.ticksPerGenerationUpDown.Value    = new decimal(new int[] {
         500,
         0,
         0,
         0
     });
     //
     // resultsTextBox
     //
     this.resultsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.resultsTextBox.Font      = new System.Drawing.Font("Consolas", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.resultsTextBox.Location  = new System.Drawing.Point(876, 12);
     this.resultsTextBox.Multiline = true;
     this.resultsTextBox.Name      = "resultsTextBox";
     this.resultsTextBox.Size      = new System.Drawing.Size(505, 576);
     this.resultsTextBox.TabIndex  = 21;
     //
     // BloopsForm
     //
     this.AcceptButton        = this.startButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1393, 600);
     this.Controls.Add(this.resultsTextBox);
     this.Controls.Add(this.ticksPerGenerationUpDown);
     this.Controls.Add(ticksPerGenerationLabel);
     this.Controls.Add(this.stepButton);
     this.Controls.Add(this.mutationRateUpDown);
     this.Controls.Add(mutationRateLabel);
     this.Controls.Add(this.foodUpDown);
     this.Controls.Add(foodLabel);
     this.Controls.Add(this.bloopsUpDown);
     this.Controls.Add(bloopNumberLabel);
     this.Controls.Add(this.statusLabel);
     this.Controls.Add(this.startButton);
     this.Controls.Add(this.map);
     this.Name = "BloopsForm";
     this.Text = "Bloops!";
     ((System.ComponentModel.ISupportInitialize)(this.map)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bloopsUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.foodUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mutationRateUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ticksPerGenerationUpDown)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #35
0
 /// <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 cd_usuarioLabel;
     System.Windows.Forms.Label nm_usuarioLabel;
     System.Windows.Forms.Label sg_nivelLabel;
     System.Windows.Forms.Label nm_loginLabel;
     System.Windows.Forms.Label ds_senhaLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsuario));
     this.btnAnterior            = new System.Windows.Forms.Button();
     this.btnProximo             = new System.Windows.Forms.Button();
     this.btnExcluir             = new System.Windows.Forms.Button();
     this.btnPesquisar           = new System.Windows.Forms.Button();
     this.btnSalvar              = new System.Windows.Forms.Button();
     this.btnSair                = new System.Windows.Forms.Button();
     this.btnNovo                = new System.Windows.Forms.Button();
     this.btnAlterar             = new System.Windows.Forms.Button();
     this.btnImprimir            = new System.Windows.Forms.Button();
     this.btnCancelar            = new System.Windows.Forms.Button();
     this.cd_usuarioTextBox      = new System.Windows.Forms.TextBox();
     this.tbUsuarioBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.contasDataSet          = new ProjetoContas.contasDataSet();
     this.nm_usuarioTextBox      = new System.Windows.Forms.TextBox();
     this.sg_nivelTextBox        = new System.Windows.Forms.TextBox();
     this.nm_loginTextBox        = new System.Windows.Forms.TextBox();
     this.ds_senhaTextBox        = new System.Windows.Forms.TextBox();
     this.tbUsuarioTableAdapter  = new ProjetoContas.contasDataSetTableAdapters.tbUsuarioTableAdapter();
     this.tableAdapterManager    = new ProjetoContas.contasDataSetTableAdapters.TableAdapterManager();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog1    = new System.Windows.Forms.PrintPreviewDialog();
     cd_usuarioLabel             = new System.Windows.Forms.Label();
     nm_usuarioLabel             = new System.Windows.Forms.Label();
     sg_nivelLabel               = new System.Windows.Forms.Label();
     nm_loginLabel               = new System.Windows.Forms.Label();
     ds_senhaLabel               = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.tbUsuarioBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.contasDataSet)).BeginInit();
     this.SuspendLayout();
     //
     // cd_usuarioLabel
     //
     cd_usuarioLabel.AutoSize = true;
     cd_usuarioLabel.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     cd_usuarioLabel.Location = new System.Drawing.Point(67, 56);
     cd_usuarioLabel.Name     = "cd_usuarioLabel";
     cd_usuarioLabel.Size     = new System.Drawing.Size(91, 29);
     cd_usuarioLabel.TabIndex = 10;
     cd_usuarioLabel.Text     = "Código:";
     //
     // nm_usuarioLabel
     //
     nm_usuarioLabel.AutoSize = true;
     nm_usuarioLabel.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     nm_usuarioLabel.Location = new System.Drawing.Point(77, 99);
     nm_usuarioLabel.Name     = "nm_usuarioLabel";
     nm_usuarioLabel.Size     = new System.Drawing.Size(81, 29);
     nm_usuarioLabel.TabIndex = 12;
     nm_usuarioLabel.Text     = "Nome:";
     //
     // sg_nivelLabel
     //
     sg_nivelLabel.AutoSize = true;
     sg_nivelLabel.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     sg_nivelLabel.Location = new System.Drawing.Point(87, 142);
     sg_nivelLabel.Name     = "sg_nivelLabel";
     sg_nivelLabel.Size     = new System.Drawing.Size(71, 29);
     sg_nivelLabel.TabIndex = 14;
     sg_nivelLabel.Text     = "Nível:";
     //
     // nm_loginLabel
     //
     nm_loginLabel.AutoSize = true;
     nm_loginLabel.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     nm_loginLabel.Location = new System.Drawing.Point(81, 185);
     nm_loginLabel.Name     = "nm_loginLabel";
     nm_loginLabel.Size     = new System.Drawing.Size(77, 29);
     nm_loginLabel.TabIndex = 16;
     nm_loginLabel.Text     = "Login:"******"Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     ds_senhaLabel.Location = new System.Drawing.Point(76, 228);
     ds_senhaLabel.Name     = "ds_senhaLabel";
     ds_senhaLabel.Size     = new System.Drawing.Size(82, 29);
     ds_senhaLabel.TabIndex = 18;
     ds_senhaLabel.Text     = "Senha:";
     //
     // btnAnterior
     //
     this.btnAnterior.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAnterior.Location = new System.Drawing.Point(176, 294);
     this.btnAnterior.Name     = "btnAnterior";
     this.btnAnterior.Size     = new System.Drawing.Size(120, 40);
     this.btnAnterior.TabIndex = 0;
     this.btnAnterior.Text     = "Anterior";
     this.btnAnterior.UseVisualStyleBackColor = true;
     this.btnAnterior.Click += new System.EventHandler(this.btnAnterior_Click);
     //
     // btnProximo
     //
     this.btnProximo.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnProximo.Location = new System.Drawing.Point(302, 294);
     this.btnProximo.Name     = "btnProximo";
     this.btnProximo.Size     = new System.Drawing.Size(120, 40);
     this.btnProximo.TabIndex = 1;
     this.btnProximo.Text     = "Próximo";
     this.btnProximo.UseVisualStyleBackColor = true;
     this.btnProximo.Click += new System.EventHandler(this.btnProximo_Click);
     //
     // btnExcluir
     //
     this.btnExcluir.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExcluir.Location = new System.Drawing.Point(302, 340);
     this.btnExcluir.Name     = "btnExcluir";
     this.btnExcluir.Size     = new System.Drawing.Size(120, 40);
     this.btnExcluir.TabIndex = 2;
     this.btnExcluir.Text     = "Excluir";
     this.btnExcluir.UseVisualStyleBackColor = true;
     this.btnExcluir.Click += new System.EventHandler(this.btnExcluir_Click);
     //
     // btnPesquisar
     //
     this.btnPesquisar.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPesquisar.Location = new System.Drawing.Point(50, 386);
     this.btnPesquisar.Name     = "btnPesquisar";
     this.btnPesquisar.Size     = new System.Drawing.Size(120, 40);
     this.btnPesquisar.TabIndex = 3;
     this.btnPesquisar.Text     = "Pesquisar";
     this.btnPesquisar.UseVisualStyleBackColor = true;
     this.btnPesquisar.Click += new System.EventHandler(this.btnPesquisar_Click);
     //
     // btnSalvar
     //
     this.btnSalvar.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSalvar.Location = new System.Drawing.Point(428, 340);
     this.btnSalvar.Name     = "btnSalvar";
     this.btnSalvar.Size     = new System.Drawing.Size(120, 40);
     this.btnSalvar.TabIndex = 4;
     this.btnSalvar.Text     = "Salvar";
     this.btnSalvar.UseVisualStyleBackColor = true;
     this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
     //
     // btnSair
     //
     this.btnSair.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSair.Location = new System.Drawing.Point(428, 386);
     this.btnSair.Name     = "btnSair";
     this.btnSair.Size     = new System.Drawing.Size(120, 40);
     this.btnSair.TabIndex = 5;
     this.btnSair.Text     = "Sair";
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // btnNovo
     //
     this.btnNovo.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNovo.Location = new System.Drawing.Point(50, 340);
     this.btnNovo.Name     = "btnNovo";
     this.btnNovo.Size     = new System.Drawing.Size(120, 40);
     this.btnNovo.TabIndex = 6;
     this.btnNovo.Text     = "Novo";
     this.btnNovo.UseVisualStyleBackColor = true;
     this.btnNovo.Click += new System.EventHandler(this.btnNovo_Click);
     //
     // btnAlterar
     //
     this.btnAlterar.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAlterar.Location = new System.Drawing.Point(176, 340);
     this.btnAlterar.Name     = "btnAlterar";
     this.btnAlterar.Size     = new System.Drawing.Size(120, 40);
     this.btnAlterar.TabIndex = 7;
     this.btnAlterar.Text     = "Alterar";
     this.btnAlterar.UseVisualStyleBackColor = true;
     this.btnAlterar.Click += new System.EventHandler(this.btnAlterar_Click);
     //
     // btnImprimir
     //
     this.btnImprimir.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnImprimir.Location = new System.Drawing.Point(176, 386);
     this.btnImprimir.Name     = "btnImprimir";
     this.btnImprimir.Size     = new System.Drawing.Size(120, 40);
     this.btnImprimir.TabIndex = 8;
     this.btnImprimir.Text     = "Imprimir";
     this.btnImprimir.UseVisualStyleBackColor = true;
     this.btnImprimir.Click += new System.EventHandler(this.btnImprimir_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Font     = new System.Drawing.Font("Corbel", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancelar.Location = new System.Drawing.Point(302, 386);
     this.btnCancelar.Name     = "btnCancelar";
     this.btnCancelar.Size     = new System.Drawing.Size(120, 40);
     this.btnCancelar.TabIndex = 9;
     this.btnCancelar.Text     = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // cd_usuarioTextBox
     //
     this.cd_usuarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbUsuarioBindingSource, "cd_usuario", true));
     this.cd_usuarioTextBox.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cd_usuarioTextBox.Location = new System.Drawing.Point(164, 56);
     this.cd_usuarioTextBox.Name     = "cd_usuarioTextBox";
     this.cd_usuarioTextBox.Size     = new System.Drawing.Size(63, 37);
     this.cd_usuarioTextBox.TabIndex = 11;
     //
     // tbUsuarioBindingSource
     //
     this.tbUsuarioBindingSource.DataMember = "tbUsuario";
     this.tbUsuarioBindingSource.DataSource = this.contasDataSet;
     //
     // contasDataSet
     //
     this.contasDataSet.DataSetName             = "contasDataSet";
     this.contasDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // nm_usuarioTextBox
     //
     this.nm_usuarioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbUsuarioBindingSource, "nm_usuario", true));
     this.nm_usuarioTextBox.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nm_usuarioTextBox.Location = new System.Drawing.Point(164, 99);
     this.nm_usuarioTextBox.Name     = "nm_usuarioTextBox";
     this.nm_usuarioTextBox.Size     = new System.Drawing.Size(372, 37);
     this.nm_usuarioTextBox.TabIndex = 13;
     //
     // sg_nivelTextBox
     //
     this.sg_nivelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbUsuarioBindingSource, "sg_nivel", true));
     this.sg_nivelTextBox.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sg_nivelTextBox.Location = new System.Drawing.Point(164, 142);
     this.sg_nivelTextBox.Name     = "sg_nivelTextBox";
     this.sg_nivelTextBox.Size     = new System.Drawing.Size(63, 37);
     this.sg_nivelTextBox.TabIndex = 15;
     //
     // nm_loginTextBox
     //
     this.nm_loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbUsuarioBindingSource, "nm_login", true));
     this.nm_loginTextBox.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nm_loginTextBox.Location = new System.Drawing.Point(164, 185);
     this.nm_loginTextBox.Name     = "nm_loginTextBox";
     this.nm_loginTextBox.Size     = new System.Drawing.Size(258, 37);
     this.nm_loginTextBox.TabIndex = 17;
     //
     // ds_senhaTextBox
     //
     this.ds_senhaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbUsuarioBindingSource, "ds_senha", true));
     this.ds_senhaTextBox.Font     = new System.Drawing.Font("Corbel", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ds_senhaTextBox.Location = new System.Drawing.Point(164, 228);
     this.ds_senhaTextBox.Name     = "ds_senhaTextBox";
     this.ds_senhaTextBox.Size     = new System.Drawing.Size(258, 37);
     this.ds_senhaTextBox.TabIndex = 19;
     //
     // tbUsuarioTableAdapter
     //
     this.tbUsuarioTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate   = false;
     this.tableAdapterManager.tbClienteTableAdapter       = null;
     this.tableAdapterManager.tbContasPagarTableAdapter   = null;
     this.tableAdapterManager.tbContasReceberTableAdapter = null;
     this.tableAdapterManager.tbFornecedorTableAdapter    = null;
     this.tableAdapterManager.tbUsuarioTableAdapter       = this.tbUsuarioTableAdapter;
     this.tableAdapterManager.UpdateOrder = ProjetoContas.contasDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Document          = this.printDocument1;
     this.printPreviewDialog1.Enabled           = true;
     this.printPreviewDialog1.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Name    = "printPreviewDialog1";
     this.printPreviewDialog1.Visible = false;
     //
     // frmUsuario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(581, 450);
     this.ControlBox          = false;
     this.Controls.Add(cd_usuarioLabel);
     this.Controls.Add(this.cd_usuarioTextBox);
     this.Controls.Add(nm_usuarioLabel);
     this.Controls.Add(this.nm_usuarioTextBox);
     this.Controls.Add(sg_nivelLabel);
     this.Controls.Add(this.sg_nivelTextBox);
     this.Controls.Add(nm_loginLabel);
     this.Controls.Add(this.nm_loginTextBox);
     this.Controls.Add(ds_senhaLabel);
     this.Controls.Add(this.ds_senhaTextBox);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.btnImprimir);
     this.Controls.Add(this.btnAlterar);
     this.Controls.Add(this.btnNovo);
     this.Controls.Add(this.btnSair);
     this.Controls.Add(this.btnSalvar);
     this.Controls.Add(this.btnPesquisar);
     this.Controls.Add(this.btnExcluir);
     this.Controls.Add(this.btnProximo);
     this.Controls.Add(this.btnAnterior);
     this.Font  = new System.Drawing.Font("Corbel", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "frmUsuario";
     this.Text  = "Usuario";
     this.Load += new System.EventHandler(this.frmUsuario_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbUsuarioBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.contasDataSet)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label importeLabel;
            System.Windows.Forms.Label vencimientoLabel;
            System.Windows.Forms.Label fechaLabel;
            System.Windows.Forms.Label tipoLabel;
            System.Windows.Forms.Label observacionesLabel;
            System.Windows.Forms.Label cuentaLabel;
            System.Windows.Forms.Label label7;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoanPaymentForm));
            this.Main_SC = new System.Windows.Forms.SplitContainer();
            this.Payment_GB = new System.Windows.Forms.GroupBox();
            this.Source_Panel = new System.Windows.Forms.Panel();
            this.EstadoPago_TB = new System.Windows.Forms.TextBox();
            this.EstadoPago_BT = new System.Windows.Forms.Button();
            this.Codigo_TB = new System.Windows.Forms.TextBox();
            this.MedioPago_TB = new System.Windows.Forms.TextBox();
            this.Cuenta_TB = new System.Windows.Forms.TextBox();
            this.MedioPago_BT = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.Observaciones_RTB = new System.Windows.Forms.RichTextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.GastosBancarios_NTB = new moleQule.Face.Controls.NumericTextBox();
            this.NoAsignado_TB = new System.Windows.Forms.TextBox();
            this.Tarjeta_BT = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.Fecha_DTP = new System.Windows.Forms.DateTimePicker();
            this.Tarjeta_TB = new System.Windows.Forms.TextBox();
            this.Vencimiento_DTP = new System.Windows.Forms.DateTimePicker();
            this.label3 = new System.Windows.Forms.Label();
            this.Importe_NTB = new moleQule.Face.Controls.NumericTextBox();
            this.Liberar_BT = new System.Windows.Forms.Button();
            this.Cuenta_BT = new System.Windows.Forms.Button();
            this.Repartir_BT = new System.Windows.Forms.Button();
            this.Gastos_GB = new System.Windows.Forms.GroupBox();
            this.Gastos_Panel = new System.Windows.Forms.SplitContainer();
            this.Facturas_TS = new System.Windows.Forms.ToolStrip();
            this.AddFactura_TI = new System.Windows.Forms.ToolStripButton();
            this.EditFactura_TI = new System.Windows.Forms.ToolStripButton();
            this.ViewFactura_TI = new System.Windows.Forms.ToolStripButton();
            this.DeleteFactura_TI = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.Lineas_DGW = new System.Windows.Forms.DataGridView();
            this.codigoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DescripcionCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fechaDataGridViewTextBoxColumn = new CalendarColumn();
            this.FechaVencimiento = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalPagado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Pendiente = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Acumulado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Asignado = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ObservacionesCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Vinculado = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Datos_Lineas = new System.Windows.Forms.BindingSource(this.components);
            label6 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            importeLabel = new System.Windows.Forms.Label();
            vencimientoLabel = new System.Windows.Forms.Label();
            fechaLabel = new System.Windows.Forms.Label();
            tipoLabel = new System.Windows.Forms.Label();
            observacionesLabel = new System.Windows.Forms.Label();
            cuentaLabel = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.PanelesV)).BeginInit();
            this.PanelesV.Panel1.SuspendLayout();
            this.PanelesV.Panel2.SuspendLayout();
            this.PanelesV.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Paneles2)).BeginInit();
            this.Paneles2.Panel1.SuspendLayout();
            this.Paneles2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Datos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ErrorMng_EP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Animation)).BeginInit();
            this.Progress_Panel.SuspendLayout();
            this.ProgressBK_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Progress_PB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Main_SC)).BeginInit();
            this.Main_SC.Panel1.SuspendLayout();
            this.Main_SC.Panel2.SuspendLayout();
            this.Main_SC.SuspendLayout();
            this.Payment_GB.SuspendLayout();
            this.Source_Panel.SuspendLayout();
            this.Gastos_GB.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Gastos_Panel)).BeginInit();
            this.Gastos_Panel.Panel1.SuspendLayout();
            this.Gastos_Panel.Panel2.SuspendLayout();
            this.Gastos_Panel.SuspendLayout();
            this.Facturas_TS.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Lineas_DGW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Datos_Lineas)).BeginInit();
            this.SuspendLayout();
            // 
            // PanelesV
            // 
            // 
            // PanelesV.Panel1
            // 
            this.PanelesV.Panel1.Controls.Add(this.Main_SC);
            this.HelpProvider.SetShowHelp(this.PanelesV.Panel1, true);
            // 
            // PanelesV.Panel2
            // 
            this.HelpProvider.SetShowHelp(this.PanelesV.Panel2, true);
            this.HelpProvider.SetShowHelp(this.PanelesV, true);
            this.PanelesV.Size = new System.Drawing.Size(1018, 674);
            this.PanelesV.SplitterDistance = 619;
            // 
            // Submit_BT
            // 
            this.Submit_BT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Submit_BT.Location = new System.Drawing.Point(252, 6);
            this.HelpProvider.SetShowHelp(this.Submit_BT, true);
            // 
            // Cancel_BT
            // 
            this.Cancel_BT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Cancel_BT.Location = new System.Drawing.Point(348, 6);
            this.HelpProvider.SetShowHelp(this.Cancel_BT, true);
            // 
            // Paneles2
            // 
            this.ErrorMng_EP.SetError(this.Paneles2, "F1 Ayuda        ");
            // 
            // Paneles2.Panel1
            // 
            this.HelpProvider.SetShowHelp(this.Paneles2.Panel1, true);
            // 
            // Paneles2.Panel2
            // 
            this.HelpProvider.SetShowHelp(this.Paneles2.Panel2, true);
            this.HelpProvider.SetShowHelp(this.Paneles2, true);
            this.Paneles2.Size = new System.Drawing.Size(1016, 52);
            // 
            // Imprimir_Button
            // 
            this.Imprimir_Button.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Imprimir_Button.Location = new System.Drawing.Point(156, 6);
            this.HelpProvider.SetShowHelp(this.Imprimir_Button, true);
            // 
            // Docs_BT
            // 
            this.Docs_BT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Docs_BT.Location = new System.Drawing.Point(190, 8);
            this.HelpProvider.SetShowHelp(this.Docs_BT, true);
            // 
            // Datos
            // 
            this.Datos.DataSource = typeof(moleQule.Library.Store.ExpenseInfo);
            // 
            // Progress_Panel
            // 
            this.Progress_Panel.Location = new System.Drawing.Point(330, 96);
            // 
            // ProgressBK_Panel
            // 
            this.ProgressBK_Panel.Size = new System.Drawing.Size(1018, 674);
            // 
            // ProgressInfo_PB
            // 
            this.ProgressInfo_PB.Location = new System.Drawing.Point(472, 385);
            // 
            // Progress_PB
            // 
            this.Progress_PB.Location = new System.Drawing.Point(472, 300);
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label6.Location = new System.Drawing.Point(522, 148);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(93, 13);
            label6.TabIndex = 97;
            label6.Text = "Gastos Bancarios:";
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label5.Location = new System.Drawing.Point(295, 69);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(99, 13);
            label5.TabIndex = 95;
            label5.Text = "Tarjeta de Crédito:";
            // 
            // importeLabel
            // 
            importeLabel.AutoSize = true;
            importeLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            importeLabel.Location = new System.Drawing.Point(36, 73);
            importeLabel.Name = "importeLabel";
            importeLabel.Size = new System.Drawing.Size(49, 13);
            importeLabel.TabIndex = 87;
            importeLabel.Text = "Importe:";
            // 
            // vencimientoLabel
            // 
            vencimientoLabel.AutoSize = true;
            vencimientoLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            vencimientoLabel.Location = new System.Drawing.Point(326, 124);
            vencimientoLabel.Name = "vencimientoLabel";
            vencimientoLabel.Size = new System.Drawing.Size(68, 13);
            vencimientoLabel.TabIndex = 86;
            vencimientoLabel.Text = "Vencimiento:";
            // 
            // fechaLabel
            // 
            fechaLabel.AutoSize = true;
            fechaLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            fechaLabel.Location = new System.Drawing.Point(354, 97);
            fechaLabel.Name = "fechaLabel";
            fechaLabel.Size = new System.Drawing.Size(40, 13);
            fechaLabel.TabIndex = 85;
            fechaLabel.Text = "Fecha:";
            // 
            // tipoLabel
            // 
            tipoLabel.AutoSize = true;
            tipoLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tipoLabel.Location = new System.Drawing.Point(322, 15);
            tipoLabel.Name = "tipoLabel";
            tipoLabel.Size = new System.Drawing.Size(72, 13);
            tipoLabel.TabIndex = 84;
            tipoLabel.Text = "Medio Pago*:";
            // 
            // observacionesLabel
            // 
            observacionesLabel.AutoSize = true;
            observacionesLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            observacionesLabel.Location = new System.Drawing.Point(658, 14);
            observacionesLabel.Name = "observacionesLabel";
            observacionesLabel.Size = new System.Drawing.Size(82, 13);
            observacionesLabel.TabIndex = 83;
            observacionesLabel.Text = "Observaciones:";
            // 
            // cuentaLabel
            // 
            cuentaLabel.AutoSize = true;
            cuentaLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            cuentaLabel.Location = new System.Drawing.Point(348, 43);
            cuentaLabel.Name = "cuentaLabel";
            cuentaLabel.Size = new System.Drawing.Size(46, 13);
            cuentaLabel.TabIndex = 82;
            cuentaLabel.Text = "Cuenta:";
            // 
            // label7
            // 
            label7.Font = new System.Drawing.Font("Tahoma", 8.25F);
            label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            label7.Location = new System.Drawing.Point(346, 148);
            label7.Name = "label7";
            this.HelpProvider.SetShowHelp(label7, true);
            label7.Size = new System.Drawing.Size(48, 23);
            label7.TabIndex = 107;
            label7.Text = "Estado:";
            // 
            // Main_SC
            // 
            this.Main_SC.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.Main_SC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Main_SC.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.Main_SC.Location = new System.Drawing.Point(0, 0);
            this.Main_SC.Name = "Main_SC";
            this.Main_SC.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // Main_SC.Panel1
            // 
            this.Main_SC.Panel1.AutoScroll = true;
            this.Main_SC.Panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.Main_SC.Panel1.Controls.Add(this.Payment_GB);
            // 
            // Main_SC.Panel2
            // 
            this.Main_SC.Panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.Main_SC.Panel2.Controls.Add(this.Gastos_GB);
            this.Main_SC.Size = new System.Drawing.Size(1016, 617);
            this.Main_SC.SplitterDistance = 201;
            this.Main_SC.TabIndex = 7;
            // 
            // Payment_GB
            // 
            this.Payment_GB.Controls.Add(this.Source_Panel);
            this.Payment_GB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Payment_GB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Payment_GB.Location = new System.Drawing.Point(0, 0);
            this.Payment_GB.Name = "Payment_GB";
            this.Payment_GB.Size = new System.Drawing.Size(1016, 201);
            this.Payment_GB.TabIndex = 0;
            this.Payment_GB.TabStop = false;
            this.Payment_GB.Text = "Datos del Pago";
            // 
            // Source_Panel
            // 
            this.Source_Panel.Controls.Add(label7);
            this.Source_Panel.Controls.Add(this.EstadoPago_TB);
            this.Source_Panel.Controls.Add(this.EstadoPago_BT);
            this.Source_Panel.Controls.Add(this.Codigo_TB);
            this.Source_Panel.Controls.Add(this.MedioPago_TB);
            this.Source_Panel.Controls.Add(this.Cuenta_TB);
            this.Source_Panel.Controls.Add(this.MedioPago_BT);
            this.Source_Panel.Controls.Add(cuentaLabel);
            this.Source_Panel.Controls.Add(this.label2);
            this.Source_Panel.Controls.Add(this.Observaciones_RTB);
            this.Source_Panel.Controls.Add(this.textBox1);
            this.Source_Panel.Controls.Add(observacionesLabel);
            this.Source_Panel.Controls.Add(label6);
            this.Source_Panel.Controls.Add(tipoLabel);
            this.Source_Panel.Controls.Add(this.GastosBancarios_NTB);
            this.Source_Panel.Controls.Add(this.NoAsignado_TB);
            this.Source_Panel.Controls.Add(this.Tarjeta_BT);
            this.Source_Panel.Controls.Add(this.label1);
            this.Source_Panel.Controls.Add(label5);
            this.Source_Panel.Controls.Add(this.Fecha_DTP);
            this.Source_Panel.Controls.Add(this.Tarjeta_TB);
            this.Source_Panel.Controls.Add(fechaLabel);
            this.Source_Panel.Controls.Add(this.Vencimiento_DTP);
            this.Source_Panel.Controls.Add(vencimientoLabel);
            this.Source_Panel.Controls.Add(this.label3);
            this.Source_Panel.Controls.Add(this.Importe_NTB);
            this.Source_Panel.Controls.Add(importeLabel);
            this.Source_Panel.Controls.Add(this.Liberar_BT);
            this.Source_Panel.Controls.Add(this.Cuenta_BT);
            this.Source_Panel.Controls.Add(this.Repartir_BT);
            this.Source_Panel.Location = new System.Drawing.Point(9, 16);
            this.Source_Panel.Name = "Source_Panel";
            this.Source_Panel.Size = new System.Drawing.Size(999, 175);
            this.Source_Panel.TabIndex = 102;
            // 
            // EstadoPago_TB
            // 
            this.EstadoPago_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "EstadoPagoLabel", true));
            this.EstadoPago_TB.Location = new System.Drawing.Point(400, 145);
            this.EstadoPago_TB.Name = "EstadoPago_TB";
            this.EstadoPago_TB.ReadOnly = true;
            this.HelpProvider.SetShowHelp(this.EstadoPago_TB, true);
            this.EstadoPago_TB.Size = new System.Drawing.Size(78, 21);
            this.EstadoPago_TB.TabIndex = 106;
            this.EstadoPago_TB.TabStop = false;
            // 
            // EstadoPago_BT
            // 
            this.EstadoPago_BT.Image = global::moleQule.Face.Store.Properties.Resources.select_16;
            this.EstadoPago_BT.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.EstadoPago_BT.Location = new System.Drawing.Point(484, 145);
            this.EstadoPago_BT.Name = "EstadoPago_BT";
            this.HelpProvider.SetShowHelp(this.EstadoPago_BT, true);
            this.EstadoPago_BT.Size = new System.Drawing.Size(28, 23);
            this.EstadoPago_BT.TabIndex = 105;
            this.EstadoPago_BT.UseVisualStyleBackColor = true;
            this.EstadoPago_BT.Click += new System.EventHandler(this.EstadoPago_BT_Click);
            // 
            // Codigo_TB
            // 
            this.Codigo_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "Codigo", true));
            this.Codigo_TB.Enabled = false;
            this.Codigo_TB.Location = new System.Drawing.Point(68, 11);
            this.Codigo_TB.Name = "Codigo_TB";
            this.Codigo_TB.ReadOnly = true;
            this.Codigo_TB.Size = new System.Drawing.Size(78, 21);
            this.Codigo_TB.TabIndex = 89;
            this.Codigo_TB.TabStop = false;
            this.Codigo_TB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // MedioPago_TB
            // 
            this.MedioPago_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "MedioPagoLabel", true));
            this.MedioPago_TB.Location = new System.Drawing.Point(400, 12);
            this.MedioPago_TB.Name = "MedioPago_TB";
            this.MedioPago_TB.ReadOnly = true;
            this.MedioPago_TB.Size = new System.Drawing.Size(200, 21);
            this.MedioPago_TB.TabIndex = 101;
            this.MedioPago_TB.TabStop = false;
            // 
            // Cuenta_TB
            // 
            this.Cuenta_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "CuentaBancaria", true));
            this.Cuenta_TB.Location = new System.Drawing.Point(400, 39);
            this.Cuenta_TB.Name = "Cuenta_TB";
            this.Cuenta_TB.ReadOnly = true;
            this.Cuenta_TB.Size = new System.Drawing.Size(200, 21);
            this.Cuenta_TB.TabIndex = 72;
            this.Cuenta_TB.TabStop = false;
            // 
            // MedioPago_BT
            // 
            this.MedioPago_BT.Image = global::moleQule.Face.Store.Properties.Resources.select_16;
            this.MedioPago_BT.Location = new System.Drawing.Point(606, 12);
            this.MedioPago_BT.Name = "MedioPago_BT";
            this.MedioPago_BT.Size = new System.Drawing.Size(28, 22);
            this.MedioPago_BT.TabIndex = 3;
            this.MedioPago_BT.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(158, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(31, 13);
            this.label2.TabIndex = 99;
            this.label2.Text = "Tipo:";
            // 
            // Observaciones_RTB
            // 
            this.Observaciones_RTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "Observaciones", true));
            this.Observaciones_RTB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Observaciones_RTB.Location = new System.Drawing.Point(661, 32);
            this.Observaciones_RTB.Name = "Observaciones_RTB";
            this.Observaciones_RTB.Size = new System.Drawing.Size(320, 105);
            this.Observaciones_RTB.TabIndex = 10;
            this.Observaciones_RTB.Text = "";
            // 
            // textBox1
            // 
            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "TipoPagoLabel", true));
            this.textBox1.Enabled = false;
            this.textBox1.Location = new System.Drawing.Point(195, 11);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(101, 21);
            this.textBox1.TabIndex = 98;
            this.textBox1.TabStop = false;
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // GastosBancarios_NTB
            // 
            this.GastosBancarios_NTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "GastosBancarios", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
            this.GastosBancarios_NTB.Location = new System.Drawing.Point(621, 145);
            this.GastosBancarios_NTB.Name = "GastosBancarios_NTB";
            this.GastosBancarios_NTB.Size = new System.Drawing.Size(54, 21);
            this.GastosBancarios_NTB.TabIndex = 9;
            this.GastosBancarios_NTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.GastosBancarios_NTB.TextIsCurrency = false;
            this.GastosBancarios_NTB.TextIsInteger = false;
            // 
            // NoAsignado_TB
            // 
            this.NoAsignado_TB.Enabled = false;
            this.NoAsignado_TB.Font = new System.Drawing.Font("Tahoma", 8.25F);
            this.NoAsignado_TB.Location = new System.Drawing.Point(141, 92);
            this.NoAsignado_TB.Name = "NoAsignado_TB";
            this.NoAsignado_TB.ReadOnly = true;
            this.NoAsignado_TB.Size = new System.Drawing.Size(98, 21);
            this.NoAsignado_TB.TabIndex = 71;
            this.NoAsignado_TB.TabStop = false;
            this.NoAsignado_TB.Text = "0.00";
            this.NoAsignado_TB.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // Tarjeta_BT
            // 
            this.Tarjeta_BT.Enabled = false;
            this.Tarjeta_BT.Image = global::moleQule.Face.Store.Properties.Resources.select_16;
            this.Tarjeta_BT.Location = new System.Drawing.Point(606, 65);
            this.Tarjeta_BT.Name = "Tarjeta_BT";
            this.Tarjeta_BT.Size = new System.Drawing.Size(29, 22);
            this.Tarjeta_BT.TabIndex = 5;
            this.Tarjeta_BT.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(138, 73);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 73;
            this.label1.Text = "No Asignado:";
            // 
            // Fecha_DTP
            // 
            this.Fecha_DTP.CustomFormat = "dd/MM/yyyy HH:mm";
            this.Fecha_DTP.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Fecha_DTP.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.Fecha_DTP.Location = new System.Drawing.Point(400, 93);
            this.Fecha_DTP.Name = "Fecha_DTP";
            this.Fecha_DTP.ShowCheckBox = true;
            this.Fecha_DTP.Size = new System.Drawing.Size(145, 21);
            this.Fecha_DTP.TabIndex = 6;
            // 
            // Tarjeta_TB
            // 
            this.Tarjeta_TB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "TarjetaCredito", true));
            this.Tarjeta_TB.Location = new System.Drawing.Point(400, 66);
            this.Tarjeta_TB.Name = "Tarjeta_TB";
            this.Tarjeta_TB.ReadOnly = true;
            this.Tarjeta_TB.Size = new System.Drawing.Size(200, 21);
            this.Tarjeta_TB.TabIndex = 93;
            this.Tarjeta_TB.TabStop = false;
            // 
            // Vencimiento_DTP
            // 
            this.Vencimiento_DTP.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Vencimiento_DTP.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.Vencimiento_DTP.Location = new System.Drawing.Point(400, 120);
            this.Vencimiento_DTP.Name = "Vencimiento_DTP";
            this.Vencimiento_DTP.ShowCheckBox = true;
            this.Vencimiento_DTP.Size = new System.Drawing.Size(145, 21);
            this.Vencimiento_DTP.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(18, 15);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 13);
            this.label3.TabIndex = 90;
            this.label3.Text = "Código:";
            // 
            // Importe_NTB
            // 
            this.Importe_NTB.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.Datos, "Importe", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
            this.Importe_NTB.Location = new System.Drawing.Point(37, 92);
            this.Importe_NTB.Name = "Importe_NTB";
            this.Importe_NTB.Size = new System.Drawing.Size(98, 21);
            this.Importe_NTB.TabIndex = 0;
            this.Importe_NTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.Importe_NTB.TextIsCurrency = false;
            this.Importe_NTB.TextIsInteger = false;
            // 
            // Liberar_BT
            // 
            this.Liberar_BT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Liberar_BT.Location = new System.Drawing.Point(68, 119);
            this.Liberar_BT.Name = "Liberar_BT";
            this.Liberar_BT.Size = new System.Drawing.Size(67, 23);
            this.Liberar_BT.TabIndex = 1;
            this.Liberar_BT.Tag = "NO FORMAT";
            this.Liberar_BT.Text = "Ninguno";
            this.Liberar_BT.UseVisualStyleBackColor = true;
            // 
            // Cuenta_BT
            // 
            this.Cuenta_BT.Image = global::moleQule.Face.Store.Properties.Resources.select_16;
            this.Cuenta_BT.Location = new System.Drawing.Point(606, 39);
            this.Cuenta_BT.Name = "Cuenta_BT";
            this.Cuenta_BT.Size = new System.Drawing.Size(29, 21);
            this.Cuenta_BT.TabIndex = 4;
            this.Cuenta_BT.UseVisualStyleBackColor = true;
            // 
            // Repartir_BT
            // 
            this.Repartir_BT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Repartir_BT.Location = new System.Drawing.Point(141, 119);
            this.Repartir_BT.Name = "Repartir_BT";
            this.Repartir_BT.Size = new System.Drawing.Size(67, 23);
            this.Repartir_BT.TabIndex = 2;
            this.Repartir_BT.Tag = "NO FORMAT";
            this.Repartir_BT.Text = "Repartir";
            this.Repartir_BT.UseVisualStyleBackColor = true;
            // 
            // Gastos_GB
            // 
            this.Gastos_GB.Controls.Add(this.Gastos_Panel);
            this.Gastos_GB.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Gastos_GB.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Gastos_GB.Location = new System.Drawing.Point(0, 0);
            this.Gastos_GB.Name = "Gastos_GB";
            this.Gastos_GB.Size = new System.Drawing.Size(1016, 412);
            this.Gastos_GB.TabIndex = 0;
            this.Gastos_GB.TabStop = false;
            this.Gastos_GB.Text = "Préstamos Pendientes de Pago";
            // 
            // Gastos_Panel
            // 
            this.Gastos_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Gastos_Panel.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.Gastos_Panel.Location = new System.Drawing.Point(3, 17);
            this.Gastos_Panel.Name = "Gastos_Panel";
            this.Gastos_Panel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // Gastos_Panel.Panel1
            // 
            this.Gastos_Panel.Panel1.Controls.Add(this.Facturas_TS);
            this.Gastos_Panel.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            // 
            // Gastos_Panel.Panel2
            // 
            this.Gastos_Panel.Panel2.Controls.Add(this.Lineas_DGW);
            this.Gastos_Panel.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Gastos_Panel.Size = new System.Drawing.Size(1010, 392);
            this.Gastos_Panel.SplitterDistance = 38;
            this.Gastos_Panel.SplitterWidth = 1;
            this.Gastos_Panel.TabIndex = 8;
            // 
            // Facturas_TS
            // 
            this.Facturas_TS.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.Facturas_TS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AddFactura_TI,
            this.EditFactura_TI,
            this.ViewFactura_TI,
            this.DeleteFactura_TI,
            this.toolStripLabel2});
            this.Facturas_TS.Location = new System.Drawing.Point(0, 0);
            this.Facturas_TS.Name = "Facturas_TS";
            this.HelpProvider.SetShowHelp(this.Facturas_TS, true);
            this.Facturas_TS.Size = new System.Drawing.Size(1010, 39);
            this.Facturas_TS.TabIndex = 5;
            // 
            // AddFactura_TI
            // 
            this.AddFactura_TI.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.AddFactura_TI.Image = global::moleQule.Face.Store.Properties.Resources.item_add;
            this.AddFactura_TI.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.AddFactura_TI.Name = "AddFactura_TI";
            this.AddFactura_TI.Size = new System.Drawing.Size(36, 36);
            this.AddFactura_TI.Text = "Nuevo";
            this.AddFactura_TI.Visible = false;
            // 
            // EditFactura_TI
            // 
            this.EditFactura_TI.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.EditFactura_TI.Enabled = false;
            this.EditFactura_TI.Image = global::moleQule.Face.Store.Properties.Resources.item_edit;
            this.EditFactura_TI.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.EditFactura_TI.Name = "EditFactura_TI";
            this.EditFactura_TI.Size = new System.Drawing.Size(36, 36);
            this.EditFactura_TI.Text = "Editar";
            // 
            // ViewFactura_TI
            // 
            this.ViewFactura_TI.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ViewFactura_TI.Enabled = false;
            this.ViewFactura_TI.Image = global::moleQule.Face.Store.Properties.Resources.item_view;
            this.ViewFactura_TI.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ViewFactura_TI.Name = "ViewFactura_TI";
            this.ViewFactura_TI.Size = new System.Drawing.Size(36, 36);
            this.ViewFactura_TI.Text = "Ver";
            // 
            // DeleteFactura_TI
            // 
            this.DeleteFactura_TI.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.DeleteFactura_TI.Image = global::moleQule.Face.Store.Properties.Resources.item_delete;
            this.DeleteFactura_TI.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.DeleteFactura_TI.Name = "DeleteFactura_TI";
            this.DeleteFactura_TI.Size = new System.Drawing.Size(36, 36);
            this.DeleteFactura_TI.Text = "Borrar";
            this.DeleteFactura_TI.Visible = false;
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(0, 36);
            // 
            // Lineas_DGW
            // 
            this.Lineas_DGW.AllowUserToAddRows = false;
            this.Lineas_DGW.AllowUserToDeleteRows = false;
            this.Lineas_DGW.AutoGenerateColumns = false;
            this.Lineas_DGW.ColumnHeadersHeight = 36;
            this.Lineas_DGW.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.codigoDataGridViewTextBoxColumn,
            this.DescripcionCol,
            this.fechaDataGridViewTextBoxColumn,
            this.FechaVencimiento,
            this.Total,
            this.TotalPagado,
            this.Pendiente,
            this.Acumulado,
            this.Asignado,
            this.ObservacionesCol,
            this.Vinculado});
            this.Lineas_DGW.DataSource = this.Datos_Lineas;
            this.Lineas_DGW.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Lineas_DGW.Location = new System.Drawing.Point(0, 0);
            this.Lineas_DGW.MultiSelect = false;
            this.Lineas_DGW.Name = "Lineas_DGW";
            this.Lineas_DGW.ReadOnly = true;
            this.Lineas_DGW.RowHeadersWidth = 25;
            this.Lineas_DGW.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.Lineas_DGW.Size = new System.Drawing.Size(1010, 353);
            this.Lineas_DGW.TabIndex = 3;
            this.Lineas_DGW.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gastos_DGW_CellClick);
            this.Lineas_DGW.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gastos_DGW_DoubleClick);
            // 
            // codigoDataGridViewTextBoxColumn
            // 
            this.codigoDataGridViewTextBoxColumn.DataPropertyName = "Codigo";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.codigoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
            this.codigoDataGridViewTextBoxColumn.HeaderText = "ID";
            this.codigoDataGridViewTextBoxColumn.Name = "codigoDataGridViewTextBoxColumn";
            this.codigoDataGridViewTextBoxColumn.ReadOnly = true;
            this.codigoDataGridViewTextBoxColumn.Width = 45;
            // 
            // DescripcionCol
            // 
            this.DescripcionCol.DataPropertyName = "Nombre";
            this.DescripcionCol.HeaderText = "Préstamo";
            this.DescripcionCol.Name = "DescripcionCol";
            this.DescripcionCol.ReadOnly = true;
            this.DescripcionCol.Width = 200;
            // 
            // fechaDataGridViewTextBoxColumn
            // 
            this.fechaDataGridViewTextBoxColumn.DataPropertyName = "Fecha";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.Format = "d";
            this.fechaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
            this.fechaDataGridViewTextBoxColumn.HeaderText = "Fecha";
            this.fechaDataGridViewTextBoxColumn.Name = "fechaDataGridViewTextBoxColumn";
            this.fechaDataGridViewTextBoxColumn.ReadOnly = true;
            this.fechaDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.fechaDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.fechaDataGridViewTextBoxColumn.Width = 70;
            // 
            // FechaVencimiento
            // 
            this.FechaVencimiento.DataPropertyName = "FechaVencimiento";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.Format = "d";
            this.FechaVencimiento.DefaultCellStyle = dataGridViewCellStyle3;
            this.FechaVencimiento.HeaderText = "Fecha Vto.";
            this.FechaVencimiento.Name = "FechaVencimiento";
            this.FechaVencimiento.ReadOnly = true;
            this.FechaVencimiento.Width = 70;
            // 
            // Total
            // 
            this.Total.DataPropertyName = "Importe";
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle4.Format = "N2";
            this.Total.DefaultCellStyle = dataGridViewCellStyle4;
            this.Total.HeaderText = "Importe";
            this.Total.Name = "Total";
            this.Total.ReadOnly = true;
            this.Total.Width = 80;
            // 
            // TotalPagado
            // 
            this.TotalPagado.DataPropertyName = "TotalPagado";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle5.Format = "N2";
            dataGridViewCellStyle5.NullValue = null;
            this.TotalPagado.DefaultCellStyle = dataGridViewCellStyle5;
            this.TotalPagado.HeaderText = "Importe Pagado";
            this.TotalPagado.Name = "TotalPagado";
            this.TotalPagado.ReadOnly = true;
            this.TotalPagado.Width = 70;
            // 
            // Pendiente
            // 
            this.Pendiente.DataPropertyName = "Pendiente";
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle6.Format = "N2";
            this.Pendiente.DefaultCellStyle = dataGridViewCellStyle6;
            this.Pendiente.HeaderText = "Importe Pendiente";
            this.Pendiente.Name = "Pendiente";
            this.Pendiente.ReadOnly = true;
            this.Pendiente.Width = 70;
            // 
            // Acumulado
            // 
            this.Acumulado.DataPropertyName = "Acumulado";
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle7.Format = "N2";
            dataGridViewCellStyle7.NullValue = null;
            this.Acumulado.DefaultCellStyle = dataGridViewCellStyle7;
            this.Acumulado.HeaderText = "Importe Acumulado";
            this.Acumulado.Name = "Acumulado";
            this.Acumulado.ReadOnly = true;
            this.Acumulado.Width = 75;
            // 
            // Asignado
            // 
            this.Asignado.DataPropertyName = "Asignado";
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle8.Format = "N2";
            dataGridViewCellStyle8.NullValue = null;
            this.Asignado.DefaultCellStyle = dataGridViewCellStyle8;
            this.Asignado.HeaderText = "Importe Asignado";
            this.Asignado.Name = "Asignado";
            this.Asignado.ReadOnly = true;
            this.Asignado.Width = 70;
            // 
            // ObservacionesCol
            // 
            this.ObservacionesCol.DataPropertyName = "Observaciones";
            this.ObservacionesCol.HeaderText = "Observaciones";
            this.ObservacionesCol.Name = "ObservacionesCol";
            this.ObservacionesCol.ReadOnly = true;
            this.ObservacionesCol.Width = 150;
            // 
            // Vinculado
            // 
            this.Vinculado.DataPropertyName = "Vinculado";
            this.Vinculado.HeaderText = "Vinculado";
            this.Vinculado.Name = "Vinculado";
            this.Vinculado.ReadOnly = true;
            this.Vinculado.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.Vinculado.Width = 70;
            // 
            // Datos_Lineas
            // 
            this.Datos_Lineas.DataSource = typeof(moleQule.Library.Store.Loans);
            // 
            // PagoPrestamoForm
            // 
            this.ClientSize = new System.Drawing.Size(1018, 674);
            this.HelpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TopicId);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PagoPrestamoForm";
            this.HelpProvider.SetShowHelp(this, true);
            this.Text = "Pago de Préstamos";
            this.PanelesV.Panel1.ResumeLayout(false);
            this.PanelesV.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.PanelesV)).EndInit();
            this.PanelesV.ResumeLayout(false);
            this.Paneles2.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Paneles2)).EndInit();
            this.Paneles2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Datos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ErrorMng_EP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Animation)).EndInit();
            this.Progress_Panel.ResumeLayout(false);
            this.Progress_Panel.PerformLayout();
            this.ProgressBK_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Progress_PB)).EndInit();
            this.Main_SC.Panel1.ResumeLayout(false);
            this.Main_SC.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Main_SC)).EndInit();
            this.Main_SC.ResumeLayout(false);
            this.Payment_GB.ResumeLayout(false);
            this.Source_Panel.ResumeLayout(false);
            this.Source_Panel.PerformLayout();
            this.Gastos_GB.ResumeLayout(false);
            this.Gastos_Panel.Panel1.ResumeLayout(false);
            this.Gastos_Panel.Panel1.PerformLayout();
            this.Gastos_Panel.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Gastos_Panel)).EndInit();
            this.Gastos_Panel.ResumeLayout(false);
            this.Facturas_TS.ResumeLayout(false);
            this.Facturas_TS.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Lineas_DGW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Datos_Lineas)).EndInit();
            this.ResumeLayout(false);

        }
Example #37
0
 /// <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 id_клиентаLabel;
     System.Windows.Forms.Label фамилияLabel;
     System.Windows.Forms.Label имяLabel;
     System.Windows.Forms.Label отчествоLabel;
     System.Windows.Forms.Label водительские_праваLabel;
     System.Windows.Forms.Label адресLabel;
     System.Windows.Forms.Label паспортLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Client));
     this.carsDataSet                      = new carsdb.carsDataSet();
     this.клиентBindingSource              = new System.Windows.Forms.BindingSource(this.components);
     this.клиентTableAdapter               = new carsdb.carsDataSetTableAdapters.КлиентTableAdapter();
     this.tableAdapterManager              = new carsdb.carsDataSetTableAdapters.TableAdapterManager();
     this.клиентBindingNavigator           = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.клиентBindingNavigatorSaveItem   = new System.Windows.Forms.ToolStripButton();
     this.id_клиентаTextBox                = new System.Windows.Forms.TextBox();
     this.фамилияTextBox                   = new System.Windows.Forms.TextBox();
     this.имяTextBox                = new System.Windows.Forms.TextBox();
     this.отчествоTextBox           = new System.Windows.Forms.TextBox();
     this.водительские_праваTextBox = new System.Windows.Forms.TextBox();
     this.адресTextBox              = new System.Windows.Forms.TextBox();
     this.паспортTextBox            = new System.Windows.Forms.TextBox();
     this.toolStripButton1          = new System.Windows.Forms.ToolStripButton();
     id_клиентаLabel                = new System.Windows.Forms.Label();
     фамилияLabel            = new System.Windows.Forms.Label();
     имяLabel                = new System.Windows.Forms.Label();
     отчествоLabel           = new System.Windows.Forms.Label();
     водительские_праваLabel = new System.Windows.Forms.Label();
     адресLabel              = new System.Windows.Forms.Label();
     паспортLabel            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.carsDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.клиентBindingNavigator)).BeginInit();
     this.клиентBindingNavigator.SuspendLayout();
     this.SuspendLayout();
     //
     // id_клиентаLabel
     //
     id_клиентаLabel.AutoSize = true;
     id_клиентаLabel.Location = new System.Drawing.Point(12, 35);
     id_клиентаLabel.Name     = "id_клиентаLabel";
     id_клиентаLabel.Size     = new System.Drawing.Size(62, 13);
     id_клиентаLabel.TabIndex = 1;
     id_клиентаLabel.Text     = "id клиента:";
     //
     // фамилияLabel
     //
     фамилияLabel.AutoSize = true;
     фамилияLabel.Location = new System.Drawing.Point(12, 61);
     фамилияLabel.Name     = "фамилияLabel";
     фамилияLabel.Size     = new System.Drawing.Size(59, 13);
     фамилияLabel.TabIndex = 3;
     фамилияLabel.Text     = "Фамилия:";
     //
     // имяLabel
     //
     имяLabel.AutoSize = true;
     имяLabel.Location = new System.Drawing.Point(12, 87);
     имяLabel.Name     = "имяLabel";
     имяLabel.Size     = new System.Drawing.Size(32, 13);
     имяLabel.TabIndex = 5;
     имяLabel.Text     = "Имя:";
     //
     // отчествоLabel
     //
     отчествоLabel.AutoSize = true;
     отчествоLabel.Location = new System.Drawing.Point(12, 113);
     отчествоLabel.Name     = "отчествоLabel";
     отчествоLabel.Size     = new System.Drawing.Size(57, 13);
     отчествоLabel.TabIndex = 7;
     отчествоLabel.Text     = "Отчество:";
     //
     // водительские_праваLabel
     //
     водительские_праваLabel.AutoSize = true;
     водительские_праваLabel.Location = new System.Drawing.Point(12, 139);
     водительские_праваLabel.Name     = "водительские_праваLabel";
     водительские_праваLabel.Size     = new System.Drawing.Size(115, 13);
     водительские_праваLabel.TabIndex = 9;
     водительские_праваLabel.Text     = "Водительские права:";
     //
     // адресLabel
     //
     адресLabel.AutoSize = true;
     адресLabel.Location = new System.Drawing.Point(12, 165);
     адресLabel.Name     = "адресLabel";
     адресLabel.Size     = new System.Drawing.Size(41, 13);
     адресLabel.TabIndex = 11;
     адресLabel.Text     = "Адрес:";
     //
     // паспортLabel
     //
     паспортLabel.AutoSize = true;
     паспортLabel.Location = new System.Drawing.Point(12, 191);
     паспортLabel.Name     = "паспортLabel";
     паспортLabel.Size     = new System.Drawing.Size(53, 13);
     паспортLabel.TabIndex = 13;
     паспортLabel.Text     = "Паспорт:";
     //
     // carsDataSet
     //
     this.carsDataSet.DataSetName             = "carsDataSet";
     this.carsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // клиентBindingSource
     //
     this.клиентBindingSource.DataMember = "Клиент";
     this.клиентBindingSource.DataSource = this.carsDataSet;
     //
     // клиентTableAdapter
     //
     this.клиентTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.UpdateOrder                    = carsdb.carsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.АвтомобильTableAdapter         = null;
     this.tableAdapterManager.АрендодательTableAdapter       = null;
     this.tableAdapterManager.Выдача_автомобилейTableAdapter = null;
     this.tableAdapterManager.График_возвратаTableAdapter    = null;
     this.tableAdapterManager.КлиентTableAdapter             = this.клиентTableAdapter;
     //
     // клиентBindingNavigator
     //
     this.клиентBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.клиентBindingNavigator.BindingSource = this.клиентBindingSource;
     this.клиентBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.клиентBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.клиентBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.клиентBindingNavigatorSaveItem,
         this.toolStripButton1
     });
     this.клиентBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.клиентBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.клиентBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.клиентBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.клиентBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.клиентBindingNavigator.Name             = "клиентBindingNavigator";
     this.клиентBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.клиентBindingNavigator.Size             = new System.Drawing.Size(375, 25);
     this.клиентBindingNavigator.TabIndex         = 0;
     this.клиентBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Добавить";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(43, 22);
     this.bindingNavigatorCountItem.Text        = "для {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Удалить";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Положение";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Текущее положение";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // клиентBindingNavigatorSaveItem
     //
     this.клиентBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.клиентBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("клиентBindingNavigatorSaveItem.Image")));
     this.клиентBindingNavigatorSaveItem.Name         = "клиентBindingNavigatorSaveItem";
     this.клиентBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.клиентBindingNavigatorSaveItem.Text         = "Сохранить данные";
     this.клиентBindingNavigatorSaveItem.Click       += new System.EventHandler(this.клиентBindingNavigatorSaveItem_Click);
     //
     // id_клиентаTextBox
     //
     this.id_клиентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "id_клиента", true));
     this.id_клиентаTextBox.Location = new System.Drawing.Point(133, 32);
     this.id_клиентаTextBox.Name     = "id_клиентаTextBox";
     this.id_клиентаTextBox.Size     = new System.Drawing.Size(100, 20);
     this.id_клиентаTextBox.TabIndex = 2;
     //
     // фамилияTextBox
     //
     this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Фамилия", true));
     this.фамилияTextBox.Location = new System.Drawing.Point(133, 58);
     this.фамилияTextBox.Name     = "фамилияTextBox";
     this.фамилияTextBox.Size     = new System.Drawing.Size(100, 20);
     this.фамилияTextBox.TabIndex = 4;
     //
     // имяTextBox
     //
     this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Имя", true));
     this.имяTextBox.Location = new System.Drawing.Point(133, 84);
     this.имяTextBox.Name     = "имяTextBox";
     this.имяTextBox.Size     = new System.Drawing.Size(100, 20);
     this.имяTextBox.TabIndex = 6;
     //
     // отчествоTextBox
     //
     this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Отчество", true));
     this.отчествоTextBox.Location = new System.Drawing.Point(133, 110);
     this.отчествоTextBox.Name     = "отчествоTextBox";
     this.отчествоTextBox.Size     = new System.Drawing.Size(100, 20);
     this.отчествоTextBox.TabIndex = 8;
     //
     // водительские_праваTextBox
     //
     this.водительские_праваTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Водительские_права", true));
     this.водительские_праваTextBox.Location = new System.Drawing.Point(133, 136);
     this.водительские_праваTextBox.Name     = "водительские_праваTextBox";
     this.водительские_праваTextBox.Size     = new System.Drawing.Size(100, 20);
     this.водительские_праваTextBox.TabIndex = 10;
     //
     // адресTextBox
     //
     this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Адрес", true));
     this.адресTextBox.Location = new System.Drawing.Point(133, 162);
     this.адресTextBox.Name     = "адресTextBox";
     this.адресTextBox.Size     = new System.Drawing.Size(100, 20);
     this.адресTextBox.TabIndex = 12;
     //
     // паспортTextBox
     //
     this.паспортTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Паспорт", true));
     this.паспортTextBox.Location = new System.Drawing.Point(133, 188);
     this.паспортTextBox.Name     = "паспортTextBox";
     this.паспортTextBox.Size     = new System.Drawing.Size(100, 20);
     this.паспортTextBox.TabIndex = 14;
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(63, 22);
     this.toolStripButton1.Text   = "Добавить";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // Client
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(375, 263);
     this.Controls.Add(id_клиентаLabel);
     this.Controls.Add(this.id_клиентаTextBox);
     this.Controls.Add(фамилияLabel);
     this.Controls.Add(this.фамилияTextBox);
     this.Controls.Add(имяLabel);
     this.Controls.Add(this.имяTextBox);
     this.Controls.Add(отчествоLabel);
     this.Controls.Add(this.отчествоTextBox);
     this.Controls.Add(водительские_праваLabel);
     this.Controls.Add(this.водительские_праваTextBox);
     this.Controls.Add(адресLabel);
     this.Controls.Add(this.адресTextBox);
     this.Controls.Add(паспортLabel);
     this.Controls.Add(this.паспортTextBox);
     this.Controls.Add(this.клиентBindingNavigator);
     this.Name  = "Client";
     this.Text  = "Клиент";
     this.Load += new System.EventHandler(this.Client_Load);
     ((System.ComponentModel.ISupportInitialize)(this.carsDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.клиентBindingNavigator)).EndInit();
     this.клиентBindingNavigator.ResumeLayout(false);
     this.клиентBindingNavigator.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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 label1;
     System.Windows.Forms.Label idmodalidadeLabel;
     System.Windows.Forms.Label diaDaSemanaLabel;
     System.Windows.Forms.Label localGinasioLabel;
     System.Windows.Forms.Label duracaoLabel;
     System.Windows.Forms.Label horaInicioLabel;
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGerirAulas));
     this.txtginasio          = new System.Windows.Forms.TextBox();
     this.txtduracao          = new System.Windows.Forms.TextBox();
     this.txtalunos           = new System.Windows.Forms.TextBox();
     this.dtpdata             = new System.Windows.Forms.DateTimePicker();
     this.button1             = new System.Windows.Forms.Button();
     this.maskedTextBox2      = new System.Windows.Forms.MaskedTextBox();
     this.cbomodalidade       = new System.Windows.Forms.ComboBox();
     this.lbltreinador        = new System.Windows.Forms.Label();
     this.cbotreinador        = new System.Windows.Forms.ComboBox();
     this.funcionarioBS       = new System.Windows.Forms.BindingSource(this.components);
     this.pAPDataSet          = new PAP.PAPDataSet();
     this.funcionarioTA       = new PAP.PAPDataSetTableAdapters.funcionarioTableAdapter();
     this.tableAdapterManager = new PAP.PAPDataSetTableAdapters.TableAdapterManager();
     this.aula_PresencaBS     = new System.Windows.Forms.BindingSource(this.components);
     this.label2                     = new System.Windows.Forms.Label();
     this.cboclientes                = new System.Windows.Forms.ComboBox();
     this.clienteBS                  = new System.Windows.Forms.BindingSource(this.components);
     this.clienteTA                  = new PAP.PAPDataSetTableAdapters.clienteTableAdapter();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.panel3                     = new System.Windows.Forms.Panel();
     this.panel4                     = new System.Windows.Forms.Panel();
     this.aula_Treinadordgv          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.aula_TreinadorBS           = new System.Windows.Forms.BindingSource(this.components);
     this.button2                    = new System.Windows.Forms.Button();
     this.aula_TreinadorTA           = new PAP.PAPDataSetTableAdapters.Aula_TreinadorTableAdapter();
     this.aula_AlunosBS              = new System.Windows.Forms.BindingSource(this.components);
     this.aula_AlunosTA              = new PAP.PAPDataSetTableAdapters.Aula_AlunosTableAdapter();
     this.aula_AlunosDataGridView    = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     label1            = new System.Windows.Forms.Label();
     idmodalidadeLabel = new System.Windows.Forms.Label();
     diaDaSemanaLabel  = new System.Windows.Forms.Label();
     localGinasioLabel = new System.Windows.Forms.Label();
     duracaoLabel      = new System.Windows.Forms.Label();
     horaInicioLabel   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.funcionarioBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pAPDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_PresencaBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clienteBS)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aula_Treinadordgv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_TreinadorBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_AlunosBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_AlunosDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.Location = new System.Drawing.Point(21, 159);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(204, 21);
     label1.TabIndex = 26;
     label1.Text     = "Número Max de Alunos";
     //
     // idmodalidadeLabel
     //
     idmodalidadeLabel.AutoSize = true;
     idmodalidadeLabel.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     idmodalidadeLabel.Location = new System.Drawing.Point(110, 130);
     idmodalidadeLabel.Name     = "idmodalidadeLabel";
     idmodalidadeLabel.Size     = new System.Drawing.Size(115, 21);
     idmodalidadeLabel.TabIndex = 25;
     idmodalidadeLabel.Text     = "Modalidade";
     //
     // diaDaSemanaLabel
     //
     diaDaSemanaLabel.AutoSize = true;
     diaDaSemanaLabel.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     diaDaSemanaLabel.Location = new System.Drawing.Point(115, 101);
     diaDaSemanaLabel.Name     = "diaDaSemanaLabel";
     diaDaSemanaLabel.Size     = new System.Drawing.Size(110, 21);
     diaDaSemanaLabel.TabIndex = 24;
     diaDaSemanaLabel.Text     = "Dia da Aula";
     //
     // localGinasioLabel
     //
     localGinasioLabel.AutoSize = true;
     localGinasioLabel.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     localGinasioLabel.Location = new System.Drawing.Point(98, 72);
     localGinasioLabel.Name     = "localGinasioLabel";
     localGinasioLabel.Size     = new System.Drawing.Size(127, 21);
     localGinasioLabel.TabIndex = 23;
     localGinasioLabel.Text     = "Local da Aula";
     //
     // duracaoLabel
     //
     duracaoLabel.AutoSize = true;
     duracaoLabel.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     duracaoLabel.Location = new System.Drawing.Point(40, 43);
     duracaoLabel.Name     = "duracaoLabel";
     duracaoLabel.Size     = new System.Drawing.Size(185, 21);
     duracaoLabel.TabIndex = 22;
     duracaoLabel.Text     = "Duração em Minutos";
     //
     // horaInicioLabel
     //
     horaInicioLabel.AutoSize = true;
     horaInicioLabel.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     horaInicioLabel.Location = new System.Drawing.Point(27, 14);
     horaInicioLabel.Name     = "horaInicioLabel";
     horaInicioLabel.Size     = new System.Drawing.Size(198, 21);
     horaInicioLabel.TabIndex = 21;
     horaInicioLabel.Text     = "Hora de Inicio da Aula";
     //
     // txtginasio
     //
     this.txtginasio.Location = new System.Drawing.Point(231, 73);
     this.txtginasio.Name     = "txtginasio";
     this.txtginasio.ReadOnly = true;
     this.txtginasio.Size     = new System.Drawing.Size(200, 22);
     this.txtginasio.TabIndex = 29;
     //
     // txtduracao
     //
     this.txtduracao.Location = new System.Drawing.Point(231, 45);
     this.txtduracao.Name     = "txtduracao";
     this.txtduracao.ReadOnly = true;
     this.txtduracao.Size     = new System.Drawing.Size(100, 22);
     this.txtduracao.TabIndex = 28;
     //
     // txtalunos
     //
     this.txtalunos.Location = new System.Drawing.Point(231, 159);
     this.txtalunos.Name     = "txtalunos";
     this.txtalunos.ReadOnly = true;
     this.txtalunos.Size     = new System.Drawing.Size(100, 22);
     this.txtalunos.TabIndex = 27;
     //
     // dtpdata
     //
     this.dtpdata.Enabled  = false;
     this.dtpdata.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpdata.Location = new System.Drawing.Point(231, 102);
     this.dtpdata.Name     = "dtpdata";
     this.dtpdata.Size     = new System.Drawing.Size(100, 22);
     this.dtpdata.TabIndex = 18;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(309, 183);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(145, 42);
     this.button1.TabIndex = 20;
     this.button1.Text     = "Inserir Clientes";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Location       = new System.Drawing.Point(231, 15);
     this.maskedTextBox2.Mask           = "00:00";
     this.maskedTextBox2.Name           = "maskedTextBox2";
     this.maskedTextBox2.ReadOnly       = true;
     this.maskedTextBox2.Size           = new System.Drawing.Size(48, 22);
     this.maskedTextBox2.TabIndex       = 17;
     this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
     //
     // cbomodalidade
     //
     this.cbomodalidade.DisplayMember     = "NomeModalidade";
     this.cbomodalidade.Enabled           = false;
     this.cbomodalidade.FormattingEnabled = true;
     this.cbomodalidade.Location          = new System.Drawing.Point(231, 131);
     this.cbomodalidade.Name        = "cbomodalidade";
     this.cbomodalidade.Size        = new System.Drawing.Size(200, 24);
     this.cbomodalidade.TabIndex    = 19;
     this.cbomodalidade.ValueMember = "idModalidade";
     //
     // lbltreinador
     //
     this.lbltreinador.AutoSize = true;
     this.lbltreinador.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltreinador.Location = new System.Drawing.Point(14, 15);
     this.lbltreinador.Name     = "lbltreinador";
     this.lbltreinador.Size     = new System.Drawing.Size(175, 21);
     this.lbltreinador.TabIndex = 30;
     this.lbltreinador.Text     = "Nome do Treinador \r\n";
     //
     // cbotreinador
     //
     this.cbotreinador.DataSource        = this.funcionarioBS;
     this.cbotreinador.DisplayMember     = "Nome";
     this.cbotreinador.FormattingEnabled = true;
     this.cbotreinador.Location          = new System.Drawing.Point(195, 15);
     this.cbotreinador.Name                  = "cbotreinador";
     this.cbotreinador.Size                  = new System.Drawing.Size(265, 24);
     this.cbotreinador.TabIndex              = 32;
     this.cbotreinador.ValueMember           = "idfuncionario";
     this.cbotreinador.SelectedIndexChanged += new System.EventHandler(this.cbotreinador_SelectedIndexChanged);
     //
     // funcionarioBS
     //
     this.funcionarioBS.DataMember = "funcionario";
     this.funcionarioBS.DataSource = this.pAPDataSet;
     //
     // pAPDataSet
     //
     this.pAPDataSet.DataSetName             = "PAPDataSet";
     this.pAPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // funcionarioTA
     //
     this.funcionarioTA.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.Aula_AlunosTableAdapter     = null;
     this.tableAdapterManager.Aula_TreinadorTableAdapter  = null;
     this.tableAdapterManager.AulaTableAdapter            = null;
     this.tableAdapterManager.AvaliacaoFisicaTableAdapter = null;
     this.tableAdapterManager.BackupDataSetBeforeUpdate   = false;
     this.tableAdapterManager.clienteTableAdapter         = null;
     this.tableAdapterManager.funcionarioTableAdapter     = this.funcionarioTA;
     this.tableAdapterManager.inscricoesTableAdapter      = null;
     this.tableAdapterManager.ModalidadesTableAdapter     = null;
     //this.tableAdapterManager.ProdutosTableAdapter = null;
     //this.tableAdapterManager.stockTableAdapter = null;
     this.tableAdapterManager.UpdateOrder = PAP.PAPDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //this.tableAdapterManager.VendaTableAdapter = null;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(20, 62);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 21);
     this.label2.TabIndex = 34;
     this.label2.Text     = "Clientes";
     //
     // cboclientes
     //
     this.cboclientes.DataSource        = this.clienteBS;
     this.cboclientes.DisplayMember     = "Nome";
     this.cboclientes.FormattingEnabled = true;
     this.cboclientes.Location          = new System.Drawing.Point(102, 59);
     this.cboclientes.Name        = "cboclientes";
     this.cboclientes.Size        = new System.Drawing.Size(265, 24);
     this.cboclientes.TabIndex    = 35;
     this.cboclientes.ValueMember = "idcliente";
     //
     // clienteBS
     //
     this.clienteBS.DataMember = "cliente";
     this.clienteBS.DataSource = this.pAPDataSet;
     //
     // clienteTA
     //
     this.clienteTA.ClearBeforeFill = true;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.aula_AlunosDataGridView);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Controls.Add(this.cboclientes);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 197);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(940, 237);
     this.panel2.TabIndex = 36;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     this.panel1.Location  = new System.Drawing.Point(3, 6);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(928, 2);
     this.panel1.TabIndex  = 36;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.maskedTextBox2);
     this.panel3.Controls.Add(this.cbomodalidade);
     this.panel3.Controls.Add(this.dtpdata);
     this.panel3.Controls.Add(idmodalidadeLabel);
     this.panel3.Controls.Add(label1);
     this.panel3.Controls.Add(horaInicioLabel);
     this.panel3.Controls.Add(diaDaSemanaLabel);
     this.panel3.Controls.Add(this.txtginasio);
     this.panel3.Controls.Add(this.txtalunos);
     this.panel3.Controls.Add(duracaoLabel);
     this.panel3.Controls.Add(localGinasioLabel);
     this.panel3.Controls.Add(this.txtduracao);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(465, 197);
     this.panel3.TabIndex = 37;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.aula_Treinadordgv);
     this.panel4.Controls.Add(this.button2);
     this.panel4.Controls.Add(this.lbltreinador);
     this.panel4.Controls.Add(this.cbotreinador);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(463, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(477, 197);
     this.panel4.TabIndex = 38;
     //
     // aula_Treinadordgv
     //
     this.aula_Treinadordgv.AllowUserToAddRows    = false;
     this.aula_Treinadordgv.AllowUserToDeleteRows = false;
     this.aula_Treinadordgv.AutoGenerateColumns   = false;
     this.aula_Treinadordgv.BackgroundColor       = System.Drawing.SystemColors.Window;
     this.aula_Treinadordgv.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle4.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle4.Font                          = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor                     = System.Drawing.Color.White;
     dataGridViewCellStyle4.SelectionBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle4.SelectionForeColor            = System.Drawing.Color.White;
     dataGridViewCellStyle4.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
     this.aula_Treinadordgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.aula_Treinadordgv.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.aula_Treinadordgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4
     });
     this.aula_Treinadordgv.DataSource                 = this.aula_TreinadorBS;
     dataGridViewCellStyle5.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle5.Font                       = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor                  = System.Drawing.Color.White;
     dataGridViewCellStyle5.SelectionBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle5.SelectionForeColor         = System.Drawing.Color.White;
     dataGridViewCellStyle5.WrapMode                   = System.Windows.Forms.DataGridViewTriState.False;
     this.aula_Treinadordgv.DefaultCellStyle           = dataGridViewCellStyle5;
     this.aula_Treinadordgv.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     this.aula_Treinadordgv.Location                   = new System.Drawing.Point(146, 57);
     this.aula_Treinadordgv.Name                       = "aula_Treinadordgv";
     this.aula_Treinadordgv.ReadOnly                   = true;
     dataGridViewCellStyle6.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle6.Font                       = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor                  = System.Drawing.Color.White;
     dataGridViewCellStyle6.SelectionBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle6.SelectionForeColor         = System.Drawing.Color.White;
     dataGridViewCellStyle6.WrapMode                   = System.Windows.Forms.DataGridViewTriState.True;
     this.aula_Treinadordgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.aula_Treinadordgv.RowHeadersVisible          = false;
     this.aula_Treinadordgv.RowTemplate.Height         = 24;
     this.aula_Treinadordgv.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.aula_Treinadordgv.Size                       = new System.Drawing.Size(258, 67);
     this.aula_Treinadordgv.TabIndex                   = 33;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.DataPropertyName = "idaula";
     this.dataGridViewTextBoxColumn3.FillWeight       = 50F;
     this.dataGridViewTextBoxColumn3.HeaderText       = "idaula";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn4.DataPropertyName = "idfuncionario";
     this.dataGridViewTextBoxColumn4.HeaderText       = "idfuncionario";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     //
     // aula_TreinadorBS
     //
     this.aula_TreinadorBS.DataMember = "Aula_Treinador";
     this.aula_TreinadorBS.DataSource = this.pAPDataSet;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(322, 159);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(143, 37);
     this.button2.TabIndex = 33;
     this.button2.Text     = "Inserir Treinador";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // aula_TreinadorTA
     //
     this.aula_TreinadorTA.ClearBeforeFill = true;
     //
     // aula_AlunosBS
     //
     this.aula_AlunosBS.DataMember = "Aula_Alunos";
     this.aula_AlunosBS.DataSource = this.pAPDataSet;
     //
     // aula_AlunosTA
     //
     this.aula_AlunosTA.ClearBeforeFill = true;
     //
     // aula_AlunosDataGridView
     //
     this.aula_AlunosDataGridView.AllowUserToAddRows    = false;
     this.aula_AlunosDataGridView.AllowUserToDeleteRows = false;
     this.aula_AlunosDataGridView.AutoGenerateColumns   = false;
     this.aula_AlunosDataGridView.BackgroundColor       = System.Drawing.Color.White;
     this.aula_AlunosDataGridView.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.aula_AlunosDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.aula_AlunosDataGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.aula_AlunosDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6
     });
     this.aula_AlunosDataGridView.DataSource                 = this.aula_AlunosBS;
     dataGridViewCellStyle2.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle2.Font                             = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                        = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle2.SelectionForeColor               = System.Drawing.Color.White;
     dataGridViewCellStyle2.WrapMode                         = System.Windows.Forms.DataGridViewTriState.False;
     this.aula_AlunosDataGridView.DefaultCellStyle           = dataGridViewCellStyle2;
     this.aula_AlunosDataGridView.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     this.aula_AlunosDataGridView.Location                   = new System.Drawing.Point(641, 24);
     this.aula_AlunosDataGridView.Name                       = "aula_AlunosDataGridView";
     this.aula_AlunosDataGridView.ReadOnly                   = true;
     dataGridViewCellStyle3.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(41)))), ((int)(((byte)(40)))));
     dataGridViewCellStyle3.Font                             = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                        = System.Drawing.Color.White;
     dataGridViewCellStyle3.SelectionBackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     dataGridViewCellStyle3.SelectionForeColor               = System.Drawing.Color.White;
     dataGridViewCellStyle3.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.aula_AlunosDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.aula_AlunosDataGridView.RowHeadersVisible          = false;
     this.aula_AlunosDataGridView.RowTemplate.Height         = 24;
     this.aula_AlunosDataGridView.Size                       = new System.Drawing.Size(226, 201);
     this.aula_AlunosDataGridView.TabIndex                   = 36;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "idaula";
     this.dataGridViewTextBoxColumn5.HeaderText       = "idaula";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn6.DataPropertyName = "idcliente";
     this.dataGridViewTextBoxColumn6.FillWeight       = 120F;
     this.dataGridViewTextBoxColumn6.HeaderText       = "idcliente";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     //
     // FrmGerirAulas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(940, 434);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmGerirAulas";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Gestão de Aulas";
     this.Load           += new System.EventHandler(this.FrmGerirAulas_Load);
     ((System.ComponentModel.ISupportInitialize)(this.funcionarioBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pAPDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_PresencaBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clienteBS)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.aula_Treinadordgv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_TreinadorBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_AlunosBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aula_AlunosDataGridView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelUserProperty6Value = new System.Windows.Forms.Label();
     this.labelUserProperty6Title = new System.Windows.Forms.Label();
     this.labelUserProperty5Value = new System.Windows.Forms.Label();
     this.labelUserProperty4Value = new System.Windows.Forms.Label();
     this.labelUserProperty3Value = new System.Windows.Forms.Label();
     this.labelUserProperty2Value = new System.Windows.Forms.Label();
     this.labelUserProperty1Value = new System.Windows.Forms.Label();
     this.labelUserProperty4Title = new System.Windows.Forms.Label();
     this.labelUserProperty3Title = new System.Windows.Forms.Label();
     this.labelUserProperty2Title = new System.Windows.Forms.Label();
     this.labelUserProperty1Title = new System.Windows.Forms.Label();
     this.labelUserProperty5Title = new System.Windows.Forms.Label();
     this.pictureBoxTeam          = new System.Windows.Forms.PictureBox();
     this.panelLeftArea           = new System.Windows.Forms.Panel();
     this.labelNoBuddySelected    = new System.Windows.Forms.Label();
     this.pictureBoxBuddyPokemon  = new System.Windows.Forms.PictureBox();
     this.pictureBoxPlayerAvatar  = new System.Windows.Forms.PictureBox();
     this.labelNoTeamSelected     = new System.Windows.Forms.Label();
     this.btnTeam = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTeam)).BeginInit();
     this.panelLeftArea.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBuddyPokemon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerAvatar)).BeginInit();
     this.SuspendLayout();
     //
     // labelUserProperty6Value
     //
     this.labelUserProperty6Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty6Value.Location  = new System.Drawing.Point(388, 129);
     this.labelUserProperty6Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty6Value.Name      = "labelUserProperty6Value";
     this.labelUserProperty6Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty6Value.TabIndex  = 101;
     this.labelUserProperty6Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty6Title
     //
     this.labelUserProperty6Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty6Title.Location  = new System.Drawing.Point(255, 129);
     this.labelUserProperty6Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty6Title.Name      = "labelUserProperty6Title";
     this.labelUserProperty6Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty6Title.TabIndex  = 100;
     this.labelUserProperty6Title.Text      = "km Walked:";
     this.labelUserProperty6Title.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelUserProperty5Value
     //
     this.labelUserProperty5Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty5Value.Location  = new System.Drawing.Point(388, 109);
     this.labelUserProperty5Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty5Value.Name      = "labelUserProperty5Value";
     this.labelUserProperty5Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty5Value.TabIndex  = 99;
     this.labelUserProperty5Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty4Value
     //
     this.labelUserProperty4Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty4Value.Location  = new System.Drawing.Point(385, 89);
     this.labelUserProperty4Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty4Value.Name      = "labelUserProperty4Value";
     this.labelUserProperty4Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty4Value.TabIndex  = 98;
     this.labelUserProperty4Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty3Value
     //
     this.labelUserProperty3Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty3Value.Location  = new System.Drawing.Point(385, 68);
     this.labelUserProperty3Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty3Value.Name      = "labelUserProperty3Value";
     this.labelUserProperty3Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty3Value.TabIndex  = 97;
     this.labelUserProperty3Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty2Value
     //
     this.labelUserProperty2Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty2Value.Location  = new System.Drawing.Point(385, 48);
     this.labelUserProperty2Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty2Value.Name      = "labelUserProperty2Value";
     this.labelUserProperty2Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty2Value.TabIndex  = 96;
     this.labelUserProperty2Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty1Value
     //
     this.labelUserProperty1Value.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty1Value.Location  = new System.Drawing.Point(385, 28);
     this.labelUserProperty1Value.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty1Value.Name      = "labelUserProperty1Value";
     this.labelUserProperty1Value.Size      = new System.Drawing.Size(250, 20);
     this.labelUserProperty1Value.TabIndex  = 95;
     this.labelUserProperty1Value.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelUserProperty4Title
     //
     this.labelUserProperty4Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty4Title.Location  = new System.Drawing.Point(255, 89);
     this.labelUserProperty4Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty4Title.Name      = "labelUserProperty4Title";
     this.labelUserProperty4Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty4Title.TabIndex  = 94;
     this.labelUserProperty4Title.Text      = "Pokemon:";
     this.labelUserProperty4Title.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelUserProperty3Title
     //
     this.labelUserProperty3Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty3Title.Location  = new System.Drawing.Point(255, 68);
     this.labelUserProperty3Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty3Title.Name      = "labelUserProperty3Title";
     this.labelUserProperty3Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty3Title.TabIndex  = 93;
     this.labelUserProperty3Title.Text      = "Stardust:";
     this.labelUserProperty3Title.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelUserProperty2Title
     //
     this.labelUserProperty2Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty2Title.Location  = new System.Drawing.Point(255, 48);
     this.labelUserProperty2Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty2Title.Name      = "labelUserProperty2Title";
     this.labelUserProperty2Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty2Title.TabIndex  = 92;
     this.labelUserProperty2Title.Text      = "Level:";
     this.labelUserProperty2Title.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelUserProperty1Title
     //
     this.labelUserProperty1Title.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty1Title.Location  = new System.Drawing.Point(255, 28);
     this.labelUserProperty1Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty1Title.Name      = "labelUserProperty1Title";
     this.labelUserProperty1Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty1Title.TabIndex  = 91;
     this.labelUserProperty1Title.Text      = "Username:"******"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelUserProperty5Title.Location  = new System.Drawing.Point(255, 109);
     this.labelUserProperty5Title.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelUserProperty5Title.Name      = "labelUserProperty5Title";
     this.labelUserProperty5Title.Size      = new System.Drawing.Size(115, 20);
     this.labelUserProperty5Title.TabIndex  = 90;
     this.labelUserProperty5Title.Text      = "Pokedex:";
     this.labelUserProperty5Title.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pictureBoxTeam
     //
     this.pictureBoxTeam.Image    = global::PokemonGo.RocketAPI.Console.Properties.Resources.team_valor;
     this.pictureBoxTeam.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxTeam.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxTeam.Name     = "pictureBoxTeam";
     this.pictureBoxTeam.Size     = new System.Drawing.Size(239, 190);
     this.pictureBoxTeam.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxTeam.TabIndex = 64;
     this.pictureBoxTeam.TabStop  = false;
     //
     // panelLeftArea
     //
     this.panelLeftArea.Controls.Add(this.labelNoBuddySelected);
     this.panelLeftArea.Controls.Add(this.pictureBoxBuddyPokemon);
     this.panelLeftArea.Controls.Add(this.pictureBoxPlayerAvatar);
     this.panelLeftArea.Controls.Add(this.pictureBoxTeam);
     this.panelLeftArea.Controls.Add(this.labelNoTeamSelected);
     this.panelLeftArea.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelLeftArea.Location = new System.Drawing.Point(0, 0);
     this.panelLeftArea.Margin   = new System.Windows.Forms.Padding(2);
     this.panelLeftArea.Name     = "panelLeftArea";
     this.panelLeftArea.Size     = new System.Drawing.Size(240, 197);
     this.panelLeftArea.TabIndex = 89;
     //
     // labelNoBuddySelected
     //
     this.labelNoBuddySelected.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelNoBuddySelected.Location  = new System.Drawing.Point(2, 96);
     this.labelNoBuddySelected.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelNoBuddySelected.Name      = "labelNoBuddySelected";
     this.labelNoBuddySelected.Size      = new System.Drawing.Size(90, 90);
     this.labelNoBuddySelected.TabIndex  = 69;
     this.labelNoBuddySelected.Text      = "No Buddy";
     this.labelNoBuddySelected.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBoxBuddyPokemon
     //
     this.pictureBoxBuddyPokemon.Location = new System.Drawing.Point(2, 96);
     this.pictureBoxBuddyPokemon.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxBuddyPokemon.Name     = "pictureBoxBuddyPokemon";
     this.pictureBoxBuddyPokemon.Size     = new System.Drawing.Size(90, 90);
     this.pictureBoxBuddyPokemon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxBuddyPokemon.TabIndex = 66;
     this.pictureBoxBuddyPokemon.TabStop  = false;
     //
     // pictureBoxPlayerAvatar
     //
     this.pictureBoxPlayerAvatar.Image    = global::PokemonGo.RocketAPI.Console.Properties.Resources.Trainer_M;
     this.pictureBoxPlayerAvatar.Location = new System.Drawing.Point(2, 28);
     this.pictureBoxPlayerAvatar.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBoxPlayerAvatar.Name     = "pictureBoxPlayerAvatar";
     this.pictureBoxPlayerAvatar.Size     = new System.Drawing.Size(116, 161);
     this.pictureBoxPlayerAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxPlayerAvatar.TabIndex = 65;
     this.pictureBoxPlayerAvatar.TabStop  = false;
     //
     // labelNoTeamSelected
     //
     this.labelNoTeamSelected.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelNoTeamSelected.Location  = new System.Drawing.Point(0, 0);
     this.labelNoTeamSelected.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.labelNoTeamSelected.Name      = "labelNoTeamSelected";
     this.labelNoTeamSelected.Size      = new System.Drawing.Size(219, 177);
     this.labelNoTeamSelected.TabIndex  = 67;
     this.labelNoTeamSelected.Text      = "No Team selected";
     this.labelNoTeamSelected.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // btnTeam
     //
     this.btnTeam.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTeam.Location = new System.Drawing.Point(570, 166);
     this.btnTeam.Name     = "btnTeam";
     this.btnTeam.Size     = new System.Drawing.Size(75, 23);
     this.btnTeam.TabIndex = 102;
     this.btnTeam.Text     = "Select Team";
     this.btnTeam.UseVisualStyleBackColor = true;
     this.btnTeam.Click += new System.EventHandler(this.BtnTeamClick);
     //
     // PlayerPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.btnTeam);
     this.Controls.Add(this.labelUserProperty6Value);
     this.Controls.Add(this.labelUserProperty6Title);
     this.Controls.Add(this.labelUserProperty5Value);
     this.Controls.Add(this.labelUserProperty4Value);
     this.Controls.Add(this.labelUserProperty3Value);
     this.Controls.Add(this.labelUserProperty2Value);
     this.Controls.Add(this.labelUserProperty1Value);
     this.Controls.Add(this.labelUserProperty4Title);
     this.Controls.Add(this.labelUserProperty3Title);
     this.Controls.Add(this.labelUserProperty2Title);
     this.Controls.Add(this.labelUserProperty1Title);
     this.Controls.Add(this.labelUserProperty5Title);
     this.Controls.Add(this.panelLeftArea);
     this.Name = "PlayerPanel";
     this.Size = new System.Drawing.Size(648, 197);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTeam)).EndInit();
     this.panelLeftArea.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBuddyPokemon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerAvatar)).EndInit();
     this.ResumeLayout(false);
 }
Example #40
0
 /// <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 webIdLabel;
     System.Windows.Forms.Label webDomainLabel;
     this.panelControl1                = new DevExpress.XtraEditors.PanelControl();
     this.webDomainTextEdit            = new DevExpress.XtraEditors.TextEdit();
     this.websiteProfilesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsWebMerchant                = new WSS.WebMerchantSupport.dsWebMerchant();
     this.webIdTextEdit                = new DevExpress.XtraEditors.TextEdit();
     this.panelControl2                = new DevExpress.XtraEditors.PanelControl();
     this.websiteProfilesGridControl   = new DevExpress.XtraGrid.GridControl();
     this.gridView1    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colWebId     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWebDomain = new DevExpress.XtraGrid.Columns.GridColumn();
     this.websiteProfilesTableAdapter  = new WSS.WebMerchantSupport.dsWebMerchantTableAdapters.WebsiteProfilesTableAdapter();
     this.tableAdapterManager          = new WSS.WebMerchantSupport.dsWebMerchantTableAdapters.TableAdapterManager();
     this.contextMenuStrip1            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.changeToolStripChangeProduct = new System.Windows.Forms.ToolStripMenuItem();
     webIdLabel     = new System.Windows.Forms.Label();
     webDomainLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.webDomainTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.websiteProfilesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsWebMerchant)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.webIdTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.websiteProfilesGridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // webIdLabel
     //
     webIdLabel.AutoSize = true;
     webIdLabel.Location = new System.Drawing.Point(7, 30);
     webIdLabel.Name     = "webIdLabel";
     webIdLabel.Size     = new System.Drawing.Size(45, 13);
     webIdLabel.TabIndex = 0;
     webIdLabel.Text     = "Web Id:";
     //
     // webDomainLabel
     //
     webDomainLabel.AutoSize = true;
     webDomainLabel.Location = new System.Drawing.Point(187, 30);
     webDomainLabel.Name     = "webDomainLabel";
     webDomainLabel.Size     = new System.Drawing.Size(72, 13);
     webDomainLabel.TabIndex = 2;
     webDomainLabel.Text     = "Web Domain:";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(webDomainLabel);
     this.panelControl1.Controls.Add(this.webDomainTextEdit);
     this.panelControl1.Controls.Add(webIdLabel);
     this.panelControl1.Controls.Add(this.webIdTextEdit);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(384, 77);
     this.panelControl1.TabIndex = 0;
     //
     // webDomainTextEdit
     //
     this.webDomainTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.websiteProfilesBindingSource, "WebDomain", true));
     this.webDomainTextEdit.Location = new System.Drawing.Point(265, 27);
     this.webDomainTextEdit.Name     = "webDomainTextEdit";
     this.webDomainTextEdit.Size     = new System.Drawing.Size(100, 20);
     this.webDomainTextEdit.TabIndex = 3;
     //
     // websiteProfilesBindingSource
     //
     this.websiteProfilesBindingSource.DataMember = "WebsiteProfiles";
     this.websiteProfilesBindingSource.DataSource = this.dsWebMerchant;
     //
     // dsWebMerchant
     //
     this.dsWebMerchant.DataSetName             = "dsWebMerchant";
     this.dsWebMerchant.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // webIdTextEdit
     //
     this.webIdTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.websiteProfilesBindingSource, "WebId", true));
     this.webIdTextEdit.Location = new System.Drawing.Point(58, 27);
     this.webIdTextEdit.Name     = "webIdTextEdit";
     this.webIdTextEdit.Size     = new System.Drawing.Size(100, 20);
     this.webIdTextEdit.TabIndex = 1;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.websiteProfilesGridControl);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 77);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(384, 550);
     this.panelControl2.TabIndex = 1;
     //
     // websiteProfilesGridControl
     //
     this.websiteProfilesGridControl.Cursor     = System.Windows.Forms.Cursors.Default;
     this.websiteProfilesGridControl.DataSource = this.websiteProfilesBindingSource;
     this.websiteProfilesGridControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.websiteProfilesGridControl.Location   = new System.Drawing.Point(2, 2);
     this.websiteProfilesGridControl.MainView   = this.gridView1;
     this.websiteProfilesGridControl.Name       = "websiteProfilesGridControl";
     this.websiteProfilesGridControl.Size       = new System.Drawing.Size(380, 546);
     this.websiteProfilesGridControl.TabIndex   = 0;
     this.websiteProfilesGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.websiteProfilesGridControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.websiteProfilesGridControl_MouseDown);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colWebId,
         this.colWebDomain
     });
     this.gridView1.GridControl = this.websiteProfilesGridControl;
     this.gridView1.Name        = "gridView1";
     //
     // colWebId
     //
     this.colWebId.FieldName = "WebId";
     this.colWebId.Name      = "colWebId";
     this.colWebId.OptionsColumn.ReadOnly = true;
     this.colWebId.Visible      = true;
     this.colWebId.VisibleIndex = 0;
     this.colWebId.Width        = 85;
     //
     // colWebDomain
     //
     this.colWebDomain.FieldName = "WebDomain";
     this.colWebDomain.Name      = "colWebDomain";
     this.colWebDomain.OptionsColumn.ReadOnly = true;
     this.colWebDomain.Visible      = true;
     this.colWebDomain.VisibleIndex = 1;
     this.colWebDomain.Width        = 291;
     //
     // websiteProfilesTableAdapter
     //
     this.websiteProfilesTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.UpdateOrder = WSS.WebMerchantSupport.dsWebMerchantTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.WebsiteProfilesTableAdapter = this.websiteProfilesTableAdapter;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeToolStripChangeProduct
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(158, 48);
     //
     // changeToolStripChangeProduct
     //
     this.changeToolStripChangeProduct.Name   = "changeToolStripChangeProduct";
     this.changeToolStripChangeProduct.Size   = new System.Drawing.Size(157, 22);
     this.changeToolStripChangeProduct.Text   = "ChangeProduct";
     this.changeToolStripChangeProduct.Click += new System.EventHandler(this.changeToolStripChangeProduct_Click);
     //
     // ctrWebMerchant
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Name = "ctrWebMerchant";
     this.Size = new System.Drawing.Size(384, 627);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.webDomainTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.websiteProfilesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsWebMerchant)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.webIdTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.websiteProfilesGridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #41
0
        /// <summary>
        /// Initializes the component.
        /// </summary>
        public void InitializeComponent()
        {
            this.components      = new System.ComponentModel.Container();
            this.uxErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxBindingSource = new System.Windows.Forms.BindingSource(this.components);

            //this.uxTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.uxTransactionId        = new System.Windows.Forms.TextBox();
            uxTransactionIdLabel        = new System.Windows.Forms.Label();
            this.uxProductId            = new System.Windows.Forms.ComboBox();
            uxProductIdLabel            = new System.Windows.Forms.Label();
            this.uxReferenceOrderId     = new System.Windows.Forms.TextBox();
            uxReferenceOrderIdLabel     = new System.Windows.Forms.Label();
            this.uxReferenceOrderLineId = new System.Windows.Forms.TextBox();
            uxReferenceOrderLineIdLabel = new System.Windows.Forms.Label();
            this.uxTransactionDate      = new System.Windows.Forms.DateTimePicker();
            uxTransactionDateLabel      = new System.Windows.Forms.Label();
            this.uxTransactionType      = new System.Windows.Forms.TextBox();
            uxTransactionTypeLabel      = new System.Windows.Forms.Label();
            this.uxQuantity             = new System.Windows.Forms.TextBox();
            uxQuantityLabel             = new System.Windows.Forms.Label();
            this.uxActualCost           = new System.Windows.Forms.TextBox();
            uxActualCostLabel           = new System.Windows.Forms.Label();
            this.uxModifiedDate         = new System.Windows.Forms.DateTimePicker();
            uxModifiedDateLabel         = new System.Windows.Forms.Label();

            ((System.ComponentModel.ISupportInitialize)(this.uxBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxTableLayoutPanel
            //
            //this.uxTableLayoutPanel.AutoSize = true;
            //this.uxTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            //this.uxTableLayoutPanel.ColumnCount = 2;
            //this.uxTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            //this.uxTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
            //this.uxTableLayoutPanel.Location = new System.Drawing.System.Drawing.Point(3, 3);
            //this.uxTableLayoutPanel.Name = "uxTableLayoutPanel";
            //this.uxTableLayoutPanel.RowCount = 2;
            //this.uxTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            //this.uxTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            //this.uxTableLayoutPanel.Size = new System.Drawing.Size(450, 50);
            //this.uxTableLayoutPanel.TabIndex = 0;

            //
            // uxErrorProvider
            //
            this.uxErrorProvider.ContainerControl = this;
            this.uxErrorProvider.DataSource       = this.uxBindingSource;

            //
            // uxTransactionIdLabel
            //
            this.uxTransactionIdLabel.Name     = "uxTransactionIdLabel";
            this.uxTransactionIdLabel.Text     = "Transaction Id:";
            this.uxTransactionIdLabel.Location = new System.Drawing.Point(3, 0);
            this.Controls.Add(this.uxTransactionIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionIdLabel);
            //
            // uxTransactionId
            //
            this.uxTransactionId.Name     = "uxTransactionId";
            this.uxTransactionId.ReadOnly = true;
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionId);
            this.uxTransactionId.Location = new System.Drawing.Point(160, 0);
            this.Controls.Add(this.uxTransactionId);
            //
            // uxProductIdLabel
            //
            this.uxProductIdLabel.Name     = "uxProductIdLabel";
            this.uxProductIdLabel.Text     = "Product Id:";
            this.uxProductIdLabel.Location = new System.Drawing.Point(3, 26);
            this.Controls.Add(this.uxProductIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxProductIdLabel);
            //
            // uxProductId
            //
            this.uxProductId.Name = "uxProductId";
            //this.uxTableLayoutPanel.Controls.Add(this.uxProductId);
            this.uxProductId.Location = new System.Drawing.Point(160, 26);
            this.Controls.Add(this.uxProductId);
            //
            // uxReferenceOrderIdLabel
            //
            this.uxReferenceOrderIdLabel.Name     = "uxReferenceOrderIdLabel";
            this.uxReferenceOrderIdLabel.Text     = "Reference Order Id:";
            this.uxReferenceOrderIdLabel.Location = new System.Drawing.Point(3, 52);
            this.Controls.Add(this.uxReferenceOrderIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxReferenceOrderIdLabel);
            //
            // uxReferenceOrderId
            //
            this.uxReferenceOrderId.Name = "uxReferenceOrderId";
            //this.uxTableLayoutPanel.Controls.Add(this.uxReferenceOrderId);
            this.uxReferenceOrderId.Location = new System.Drawing.Point(160, 52);
            this.Controls.Add(this.uxReferenceOrderId);
            //
            // uxReferenceOrderLineIdLabel
            //
            this.uxReferenceOrderLineIdLabel.Name     = "uxReferenceOrderLineIdLabel";
            this.uxReferenceOrderLineIdLabel.Text     = "Reference Order Line Id:";
            this.uxReferenceOrderLineIdLabel.Location = new System.Drawing.Point(3, 78);
            this.Controls.Add(this.uxReferenceOrderLineIdLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxReferenceOrderLineIdLabel);
            //
            // uxReferenceOrderLineId
            //
            this.uxReferenceOrderLineId.Name = "uxReferenceOrderLineId";
            //this.uxTableLayoutPanel.Controls.Add(this.uxReferenceOrderLineId);
            this.uxReferenceOrderLineId.Location = new System.Drawing.Point(160, 78);
            this.Controls.Add(this.uxReferenceOrderLineId);
            //
            // uxTransactionDateLabel
            //
            this.uxTransactionDateLabel.Name     = "uxTransactionDateLabel";
            this.uxTransactionDateLabel.Text     = "Transaction Date:";
            this.uxTransactionDateLabel.Location = new System.Drawing.Point(3, 104);
            this.Controls.Add(this.uxTransactionDateLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionDateLabel);
            //
            // uxTransactionDate
            //
            this.uxTransactionDate.Name = "uxTransactionDate";
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionDate);
            this.uxTransactionDate.Location = new System.Drawing.Point(160, 104);
            this.Controls.Add(this.uxTransactionDate);
            //
            // uxTransactionTypeLabel
            //
            this.uxTransactionTypeLabel.Name     = "uxTransactionTypeLabel";
            this.uxTransactionTypeLabel.Text     = "Transaction Type:";
            this.uxTransactionTypeLabel.Location = new System.Drawing.Point(3, 130);
            this.Controls.Add(this.uxTransactionTypeLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionTypeLabel);
            //
            // uxTransactionType
            //
            this.uxTransactionType.Name      = "uxTransactionType";
            this.uxTransactionType.Width     = 250;
            this.uxTransactionType.MaxLength = 1;
            //this.uxTableLayoutPanel.Controls.Add(this.uxTransactionType);
            this.uxTransactionType.Location = new System.Drawing.Point(160, 130);
            this.Controls.Add(this.uxTransactionType);
            //
            // uxQuantityLabel
            //
            this.uxQuantityLabel.Name     = "uxQuantityLabel";
            this.uxQuantityLabel.Text     = "Quantity:";
            this.uxQuantityLabel.Location = new System.Drawing.Point(3, 156);
            this.Controls.Add(this.uxQuantityLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxQuantityLabel);
            //
            // uxQuantity
            //
            this.uxQuantity.Name = "uxQuantity";
            //this.uxTableLayoutPanel.Controls.Add(this.uxQuantity);
            this.uxQuantity.Location = new System.Drawing.Point(160, 156);
            this.Controls.Add(this.uxQuantity);
            //
            // uxActualCostLabel
            //
            this.uxActualCostLabel.Name     = "uxActualCostLabel";
            this.uxActualCostLabel.Text     = "Actual Cost:";
            this.uxActualCostLabel.Location = new System.Drawing.Point(3, 182);
            this.Controls.Add(this.uxActualCostLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxActualCostLabel);
            //
            // uxActualCost
            //
            this.uxActualCost.Name = "uxActualCost";
            //this.uxTableLayoutPanel.Controls.Add(this.uxActualCost);
            this.uxActualCost.Location = new System.Drawing.Point(160, 182);
            this.Controls.Add(this.uxActualCost);
            //
            // uxModifiedDateLabel
            //
            this.uxModifiedDateLabel.Name     = "uxModifiedDateLabel";
            this.uxModifiedDateLabel.Text     = "Modified Date:";
            this.uxModifiedDateLabel.Location = new System.Drawing.Point(3, 208);
            this.Controls.Add(this.uxModifiedDateLabel);
            //this.uxTableLayoutPanel.Controls.Add(this.uxModifiedDateLabel);
            //
            // uxModifiedDate
            //
            this.uxModifiedDate.Name = "uxModifiedDate";
            //this.uxTableLayoutPanel.Controls.Add(this.uxModifiedDate);
            this.uxModifiedDate.Location = new System.Drawing.Point(160, 208);
            this.Controls.Add(this.uxModifiedDate);
            //
            // uxProductId
            //
            this.uxProductId.DisplayMember = "Name";
            this.uxProductId.ValueMember   = "ProductId";
            //
            // TransactionHistoryEditControlBase
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            //this.Controls.Add(this.uxTableLayoutPanel);
            this.AutoScroll = true;
            this.Name       = "TransactionHistoryEditControlBase";
            this.Size       = new System.Drawing.Size(478, 311);
            //this.Localizable = true;
            ((System.ComponentModel.ISupportInitialize)(this.uxErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label5;
     System.Windows.Forms.Label label1;
     this.btnOk                 = new System.Windows.Forms.Button();
     this.btnCancel             = new System.Windows.Forms.Button();
     this.tabArchive            = new System.Windows.Forms.TabPage();
     this.archivingSettingPane  = new jingxian.ui.dialogs.ArchivingSettingPanel();
     this.chkUseDefaultSettings = new System.Windows.Forms.CheckBox();
     this.tabControl            = new System.Windows.Forms.TabControl();
     this.tabGeneral            = new System.Windows.Forms.TabPage();
     this.iconComboBox          = new jingxian.ui.controls.ImageSelector();
     this.txtFolderCaption      = new System.Windows.Forms.TextBox();
     this.btnBrowserForIcon     = new System.Windows.Forms.Button();
     label5 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     this.tabArchive.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     this.SuspendLayout();
     //
     // label5
     //
     label5.Location = new System.Drawing.Point(13, 46);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(39, 25);
     label5.TabIndex = 1;
     label5.Text     = "图标:";
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(13, 17);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(39, 25);
     label1.TabIndex = 1;
     label1.Text     = "标题:";
     //
     // btnOk
     //
     this.btnOk.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOk.Location  = new System.Drawing.Point(248, 186);
     this.btnOk.Name      = "btnOk";
     this.btnOk.Size      = new System.Drawing.Size(90, 24);
     this.btnOk.TabIndex  = 6;
     this.btnOk.Text      = "确定";
     this.btnOk.Click    += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location  = new System.Drawing.Point(344, 186);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(90, 24);
     this.btnCancel.TabIndex  = 6;
     this.btnCancel.Text      = "取消";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // tabArchive
     //
     this.tabArchive.Controls.Add(this.archivingSettingPane);
     this.tabArchive.Controls.Add(this.chkUseDefaultSettings);
     this.tabArchive.Location = new System.Drawing.Point(4, 21);
     this.tabArchive.Name     = "tabArchive";
     this.tabArchive.Size     = new System.Drawing.Size(434, 144);
     this.tabArchive.TabIndex = 1;
     this.tabArchive.Text     = "档案";
     this.tabArchive.UseVisualStyleBackColor = true;
     //
     // archivingSettingPane
     //
     this.archivingSettingPane.Action   = null;
     this.archivingSettingPane.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.archivingSettingPane.Location = new System.Drawing.Point(0, 0);
     this.archivingSettingPane.Name     = "archivingSettingPane";
     this.archivingSettingPane.Size     = new System.Drawing.Size(434, 144);
     this.archivingSettingPane.TabIndex = 8;
     this.archivingSettingPane.Time     = "30";
     //
     // chkUseDefaultSettings
     //
     this.chkUseDefaultSettings.Checked    = true;
     this.chkUseDefaultSettings.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkUseDefaultSettings.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.chkUseDefaultSettings.Location   = new System.Drawing.Point(10, 9);
     this.chkUseDefaultSettings.Name       = "chkUseDefaultSettings";
     this.chkUseDefaultSettings.Size       = new System.Drawing.Size(303, 25);
     this.chkUseDefaultSettings.TabIndex   = 7;
     this.chkUseDefaultSettings.Text       = "使用缺省设置...";
     //
     // tabControl
     //
     this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl.Controls.Add(this.tabGeneral);
     this.tabControl.Controls.Add(this.tabArchive);
     this.tabControl.Location      = new System.Drawing.Point(10, 9);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(442, 169);
     this.tabControl.TabIndex      = 8;
     //
     // tabGeneral
     //
     this.tabGeneral.BackColor = System.Drawing.Color.Transparent;
     this.tabGeneral.Controls.Add(this.iconComboBox);
     this.tabGeneral.Controls.Add(this.txtFolderCaption);
     this.tabGeneral.Controls.Add(label1);
     this.tabGeneral.Controls.Add(label5);
     this.tabGeneral.Controls.Add(this.btnBrowserForIcon);
     this.tabGeneral.Location = new System.Drawing.Point(4, 21);
     this.tabGeneral.Name     = "tabGeneral";
     this.tabGeneral.Size     = new System.Drawing.Size(434, 144);
     this.tabGeneral.TabIndex = 0;
     this.tabGeneral.Text     = "基本";
     this.tabGeneral.UseVisualStyleBackColor = true;
     //
     // iconComboBox
     //
     this.iconComboBox.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.iconComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.iconComboBox.FormattingEnabled = true;
     this.iconComboBox.ItemHeight        = 17;
     this.iconComboBox.Location          = new System.Drawing.Point(58, 46);
     this.iconComboBox.Name     = "iconComboBox";
     this.iconComboBox.Size     = new System.Drawing.Size(54, 23);
     this.iconComboBox.TabIndex = 9;
     //
     // txtFolderCaption
     //
     this.txtFolderCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFolderCaption.ImeMode  = System.Windows.Forms.ImeMode.On;
     this.txtFolderCaption.Location = new System.Drawing.Point(58, 17);
     this.txtFolderCaption.Name     = "txtFolderCaption";
     this.txtFolderCaption.Size     = new System.Drawing.Size(345, 21);
     this.txtFolderCaption.TabIndex = 0;
     //
     // btnBrowserForIcon
     //
     this.btnBrowserForIcon.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowserForIcon.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnBrowserForIcon.Location  = new System.Drawing.Point(118, 44);
     this.btnBrowserForIcon.Name      = "btnBrowserForIcon";
     this.btnBrowserForIcon.Size      = new System.Drawing.Size(29, 25);
     this.btnBrowserForIcon.TabIndex  = 7;
     this.btnBrowserForIcon.Text      = "...";
     this.btnBrowserForIcon.Click    += new System.EventHandler(this.btnBrowserForIcon_Click);
     //
     // FolderPropertyDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(462, 217);
     this.ControlBox        = false;
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnCancel);
     this.Name          = "FolderPropertyDlg";
     this.ShowInTaskbar = false;
     this.Text          = "文件夹属性...";
     this.tabArchive.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     this.tabGeneral.PerformLayout();
     this.ResumeLayout(false);
 }
Example #43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     nameLb_         = new System.Windows.Forms.Label();
     activeLb_       = new System.Windows.Forms.Label();
     bufferTimeLb_   = new System.Windows.Forms.Label();
     keepAliveLb_    = new System.Windows.Forms.Label();
     maxSizeLb_      = new System.Windows.Forms.Label();
     nameTb_         = new System.Windows.Forms.TextBox();
     activeCb_       = new System.Windows.Forms.CheckBox();
     bufferTimeCtrl_ = new System.Windows.Forms.NumericUpDown();
     keepAliveCtrl_  = new System.Windows.Forms.NumericUpDown();
     maxSizeCtrl_    = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(bufferTimeCtrl_)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(keepAliveCtrl_)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(maxSizeCtrl_)).BeginInit();
     SuspendLayout();
     //
     // NameLB
     //
     nameLb_.Location  = new System.Drawing.Point(0, 0);
     nameLb_.Name      = "nameLb_";
     nameLb_.TabIndex  = 0;
     nameLb_.Text      = "Name";
     nameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ActiveLB
     //
     activeLb_.Location  = new System.Drawing.Point(0, 24);
     activeLb_.Name      = "activeLb_";
     activeLb_.TabIndex  = 1;
     activeLb_.Text      = "Active";
     activeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BufferTimeLB
     //
     bufferTimeLb_.Location  = new System.Drawing.Point(0, 48);
     bufferTimeLb_.Name      = "bufferTimeLb_";
     bufferTimeLb_.TabIndex  = 4;
     bufferTimeLb_.Text      = "Buffer Time";
     bufferTimeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // KeepAliveLB
     //
     keepAliveLb_.Location  = new System.Drawing.Point(0, 72);
     keepAliveLb_.Name      = "keepAliveLb_";
     keepAliveLb_.TabIndex  = 5;
     keepAliveLb_.Text      = "Keep Alive Time";
     keepAliveLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // MaxSizeLB
     //
     maxSizeLb_.Location  = new System.Drawing.Point(0, 96);
     maxSizeLb_.Name      = "maxSizeLb_";
     maxSizeLb_.TabIndex  = 6;
     maxSizeLb_.Text      = "Max Size";
     maxSizeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NameTB
     //
     nameTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                            | System.Windows.Forms.AnchorStyles.Right)));
     nameTb_.Location = new System.Drawing.Point(104, 0);
     nameTb_.Name     = "nameTb_";
     nameTb_.Size     = new System.Drawing.Size(124, 20);
     nameTb_.TabIndex = 8;
     nameTb_.Text     = "";
     //
     // ActiveCB
     //
     activeCb_.Location = new System.Drawing.Point(104, 24);
     activeCb_.Name     = "activeCb_";
     activeCb_.Size     = new System.Drawing.Size(16, 24);
     activeCb_.TabIndex = 9;
     //
     // BufferTimeCTRL
     //
     bufferTimeCtrl_.Increment = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     bufferTimeCtrl_.Location = new System.Drawing.Point(104, 48);
     bufferTimeCtrl_.Maximum  = new System.Decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     bufferTimeCtrl_.Name     = "bufferTimeCtrl_";
     bufferTimeCtrl_.Size     = new System.Drawing.Size(72, 20);
     bufferTimeCtrl_.TabIndex = 11;
     //
     // KeepAliveCTRL
     //
     keepAliveCtrl_.Increment = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     keepAliveCtrl_.Location = new System.Drawing.Point(104, 72);
     keepAliveCtrl_.Maximum  = new System.Decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     keepAliveCtrl_.Name     = "keepAliveCtrl_";
     keepAliveCtrl_.Size     = new System.Drawing.Size(72, 20);
     keepAliveCtrl_.TabIndex = 12;
     //
     // MaxSizeCTRL
     //
     maxSizeCtrl_.Increment = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     maxSizeCtrl_.Location = new System.Drawing.Point(104, 96);
     maxSizeCtrl_.Maximum  = new System.Decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     maxSizeCtrl_.Name     = "maxSizeCtrl_";
     maxSizeCtrl_.Size     = new System.Drawing.Size(72, 20);
     maxSizeCtrl_.TabIndex = 14;
     //
     // SubscriptionStateEditCtrl
     //
     Controls.Add(maxSizeCtrl_);
     Controls.Add(keepAliveCtrl_);
     Controls.Add(bufferTimeCtrl_);
     Controls.Add(activeCb_);
     Controls.Add(nameTb_);
     Controls.Add(keepAliveLb_);
     Controls.Add(activeLb_);
     Controls.Add(nameLb_);
     Controls.Add(bufferTimeLb_);
     Controls.Add(maxSizeLb_);
     Name = "SubscriptionStateEditCtrl";
     Size = new System.Drawing.Size(232, 120);
     ((System.ComponentModel.ISupportInitialize)(bufferTimeCtrl_)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(keepAliveCtrl_)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(maxSizeCtrl_)).EndInit();
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label lblApiToken;
     System.Windows.Forms.Label lblAccountName;
     System.Windows.Forms.Label lblProjects;
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label label2;
     this.AppVeyorAccountToken = new System.Windows.Forms.TextBox();
     this.AppVeyorProjectName  = new System.Windows.Forms.TextBox();
     this.AppVeyorAccountName  = new System.Windows.Forms.TextBox();
     this.cbLoadTestResults    = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel1    = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     lblApiToken    = new System.Windows.Forms.Label();
     lblAccountName = new System.Windows.Forms.Label();
     lblProjects    = new System.Windows.Forms.Label();
     label1         = new System.Windows.Forms.Label();
     label2         = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblApiToken
     //
     lblApiToken.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     lblApiToken.AutoSize = true;
     lblApiToken.Location = new System.Drawing.Point(3, 33);
     lblApiToken.Name     = "lblApiToken";
     lblApiToken.Size     = new System.Drawing.Size(58, 15);
     lblApiToken.TabIndex = 0;
     lblApiToken.Text     = "Api token";
     //
     // lblAccountName
     //
     lblAccountName.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     lblAccountName.AutoSize = true;
     lblAccountName.Location = new System.Drawing.Point(3, 6);
     lblAccountName.Name     = "lblAccountName";
     lblAccountName.Size     = new System.Drawing.Size(85, 15);
     lblAccountName.TabIndex = 0;
     lblAccountName.Text     = "Account name";
     //
     // lblProjects
     //
     lblProjects.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     lblProjects.AutoSize = true;
     lblProjects.Location = new System.Drawing.Point(3, 85);
     lblProjects.Name     = "lblProjects";
     lblProjects.Size     = new System.Drawing.Size(105, 15);
     lblProjects.TabIndex = 0;
     lblProjects.Text     = "Project(s) Name(s)";
     //
     // label1
     //
     label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(114, 106);
     label1.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 10);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(508, 15);
     label1.TabIndex = 0;
     label1.Text     = "If you want to use the result of different projects, separate your different proj" +
                       "ects names by a \'|\'.";
     //
     // label2
     //
     label2.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(114, 54);
     label2.Margin   = new System.Windows.Forms.Padding(3, 0, 3, 10);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(499, 15);
     label2.TabIndex = 0;
     label2.Text     = "Token used to be able to query AppVeyor rest Api. You will find out in the user a" +
                       "ccount menu.";
     //
     // AppVeyorAccountToken
     //
     this.AppVeyorAccountToken.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AppVeyorAccountToken.Location = new System.Drawing.Point(114, 29);
     this.AppVeyorAccountToken.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.AppVeyorAccountToken.Name     = "AppVeyorAccountToken";
     this.AppVeyorAccountToken.Size     = new System.Drawing.Size(508, 23);
     this.AppVeyorAccountToken.TabIndex = 2;
     //
     // AppVeyorProjectName
     //
     this.AppVeyorProjectName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AppVeyorProjectName.Location = new System.Drawing.Point(114, 81);
     this.AppVeyorProjectName.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.AppVeyorProjectName.Name     = "AppVeyorProjectName";
     this.AppVeyorProjectName.Size     = new System.Drawing.Size(508, 23);
     this.AppVeyorProjectName.TabIndex = 3;
     //
     // AppVeyorAccountName
     //
     this.AppVeyorAccountName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AppVeyorAccountName.Location = new System.Drawing.Point(114, 2);
     this.AppVeyorAccountName.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.AppVeyorAccountName.Name     = "AppVeyorAccountName";
     this.AppVeyorAccountName.Size     = new System.Drawing.Size(508, 23);
     this.AppVeyorAccountName.TabIndex = 1;
     //
     // cbLoadTestResults
     //
     this.cbLoadTestResults.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.cbLoadTestResults.AutoSize = true;
     this.cbLoadTestResults.Location = new System.Drawing.Point(114, 133);
     this.cbLoadTestResults.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cbLoadTestResults.Name     = "cbLoadTestResults";
     this.cbLoadTestResults.Size     = new System.Drawing.Size(472, 19);
     this.cbLoadTestResults.TabIndex = 4;
     this.cbLoadTestResults.Text     = "Display test results in build status summary for each build result (network inten" +
                                       "sive!)";
     this.cbLoadTestResults.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize     = true;
     this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel1.ColumnCount  = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 6);
     this.tableLayoutPanel1.Controls.Add(lblAccountName, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.AppVeyorAccountName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.cbLoadTestResults, 1, 5);
     this.tableLayoutPanel1.Controls.Add(lblApiToken, 0, 1);
     this.tableLayoutPanel1.Controls.Add(label1, 1, 4);
     this.tableLayoutPanel1.Controls.Add(label2, 1, 2);
     this.tableLayoutPanel1.Controls.Add(lblProjects, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.AppVeyorProjectName, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.AppVeyorAccountToken, 1, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(625, 154);
     this.tableLayoutPanel1.TabIndex = 7;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoSize     = true;
     this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanel1.Location     = new System.Drawing.Point(111, 154);
     this.flowLayoutPanel1.Margin       = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name         = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size         = new System.Drawing.Size(0, 0);
     this.flowLayoutPanel1.TabIndex     = 8;
     //
     // AppVeyorSettingsUserControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.AutoSize      = true;
     this.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "AppVeyorSettingsUserControl";
     this.Size   = new System.Drawing.Size(625, 154);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #45
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmActionOrderRequest));
     this.ToolTipMain               = new System.Windows.Forms.ToolTip(this.components);
     this.txtPromisedBy             = new System.Windows.Forms.TextBox();
     this.txtRequiredBy             = new System.Windows.Forms.TextBox();
     this.txtReceivedBy             = new System.Windows.Forms.TextBox();
     this.cmdApprove                = new System.Windows.Forms.Button();
     this.txtStatus                 = new System.Windows.Forms.TextBox();
     this.txtReceived               = new System.Windows.Forms.TextBox();
     this.txtChangedBy              = new System.Windows.Forms.TextBox();
     this.txtChanged                = new System.Windows.Forms.TextBox();
     this.txtOrderID                = new System.Windows.Forms.TextBox();
     this.txtNotes                  = new System.Windows.Forms.TextBox();
     this.txtSubTotal               = new System.Windows.Forms.TextBox();
     this.txtTotal                  = new System.Windows.Forms.TextBox();
     this.txtTotalTax               = new System.Windows.Forms.TextBox();
     this.txtFreightCharge          = new System.Windows.Forms.TextBox();
     this.txtSalesTax               = new System.Windows.Forms.TextBox();
     this.txtEntry                  = new System.Windows.Forms.TextBox();
     this.fgDetails                 = new UpgradeHelpers.DataGridViewFlex(this.components);
     this.sbStatusBar               = new System.Windows.Forms.StatusStrip();
     this.sbStatusBar_Panels_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmdCancel                 = new System.Windows.Forms.Button();
     this.cmdClose                  = new System.Windows.Forms.Button();
     this.Frame2             = new System.Windows.Forms.GroupBox();
     this.txtCustomerContact = new System.Windows.Forms.TextBox();
     this.txtCustomerCompany = new System.Windows.Forms.TextBox();
     this.Label5             = new System.Windows.Forms.Label();
     this.Label1             = new System.Windows.Forms.Label();
     this.Label13            = new System.Windows.Forms.Label();
     this.Label2             = new System.Windows.Forms.Label();
     this.Label7             = new System.Windows.Forms.Label();
     this.Label3             = new System.Windows.Forms.Label();
     this.Label19            = new System.Windows.Forms.Label();
     this.lblChangedBy       = new System.Windows.Forms.Label();
     this.Label4             = new System.Windows.Forms.Label();
     this.lblChanged         = new System.Windows.Forms.Label();
     this.Label12            = new System.Windows.Forms.Label();
     this.Label11            = new System.Windows.Forms.Label();
     this.Label10            = new System.Windows.Forms.Label();
     this.Label9             = new System.Windows.Forms.Label();
     this.Label8             = new System.Windows.Forms.Label();
     this.Label6             = new System.Windows.Forms.Label();
     this.sbStatusBar.SuspendLayout();
     this.Frame2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtPromisedBy
     //
     this.txtPromisedBy.AcceptsReturn = true;
     this.txtPromisedBy.AllowDrop     = true;
     this.txtPromisedBy.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtPromisedBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtPromisedBy.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPromisedBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtPromisedBy.Location      = new System.Drawing.Point(368, 200);
     this.txtPromisedBy.MaxLength     = 0;
     this.txtPromisedBy.Name          = "txtPromisedBy";
     this.txtPromisedBy.ReadOnly      = true;
     this.txtPromisedBy.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtPromisedBy.Size          = new System.Drawing.Size(105, 20);
     this.txtPromisedBy.TabIndex      = 38;
     this.txtPromisedBy.TabStop       = false;
     //
     // txtRequiredBy
     //
     this.txtRequiredBy.AcceptsReturn = true;
     this.txtRequiredBy.AllowDrop     = true;
     this.txtRequiredBy.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtRequiredBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtRequiredBy.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtRequiredBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtRequiredBy.Location      = new System.Drawing.Point(120, 200);
     this.txtRequiredBy.MaxLength     = 0;
     this.txtRequiredBy.Name          = "txtRequiredBy";
     this.txtRequiredBy.ReadOnly      = true;
     this.txtRequiredBy.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtRequiredBy.Size          = new System.Drawing.Size(105, 20);
     this.txtRequiredBy.TabIndex      = 37;
     this.txtRequiredBy.TabStop       = false;
     //
     // txtReceivedBy
     //
     this.txtReceivedBy.AcceptsReturn = true;
     this.txtReceivedBy.AllowDrop     = true;
     this.txtReceivedBy.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtReceivedBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtReceivedBy.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtReceivedBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtReceivedBy.Location      = new System.Drawing.Point(96, 64);
     this.txtReceivedBy.MaxLength     = 0;
     this.txtReceivedBy.Name          = "txtReceivedBy";
     this.txtReceivedBy.ReadOnly      = true;
     this.txtReceivedBy.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtReceivedBy.Size          = new System.Drawing.Size(105, 20);
     this.txtReceivedBy.TabIndex      = 33;
     this.txtReceivedBy.TabStop       = false;
     //
     // cmdApprove
     //
     this.cmdApprove.AllowDrop               = true;
     this.cmdApprove.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdApprove.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdApprove.Location                = new System.Drawing.Point(232, 480);
     this.cmdApprove.Name                    = "cmdApprove";
     this.cmdApprove.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdApprove.Size                    = new System.Drawing.Size(89, 25);
     this.cmdApprove.TabIndex                = 0;
     this.cmdApprove.Text                    = "&Create";
     this.cmdApprove.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdApprove.UseVisualStyleBackColor = false;
     this.cmdApprove.Click                  += new System.EventHandler(this.cmdApprove_Click);
     //
     // txtStatus
     //
     this.txtStatus.AcceptsReturn = true;
     this.txtStatus.AllowDrop     = true;
     this.txtStatus.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtStatus.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtStatus.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtStatus.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtStatus.Location      = new System.Drawing.Point(408, 8);
     this.txtStatus.MaxLength     = 0;
     this.txtStatus.Name          = "txtStatus";
     this.txtStatus.ReadOnly      = true;
     this.txtStatus.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtStatus.Size          = new System.Drawing.Size(105, 20);
     this.txtStatus.TabIndex      = 31;
     this.txtStatus.TabStop       = false;
     //
     // txtReceived
     //
     this.txtReceived.AcceptsReturn = true;
     this.txtReceived.AllowDrop     = true;
     this.txtReceived.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtReceived.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtReceived.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtReceived.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtReceived.Location      = new System.Drawing.Point(96, 36);
     this.txtReceived.MaxLength     = 0;
     this.txtReceived.Name          = "txtReceived";
     this.txtReceived.ReadOnly      = true;
     this.txtReceived.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtReceived.Size          = new System.Drawing.Size(105, 20);
     this.txtReceived.TabIndex      = 29;
     this.txtReceived.TabStop       = false;
     //
     // txtChangedBy
     //
     this.txtChangedBy.AcceptsReturn = true;
     this.txtChangedBy.AllowDrop     = true;
     this.txtChangedBy.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtChangedBy.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtChangedBy.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtChangedBy.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtChangedBy.Location      = new System.Drawing.Point(408, 64);
     this.txtChangedBy.MaxLength     = 0;
     this.txtChangedBy.Name          = "txtChangedBy";
     this.txtChangedBy.ReadOnly      = true;
     this.txtChangedBy.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtChangedBy.Size          = new System.Drawing.Size(105, 20);
     this.txtChangedBy.TabIndex      = 25;
     this.txtChangedBy.TabStop       = false;
     //
     // txtChanged
     //
     this.txtChanged.AcceptsReturn = true;
     this.txtChanged.AllowDrop     = true;
     this.txtChanged.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtChanged.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtChanged.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtChanged.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtChanged.Location      = new System.Drawing.Point(408, 36);
     this.txtChanged.MaxLength     = 0;
     this.txtChanged.Name          = "txtChanged";
     this.txtChanged.ReadOnly      = true;
     this.txtChanged.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtChanged.Size          = new System.Drawing.Size(105, 20);
     this.txtChanged.TabIndex      = 24;
     this.txtChanged.TabStop       = false;
     //
     // txtOrderID
     //
     this.txtOrderID.AcceptsReturn = true;
     this.txtOrderID.AllowDrop     = true;
     this.txtOrderID.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtOrderID.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOrderID.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOrderID.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtOrderID.Location      = new System.Drawing.Point(96, 8);
     this.txtOrderID.MaxLength     = 0;
     this.txtOrderID.Name          = "txtOrderID";
     this.txtOrderID.ReadOnly      = true;
     this.txtOrderID.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOrderID.Size          = new System.Drawing.Size(105, 20);
     this.txtOrderID.TabIndex      = 23;
     this.txtOrderID.TabStop       = false;
     //
     // txtNotes
     //
     this.txtNotes.AcceptsReturn = true;
     this.txtNotes.AllowDrop     = true;
     this.txtNotes.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtNotes.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtNotes.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtNotes.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtNotes.Location      = new System.Drawing.Point(56, 152);
     this.txtNotes.MaxLength     = 0;
     this.txtNotes.Multiline     = true;
     this.txtNotes.Name          = "txtNotes";
     this.txtNotes.ReadOnly      = true;
     this.txtNotes.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtNotes.Size          = new System.Drawing.Size(457, 44);
     this.txtNotes.TabIndex      = 3;
     this.txtNotes.TabStop       = false;
     //
     // txtSubTotal
     //
     this.txtSubTotal.AcceptsReturn = true;
     this.txtSubTotal.AllowDrop     = true;
     this.txtSubTotal.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtSubTotal.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSubTotal.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSubTotal.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSubTotal.Location      = new System.Drawing.Point(368, 432);
     this.txtSubTotal.MaxLength     = 0;
     this.txtSubTotal.Name          = "txtSubTotal";
     this.txtSubTotal.ReadOnly      = true;
     this.txtSubTotal.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSubTotal.Size          = new System.Drawing.Size(145, 20);
     this.txtSubTotal.TabIndex      = 21;
     this.txtSubTotal.TabStop       = false;
     this.txtSubTotal.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTotal
     //
     this.txtTotal.AcceptsReturn = true;
     this.txtTotal.AllowDrop     = true;
     this.txtTotal.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtTotal.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTotal.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTotal.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtTotal.Location      = new System.Drawing.Point(88, 456);
     this.txtTotal.MaxLength     = 0;
     this.txtTotal.Name          = "txtTotal";
     this.txtTotal.ReadOnly      = true;
     this.txtTotal.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTotal.Size          = new System.Drawing.Size(145, 20);
     this.txtTotal.TabIndex      = 19;
     this.txtTotal.TabStop       = false;
     this.txtTotal.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTotalTax
     //
     this.txtTotalTax.AcceptsReturn = true;
     this.txtTotalTax.AllowDrop     = true;
     this.txtTotalTax.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtTotalTax.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTotalTax.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTotalTax.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtTotalTax.Location      = new System.Drawing.Point(368, 408);
     this.txtTotalTax.MaxLength     = 0;
     this.txtTotalTax.Name          = "txtTotalTax";
     this.txtTotalTax.ReadOnly      = true;
     this.txtTotalTax.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTotalTax.Size          = new System.Drawing.Size(145, 20);
     this.txtTotalTax.TabIndex      = 17;
     this.txtTotalTax.TabStop       = false;
     this.txtTotalTax.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtFreightCharge
     //
     this.txtFreightCharge.AcceptsReturn = true;
     this.txtFreightCharge.AllowDrop     = true;
     this.txtFreightCharge.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtFreightCharge.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFreightCharge.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtFreightCharge.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtFreightCharge.Location      = new System.Drawing.Point(88, 432);
     this.txtFreightCharge.MaxLength     = 0;
     this.txtFreightCharge.Name          = "txtFreightCharge";
     this.txtFreightCharge.ReadOnly      = true;
     this.txtFreightCharge.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtFreightCharge.Size          = new System.Drawing.Size(145, 20);
     this.txtFreightCharge.TabIndex      = 6;
     this.txtFreightCharge.TabStop       = false;
     this.txtFreightCharge.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtSalesTax
     //
     this.txtSalesTax.AcceptsReturn = true;
     this.txtSalesTax.AllowDrop     = true;
     this.txtSalesTax.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtSalesTax.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtSalesTax.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtSalesTax.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtSalesTax.Location      = new System.Drawing.Point(88, 408);
     this.txtSalesTax.MaxLength     = 0;
     this.txtSalesTax.Name          = "txtSalesTax";
     this.txtSalesTax.ReadOnly      = true;
     this.txtSalesTax.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtSalesTax.Size          = new System.Drawing.Size(145, 20);
     this.txtSalesTax.TabIndex      = 5;
     this.txtSalesTax.TabStop       = false;
     this.txtSalesTax.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtEntry
     //
     this.txtEntry.AcceptsReturn = true;
     this.txtEntry.AllowDrop     = true;
     this.txtEntry.BackColor     = System.Drawing.SystemColors.Window;
     this.txtEntry.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.txtEntry.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtEntry.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtEntry.Location      = new System.Drawing.Point(416, 336);
     this.txtEntry.MaxLength     = 0;
     this.txtEntry.Name          = "txtEntry";
     this.txtEntry.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtEntry.Size          = new System.Drawing.Size(73, 19);
     this.txtEntry.TabIndex      = 14;
     this.txtEntry.Visible       = false;
     //
     // fgDetails
     //
     this.fgDetails.AllowDrop    = true;
     this.fgDetails.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.fgDetails.ColumnsCount = 0;
     this.fgDetails.FixedColumns = 0;
     this.fgDetails.FixedRows    = 0;
     this.fgDetails.Location     = new System.Drawing.Point(8, 224);
     this.fgDetails.Name         = "fgDetails";
     this.fgDetails.Size         = new System.Drawing.Size(505, 177);
     this.fgDetails.TabIndex     = 4;
     this.fgDetails.TabStop      = false;
     //
     // sbStatusBar
     //
     this.sbStatusBar.AllowDrop        = true;
     this.sbStatusBar.BackColor        = System.Drawing.SystemColors.Control;
     this.sbStatusBar.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.sbStatusBar.Location         = new System.Drawing.Point(0, 509);
     this.sbStatusBar.Name             = "sbStatusBar";
     this.sbStatusBar.ShowItemToolTips = true;
     this.sbStatusBar.Size             = new System.Drawing.Size(523, 25);
     this.sbStatusBar.TabIndex         = 13;
     this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sbStatusBar_Panels_Panel1 });
     //
     // sbStatusBar_Panels_Panel1
     //
     this.sbStatusBar_Panels_Panel1.BorderSides        = (System.Windows.Forms.ToolStripStatusLabelBorderSides)(System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom);
     this.sbStatusBar_Panels_Panel1.BorderStyle        = System.Windows.Forms.Border3DStyle.SunkenOuter;
     this.sbStatusBar_Panels_Panel1.DoubleClickEnabled = true;
     this.sbStatusBar_Panels_Panel1.Margin             = new System.Windows.Forms.Padding(0);
     this.sbStatusBar_Panels_Panel1.Size              = new System.Drawing.Size(523, 25);
     this.sbStatusBar_Panels_Panel1.Spring            = true;
     this.sbStatusBar_Panels_Panel1.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.sbStatusBar_Panels_Panel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     //
     // cmdCancel
     //
     this.cmdCancel.AllowDrop               = true;
     this.cmdCancel.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdCancel.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Location                = new System.Drawing.Point(328, 480);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.Size                    = new System.Drawing.Size(89, 25);
     this.cmdCancel.TabIndex                = 1;
     this.cmdCancel.Text                    = "&Cancel";
     this.cmdCancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdCancel.UseVisualStyleBackColor = false;
     this.cmdCancel.Click                  += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdClose
     //
     this.cmdClose.AllowDrop               = true;
     this.cmdClose.BackColor               = System.Drawing.SystemColors.Control;
     this.cmdClose.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cmdClose.Location                = new System.Drawing.Point(424, 480);
     this.cmdClose.Name                    = "cmdClose";
     this.cmdClose.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cmdClose.Size                    = new System.Drawing.Size(89, 25);
     this.cmdClose.TabIndex                = 2;
     this.cmdClose.Text                    = "&Close";
     this.cmdClose.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cmdClose.UseVisualStyleBackColor = false;
     this.cmdClose.Click                  += new System.EventHandler(this.cmdClose_Click);
     //
     // Frame2
     //
     this.Frame2.AllowDrop = true;
     this.Frame2.BackColor = System.Drawing.SystemColors.Control;
     this.Frame2.Controls.Add(this.txtCustomerContact);
     this.Frame2.Controls.Add(this.txtCustomerCompany);
     this.Frame2.Controls.Add(this.Label5);
     this.Frame2.Controls.Add(this.Label1);
     this.Frame2.Enabled     = true;
     this.Frame2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location    = new System.Drawing.Point(8, 96);
     this.Frame2.Name        = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size        = new System.Drawing.Size(505, 49);
     this.Frame2.TabIndex    = 7;
     this.Frame2.Text        = "Customer";
     this.Frame2.Visible     = true;
     //
     // txtCustomerContact
     //
     this.txtCustomerContact.AcceptsReturn = true;
     this.txtCustomerContact.AllowDrop     = true;
     this.txtCustomerContact.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtCustomerContact.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCustomerContact.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCustomerContact.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCustomerContact.Location      = new System.Drawing.Point(288, 16);
     this.txtCustomerContact.MaxLength     = 0;
     this.txtCustomerContact.Name          = "txtCustomerContact";
     this.txtCustomerContact.ReadOnly      = true;
     this.txtCustomerContact.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCustomerContact.Size          = new System.Drawing.Size(209, 20);
     this.txtCustomerContact.TabIndex      = 11;
     this.txtCustomerContact.TabStop       = false;
     //
     // txtCustomerCompany
     //
     this.txtCustomerCompany.AcceptsReturn = true;
     this.txtCustomerCompany.AllowDrop     = true;
     this.txtCustomerCompany.BackColor     = System.Drawing.SystemColors.Menu;
     this.txtCustomerCompany.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtCustomerCompany.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtCustomerCompany.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.txtCustomerCompany.Location      = new System.Drawing.Point(72, 16);
     this.txtCustomerCompany.MaxLength     = 0;
     this.txtCustomerCompany.Name          = "txtCustomerCompany";
     this.txtCustomerCompany.ReadOnly      = true;
     this.txtCustomerCompany.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtCustomerCompany.Size          = new System.Drawing.Size(145, 20);
     this.txtCustomerCompany.TabIndex      = 10;
     this.txtCustomerCompany.TabStop       = false;
     //
     // Label5
     //
     this.Label5.AllowDrop   = true;
     this.Label5.BackColor   = System.Drawing.SystemColors.Control;
     this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label5.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label5.Location    = new System.Drawing.Point(8, 16);
     this.Label5.Name        = "Label5";
     this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label5.Size        = new System.Drawing.Size(57, 17);
     this.Label5.TabIndex    = 9;
     this.Label5.Text        = "Name:";
     //
     // Label1
     //
     this.Label1.AllowDrop   = true;
     this.Label1.BackColor   = System.Drawing.SystemColors.Control;
     this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label1.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label1.Location    = new System.Drawing.Point(232, 16);
     this.Label1.Name        = "Label1";
     this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label1.Size        = new System.Drawing.Size(57, 17);
     this.Label1.TabIndex    = 8;
     this.Label1.Text        = "Contact:";
     //
     // Label13
     //
     this.Label13.AllowDrop   = true;
     this.Label13.BackColor   = System.Drawing.SystemColors.Control;
     this.Label13.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label13.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label13.Location    = new System.Drawing.Point(16, 200);
     this.Label13.Name        = "Label13";
     this.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label13.Size        = new System.Drawing.Size(105, 17);
     this.Label13.TabIndex    = 36;
     this.Label13.Text        = "Required";
     //
     // Label2
     //
     this.Label2.AllowDrop   = true;
     this.Label2.BackColor   = System.Drawing.SystemColors.Control;
     this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label2.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label2.Location    = new System.Drawing.Point(264, 200);
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size        = new System.Drawing.Size(105, 17);
     this.Label2.TabIndex    = 35;
     this.Label2.Text        = "Promised";
     //
     // Label7
     //
     this.Label7.AllowDrop   = true;
     this.Label7.BackColor   = System.Drawing.SystemColors.Control;
     this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label7.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label7.Location    = new System.Drawing.Point(8, 64);
     this.Label7.Name        = "Label7";
     this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label7.Size        = new System.Drawing.Size(73, 17);
     this.Label7.TabIndex    = 34;
     this.Label7.Text        = "By";
     //
     // Label3
     //
     this.Label3.AllowDrop   = true;
     this.Label3.BackColor   = System.Drawing.SystemColors.Control;
     this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label3.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label3.Location    = new System.Drawing.Point(320, 8);
     this.Label3.Name        = "Label3";
     this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label3.Size        = new System.Drawing.Size(49, 17);
     this.Label3.TabIndex    = 32;
     this.Label3.Text        = "Status:";
     //
     // Label19
     //
     this.Label19.AllowDrop   = true;
     this.Label19.BackColor   = System.Drawing.SystemColors.Control;
     this.Label19.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label19.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label19.Location    = new System.Drawing.Point(8, 32);
     this.Label19.Name        = "Label19";
     this.Label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label19.Size        = new System.Drawing.Size(57, 17);
     this.Label19.TabIndex    = 30;
     this.Label19.Text        = "Requested:";
     //
     // lblChangedBy
     //
     this.lblChangedBy.AllowDrop   = true;
     this.lblChangedBy.BackColor   = System.Drawing.SystemColors.Control;
     this.lblChangedBy.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblChangedBy.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblChangedBy.Location    = new System.Drawing.Point(320, 64);
     this.lblChangedBy.Name        = "lblChangedBy";
     this.lblChangedBy.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblChangedBy.Size        = new System.Drawing.Size(89, 17);
     this.lblChangedBy.TabIndex    = 28;
     this.lblChangedBy.Text        = "By";
     //
     // Label4
     //
     this.Label4.AllowDrop   = true;
     this.Label4.BackColor   = System.Drawing.SystemColors.Control;
     this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label4.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label4.Location    = new System.Drawing.Point(12, 8);
     this.Label4.Name        = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size        = new System.Drawing.Size(49, 17);
     this.Label4.TabIndex    = 27;
     this.Label4.Text        = "Order Id:";
     //
     // lblChanged
     //
     this.lblChanged.AllowDrop   = true;
     this.lblChanged.BackColor   = System.Drawing.SystemColors.Control;
     this.lblChanged.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblChanged.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblChanged.Location    = new System.Drawing.Point(320, 36);
     this.lblChanged.Name        = "lblChanged";
     this.lblChanged.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblChanged.Size        = new System.Drawing.Size(89, 17);
     this.lblChanged.TabIndex    = 26;
     this.lblChanged.Text        = "Changed:";
     //
     // Label12
     //
     this.Label12.AllowDrop   = true;
     this.Label12.BackColor   = System.Drawing.SystemColors.Control;
     this.Label12.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label12.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label12.Location    = new System.Drawing.Point(8, 432);
     this.Label12.Name        = "Label12";
     this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label12.Size        = new System.Drawing.Size(89, 17);
     this.Label12.TabIndex    = 22;
     this.Label12.Text        = "Freight";
     //
     // Label11
     //
     this.Label11.AllowDrop   = true;
     this.Label11.BackColor   = System.Drawing.SystemColors.Control;
     this.Label11.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label11.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label11.Location    = new System.Drawing.Point(8, 456);
     this.Label11.Name        = "Label11";
     this.Label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label11.Size        = new System.Drawing.Size(89, 17);
     this.Label11.TabIndex    = 20;
     this.Label11.Text        = "Total:";
     //
     // Label10
     //
     this.Label10.AllowDrop   = true;
     this.Label10.BackColor   = System.Drawing.SystemColors.Control;
     this.Label10.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label10.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label10.Location    = new System.Drawing.Point(288, 408);
     this.Label10.Name        = "Label10";
     this.Label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label10.Size        = new System.Drawing.Size(89, 17);
     this.Label10.TabIndex    = 18;
     this.Label10.Text        = "Total Tax:";
     //
     // Label9
     //
     this.Label9.AllowDrop   = true;
     this.Label9.BackColor   = System.Drawing.SystemColors.Control;
     this.Label9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label9.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label9.Location    = new System.Drawing.Point(288, 432);
     this.Label9.Name        = "Label9";
     this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label9.Size        = new System.Drawing.Size(89, 17);
     this.Label9.TabIndex    = 16;
     this.Label9.Text        = "Sub Total:";
     //
     // Label8
     //
     this.Label8.AllowDrop   = true;
     this.Label8.BackColor   = System.Drawing.SystemColors.Control;
     this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label8.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label8.Location    = new System.Drawing.Point(8, 408);
     this.Label8.Name        = "Label8";
     this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label8.Size        = new System.Drawing.Size(89, 17);
     this.Label8.TabIndex    = 15;
     this.Label8.Text        = "Sales Tax:";
     //
     // Label6
     //
     this.Label6.AllowDrop   = true;
     this.Label6.BackColor   = System.Drawing.SystemColors.Control;
     this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Label6.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.Label6.Location    = new System.Drawing.Point(8, 160);
     this.Label6.Name        = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size        = new System.Drawing.Size(33, 17);
     this.Label6.TabIndex    = 12;
     this.Label6.Text        = "Notes:";
     //
     // frmActionOrderRequest
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6, 13);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(523, 534);
     this.Controls.Add(this.txtPromisedBy);
     this.Controls.Add(this.txtRequiredBy);
     this.Controls.Add(this.txtReceivedBy);
     this.Controls.Add(this.cmdApprove);
     this.Controls.Add(this.txtStatus);
     this.Controls.Add(this.txtReceived);
     this.Controls.Add(this.txtChangedBy);
     this.Controls.Add(this.txtChanged);
     this.Controls.Add(this.txtOrderID);
     this.Controls.Add(this.txtNotes);
     this.Controls.Add(this.txtSubTotal);
     this.Controls.Add(this.txtTotal);
     this.Controls.Add(this.txtTotalTax);
     this.Controls.Add(this.txtFreightCharge);
     this.Controls.Add(this.txtSalesTax);
     this.Controls.Add(this.txtEntry);
     this.Controls.Add(this.fgDetails);
     this.Controls.Add(this.sbStatusBar);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.Frame2);
     this.Controls.Add(this.Label13);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label19);
     this.Controls.Add(this.lblChangedBy);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.lblChanged);
     this.Controls.Add(this.Label12);
     this.Controls.Add(this.Label11);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label6);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Location        = new System.Drawing.Point(3, 25);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmActionOrderRequest";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Create Invoice";
     this.Closed         += new System.EventHandler(this.Form_Closed);
     this.sbStatusBar.ResumeLayout(false);
     this.Frame2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCoachAvailability));
     this.lblStartTime         = new System.Windows.Forms.Label();
     this.cbxStartTime         = new System.Windows.Forms.ComboBox();
     this.lblDay               = new System.Windows.Forms.Label();
     this.cbxDay               = new System.Windows.Forms.ComboBox();
     this.lblEndTime           = new System.Windows.Forms.Label();
     this.cbxEndTime           = new System.Windows.Forms.ComboBox();
     this.lblEditSessionHeader = new System.Windows.Forms.Label();
     this.btnSave              = new System.Windows.Forms.Button();
     this.btnCancel            = new System.Windows.Forms.Button();
     this.lblInvalidStartTime  = new System.Windows.Forms.Label();
     this.lblInvalidDay        = new System.Windows.Forms.Label();
     this.lblInvalidEndTime    = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStartTime
     //
     this.lblStartTime.AutoSize = true;
     this.lblStartTime.Location = new System.Drawing.Point(18, 62);
     this.lblStartTime.Name     = "lblStartTime";
     this.lblStartTime.Size     = new System.Drawing.Size(55, 13);
     this.lblStartTime.TabIndex = 5;
     this.lblStartTime.Text     = "Start Time";
     //
     // cbxStartTime
     //
     this.cbxStartTime.FormattingEnabled = true;
     this.cbxStartTime.Location          = new System.Drawing.Point(79, 59);
     this.cbxStartTime.Name     = "cbxStartTime";
     this.cbxStartTime.Size     = new System.Drawing.Size(121, 21);
     this.cbxStartTime.TabIndex = 4;
     this.cbxStartTime.Leave   += new System.EventHandler(this.CbxStartTime_Leave);
     //
     // lblDay
     //
     this.lblDay.AutoSize = true;
     this.lblDay.Location = new System.Drawing.Point(18, 35);
     this.lblDay.Name     = "lblDay";
     this.lblDay.Size     = new System.Drawing.Size(26, 13);
     this.lblDay.TabIndex = 7;
     this.lblDay.Text     = "Day";
     //
     // cbxDay
     //
     this.cbxDay.FormattingEnabled = true;
     this.cbxDay.Location          = new System.Drawing.Point(79, 32);
     this.cbxDay.Name     = "cbxDay";
     this.cbxDay.Size     = new System.Drawing.Size(121, 21);
     this.cbxDay.TabIndex = 6;
     this.cbxDay.Leave   += new System.EventHandler(this.CbxDay_Leave);
     //
     // lblEndTime
     //
     this.lblEndTime.AutoSize = true;
     this.lblEndTime.Location = new System.Drawing.Point(18, 89);
     this.lblEndTime.Name     = "lblEndTime";
     this.lblEndTime.Size     = new System.Drawing.Size(52, 13);
     this.lblEndTime.TabIndex = 9;
     this.lblEndTime.Text     = "End Time";
     //
     // cbxEndTime
     //
     this.cbxEndTime.FormattingEnabled = true;
     this.cbxEndTime.Location          = new System.Drawing.Point(79, 86);
     this.cbxEndTime.Name     = "cbxEndTime";
     this.cbxEndTime.Size     = new System.Drawing.Size(121, 21);
     this.cbxEndTime.TabIndex = 8;
     this.cbxEndTime.Leave   += new System.EventHandler(this.CbxEndTime_Leave);
     //
     // lblEditSessionHeader
     //
     this.lblEditSessionHeader.AutoSize = true;
     this.lblEditSessionHeader.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F);
     this.lblEditSessionHeader.Location = new System.Drawing.Point(81, 9);
     this.lblEditSessionHeader.Name     = "lblEditSessionHeader";
     this.lblEditSessionHeader.Size     = new System.Drawing.Size(193, 24);
     this.lblEditSessionHeader.TabIndex = 12;
     this.lblEditSessionHeader.Text     = "Edit Coach Availability";
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(16, 180);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 13;
     this.btnSave.Text     = "Save";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.BtnSaveClick);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(262, 180);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 14;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // lblInvalidStartTime
     //
     this.lblInvalidStartTime.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInvalidStartTime.ForeColor = System.Drawing.Color.Red;
     this.lblInvalidStartTime.Location  = new System.Drawing.Point(206, 59);
     this.lblInvalidStartTime.Name      = "lblInvalidStartTime";
     this.lblInvalidStartTime.Size      = new System.Drawing.Size(90, 18);
     this.lblInvalidStartTime.TabIndex  = 26;
     this.lblInvalidStartTime.Text      = "Invalid Start Time";
     this.lblInvalidStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblInvalidStartTime.Visible   = false;
     //
     // lblInvalidDay
     //
     this.lblInvalidDay.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInvalidDay.ForeColor = System.Drawing.Color.Red;
     this.lblInvalidDay.Location  = new System.Drawing.Point(206, 35);
     this.lblInvalidDay.Name      = "lblInvalidDay";
     this.lblInvalidDay.Size      = new System.Drawing.Size(75, 13);
     this.lblInvalidDay.TabIndex  = 27;
     this.lblInvalidDay.Text      = "Invalid Day";
     this.lblInvalidDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblInvalidDay.Visible   = false;
     //
     // lblInvalidEndTime
     //
     this.lblInvalidEndTime.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInvalidEndTime.ForeColor = System.Drawing.Color.Red;
     this.lblInvalidEndTime.Location  = new System.Drawing.Point(206, 89);
     this.lblInvalidEndTime.Name      = "lblInvalidEndTime";
     this.lblInvalidEndTime.Size      = new System.Drawing.Size(90, 13);
     this.lblInvalidEndTime.TabIndex  = 28;
     this.lblInvalidEndTime.Text      = "Invalid End Time";
     this.lblInvalidEndTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblInvalidEndTime.Visible   = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.lblInvalidEndTime);
     this.groupBox2.Controls.Add(this.lblInvalidDay);
     this.groupBox2.Controls.Add(this.lblInvalidStartTime);
     this.groupBox2.Controls.Add(this.cbxDay);
     this.groupBox2.Controls.Add(this.lblDay);
     this.groupBox2.Controls.Add(this.lblEndTime);
     this.groupBox2.Controls.Add(this.cbxEndTime);
     this.groupBox2.Controls.Add(this.lblStartTime);
     this.groupBox2.Controls.Add(this.cbxStartTime);
     this.groupBox2.Location = new System.Drawing.Point(16, 44);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(321, 125);
     this.groupBox2.TabIndex = 33;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Details";
     //
     // EditCoachAvailability
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(351, 216);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.lblEditSessionHeader);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "EditCoachAvailability";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Availability";
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #47
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRandom));
     this.exit           = new System.Windows.Forms.Label();
     this.PuzzleBox      = new System.Windows.Forms.GroupBox();
     this.pbx1           = new System.Windows.Forms.PictureBox();
     this.pbx2           = new System.Windows.Forms.PictureBox();
     this.pbx3           = new System.Windows.Forms.PictureBox();
     this.pbx4           = new System.Windows.Forms.PictureBox();
     this.pbx5           = new System.Windows.Forms.PictureBox();
     this.pbx6           = new System.Windows.Forms.PictureBox();
     this.pbx7           = new System.Windows.Forms.PictureBox();
     this.pbx8           = new System.Windows.Forms.PictureBox();
     this.pbx9           = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.btnback        = new System.Windows.Forms.Button();
     this.btnpause       = new System.Windows.Forms.Button();
     this.btnshuffle     = new System.Windows.Forms.Button();
     this.lblTimeElapsed = new System.Windows.Forms.Label();
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.tboxletter     = new System.Windows.Forms.TextBox();
     this.btnguess       = new System.Windows.Forms.Button();
     this.listans        = new System.Windows.Forms.ListBox();
     this.label3         = new System.Windows.Forms.Label();
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.label2         = new System.Windows.Forms.Label();
     this.PuzzleBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbx1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx9)).BeginInit();
     this.SuspendLayout();
     //
     // exit
     //
     this.exit.BackColor = System.Drawing.Color.Transparent;
     this.exit.Image     = ((System.Drawing.Image)(resources.GetObject("exit.Image")));
     this.exit.Location  = new System.Drawing.Point(4, 4);
     this.exit.Name      = "exit";
     this.exit.Size      = new System.Drawing.Size(26, 24);
     this.exit.TabIndex  = 7;
     this.exit.Click    += new System.EventHandler(this.ExitClick);
     //
     // PuzzleBox
     //
     this.PuzzleBox.BackColor = System.Drawing.Color.Transparent;
     this.PuzzleBox.Controls.Add(this.pbx1);
     this.PuzzleBox.Controls.Add(this.pbx2);
     this.PuzzleBox.Controls.Add(this.pbx3);
     this.PuzzleBox.Controls.Add(this.pbx4);
     this.PuzzleBox.Controls.Add(this.pbx5);
     this.PuzzleBox.Controls.Add(this.pbx6);
     this.PuzzleBox.Controls.Add(this.pbx7);
     this.PuzzleBox.Controls.Add(this.pbx8);
     this.PuzzleBox.Controls.Add(this.pbx9);
     this.PuzzleBox.Location = new System.Drawing.Point(35, 45);
     this.PuzzleBox.Name     = "PuzzleBox";
     this.PuzzleBox.Size     = new System.Drawing.Size(329, 335);
     this.PuzzleBox.TabIndex = 9;
     this.PuzzleBox.TabStop  = false;
     //
     // pbx1
     //
     this.pbx1.Location = new System.Drawing.Point(6, 14);
     this.pbx1.Name     = "pbx1";
     this.pbx1.Size     = new System.Drawing.Size(100, 100);
     this.pbx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx1.TabIndex = 0;
     this.pbx1.TabStop  = false;
     //
     // pbx2
     //
     this.pbx2.Location = new System.Drawing.Point(112, 14);
     this.pbx2.Name     = "pbx2";
     this.pbx2.Size     = new System.Drawing.Size(100, 100);
     this.pbx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx2.TabIndex = 0;
     this.pbx2.TabStop  = false;
     //
     // pbx3
     //
     this.pbx3.Location = new System.Drawing.Point(218, 14);
     this.pbx3.Name     = "pbx3";
     this.pbx3.Size     = new System.Drawing.Size(100, 100);
     this.pbx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx3.TabIndex = 0;
     this.pbx3.TabStop  = false;
     //
     // pbx4
     //
     this.pbx4.Location = new System.Drawing.Point(6, 120);
     this.pbx4.Name     = "pbx4";
     this.pbx4.Size     = new System.Drawing.Size(100, 100);
     this.pbx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx4.TabIndex = 0;
     this.pbx4.TabStop  = false;
     //
     // pbx5
     //
     this.pbx5.Location = new System.Drawing.Point(112, 120);
     this.pbx5.Name     = "pbx5";
     this.pbx5.Size     = new System.Drawing.Size(100, 100);
     this.pbx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx5.TabIndex = 0;
     this.pbx5.TabStop  = false;
     //
     // pbx6
     //
     this.pbx6.Location = new System.Drawing.Point(218, 120);
     this.pbx6.Name     = "pbx6";
     this.pbx6.Size     = new System.Drawing.Size(100, 100);
     this.pbx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx6.TabIndex = 0;
     this.pbx6.TabStop  = false;
     //
     // pbx7
     //
     this.pbx7.Location = new System.Drawing.Point(6, 226);
     this.pbx7.Name     = "pbx7";
     this.pbx7.Size     = new System.Drawing.Size(100, 100);
     this.pbx7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx7.TabIndex = 0;
     this.pbx7.TabStop  = false;
     //
     // pbx8
     //
     this.pbx8.Location = new System.Drawing.Point(112, 226);
     this.pbx8.Name     = "pbx8";
     this.pbx8.Size     = new System.Drawing.Size(100, 100);
     this.pbx8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx8.TabIndex = 0;
     this.pbx8.TabStop  = false;
     //
     // pbx9
     //
     this.pbx9.Location = new System.Drawing.Point(218, 226);
     this.pbx9.Name     = "pbx9";
     this.pbx9.Size     = new System.Drawing.Size(100, 100);
     this.pbx9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbx9.TabIndex = 0;
     this.pbx9.TabStop  = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(438, 45);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(238, 36);
     this.label1.TabIndex  = 23;
     this.label1.Text      = "GYYHIOLPN";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // btnback
     //
     this.btnback.BackColor                 = System.Drawing.Color.Transparent;
     this.btnback.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnback.BackgroundImage")));
     this.btnback.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.btnback.FlatAppearance.BorderSize = 0;
     this.btnback.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnback.Location = new System.Drawing.Point(253, 403);
     this.btnback.Name     = "btnback";
     this.btnback.Size     = new System.Drawing.Size(97, 44);
     this.btnback.TabIndex = 22;
     this.btnback.Text     = "Back";
     this.btnback.UseVisualStyleBackColor = false;
     this.btnback.Click += new System.EventHandler(this.btnbackClick);
     //
     // btnpause
     //
     this.btnpause.BackColor                 = System.Drawing.Color.Transparent;
     this.btnpause.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnpause.BackgroundImage")));
     this.btnpause.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.btnpause.FlatAppearance.BorderSize = 0;
     this.btnpause.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnpause.Location = new System.Drawing.Point(151, 403);
     this.btnpause.Name     = "btnpause";
     this.btnpause.Size     = new System.Drawing.Size(97, 44);
     this.btnpause.TabIndex = 21;
     this.btnpause.Text     = "Pause";
     this.btnpause.UseVisualStyleBackColor = false;
     this.btnpause.Click += new System.EventHandler(this.btnpause_Click);
     //
     // btnshuffle
     //
     this.btnshuffle.BackColor                 = System.Drawing.Color.Transparent;
     this.btnshuffle.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnshuffle.BackgroundImage")));
     this.btnshuffle.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.btnshuffle.FlatAppearance.BorderSize = 0;
     this.btnshuffle.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnshuffle.Location = new System.Drawing.Point(45, 403);
     this.btnshuffle.Name     = "btnshuffle";
     this.btnshuffle.Size     = new System.Drawing.Size(97, 44);
     this.btnshuffle.TabIndex = 20;
     this.btnshuffle.Text     = "Shuffle";
     this.btnshuffle.UseVisualStyleBackColor = false;
     this.btnshuffle.Click += new System.EventHandler(this.btnshuffle_Click);
     //
     // lblTimeElapsed
     //
     this.lblTimeElapsed.AutoSize  = true;
     this.lblTimeElapsed.BackColor = System.Drawing.Color.Transparent;
     this.lblTimeElapsed.Font      = new System.Drawing.Font("Impact", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTimeElapsed.Location  = new System.Drawing.Point(471, 395);
     this.lblTimeElapsed.Name      = "lblTimeElapsed";
     this.lblTimeElapsed.Size      = new System.Drawing.Size(147, 43);
     this.lblTimeElapsed.TabIndex  = 3;
     this.lblTimeElapsed.Text      = "00:00:00";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 900;
     this.timer1.Tick    += new System.EventHandler(this.UpdateTimeElapsed);
     //
     // tboxletter
     //
     this.tboxletter.Location  = new System.Drawing.Point(453, 88);
     this.tboxletter.MaxLength = 9;
     this.tboxletter.Name      = "tboxletter";
     this.tboxletter.Size      = new System.Drawing.Size(190, 20);
     this.tboxletter.TabIndex  = 24;
     //
     // btnguess
     //
     this.btnguess.BackColor                 = System.Drawing.Color.Transparent;
     this.btnguess.BackgroundImage           = ((System.Drawing.Image)(resources.GetObject("btnguess.BackgroundImage")));
     this.btnguess.BackgroundImageLayout     = System.Windows.Forms.ImageLayout.Stretch;
     this.btnguess.FlatAppearance.BorderSize = 0;
     this.btnguess.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.btnguess.Location = new System.Drawing.Point(494, 114);
     this.btnguess.Name     = "btnguess";
     this.btnguess.Size     = new System.Drawing.Size(97, 44);
     this.btnguess.TabIndex = 25;
     this.btnguess.Text     = "Guess";
     this.btnguess.UseVisualStyleBackColor = false;
     this.btnguess.Click += new System.EventHandler(this.btnguess_Click);
     //
     // listans
     //
     this.listans.Font = new System.Drawing.Font("Supercell-Magic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listans.FormattingEnabled = true;
     this.listans.ItemHeight        = 16;
     this.listans.Location          = new System.Drawing.Point(470, 164);
     this.listans.Name     = "listans";
     this.listans.Size     = new System.Drawing.Size(148, 228);
     this.listans.TabIndex = 27;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label3.ForeColor = System.Drawing.Color.Transparent;
     this.label3.Image     = ((System.Drawing.Image)(resources.GetObject("label3.Image")));
     this.label3.Location  = new System.Drawing.Point(636, 45);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(18, 25);
     this.label3.TabIndex  = 28;
     this.toolTip1.SetToolTip(this.label3, "Find All Possible Word.\r\nYou have time limit to finish this stage.\r\nYou need atle" +
                              "ast 20 words to complete this stage.");
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label2.ForeColor = System.Drawing.Color.Transparent;
     this.label2.Image     = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
     this.label2.Location  = new System.Drawing.Point(86, 413);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(18, 25);
     this.label2.TabIndex  = 29;
     this.toolTip1.SetToolTip(this.label2, "You need atleast 10 words to enable.");
     this.label2.Visible = false;
     //
     // FormRandom
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.ControlDark;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(718, 458);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.listans);
     this.Controls.Add(this.btnguess);
     this.Controls.Add(this.tboxletter);
     this.Controls.Add(this.PuzzleBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnback);
     this.Controls.Add(this.btnpause);
     this.Controls.Add(this.btnshuffle);
     this.Controls.Add(this.lblTimeElapsed);
     this.Controls.Add(this.exit);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormRandom";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FormMed";
     this.Load           += new System.EventHandler(this.FormMed_Load);
     this.PuzzleBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbx1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbx9)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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 activoLabel;
            System.Windows.Forms.Label descripcionLabel;
            System.Windows.Forms.Label existenciaLabel;
            System.Windows.Forms.Label idLabel;
            System.Windows.Forms.Label precioLabel;
            System.Windows.Forms.Label categoriaIdLabel;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inventario));
            this.activoCheckBox = new System.Windows.Forms.CheckBox();
            this.idTextBox = new System.Windows.Forms.TextBox();
            this.listaReservaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.listaReservaBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.listaReservaBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonCancelar = new System.Windows.Forms.ToolStripButton();
            this.fotoPictureBox = new System.Windows.Forms.PictureBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.listaTiposBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.categoriaIdComboBox = new System.Windows.Forms.ComboBox();
            this.listaCategoriaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.descripcionTextBox = new System.Windows.Forms.TextBox();
            this.precioTextBox = new System.Windows.Forms.TextBox();
            this.existenciaTextBox = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            activoLabel = new System.Windows.Forms.Label();
            descripcionLabel = new System.Windows.Forms.Label();
            existenciaLabel = new System.Windows.Forms.Label();
            idLabel = new System.Windows.Forms.Label();
            precioLabel = new System.Windows.Forms.Label();
            categoriaIdLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.listaReservaBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaReservaBindingNavigator)).BeginInit();
            this.listaReservaBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fotoPictureBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaTiposBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaCategoriaBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // activoLabel
            // 
            activoLabel.AutoSize = true;
            activoLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            activoLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            activoLabel.Location = new System.Drawing.Point(30, 191);
            activoLabel.Name = "activoLabel";
            activoLabel.Size = new System.Drawing.Size(66, 25);
            activoLabel.TabIndex = 1;
            activoLabel.Text = "Activo:";
            // 
            // descripcionLabel
            // 
            descripcionLabel.AutoSize = true;
            descripcionLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            descripcionLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            descripcionLabel.Location = new System.Drawing.Point(30, 67);
            descripcionLabel.Name = "descripcionLabel";
            descripcionLabel.Size = new System.Drawing.Size(103, 25);
            descripcionLabel.TabIndex = 3;
            descripcionLabel.Text = "Descripcion:";
            // 
            // existenciaLabel
            // 
            existenciaLabel.AutoSize = true;
            existenciaLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            existenciaLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            existenciaLabel.Location = new System.Drawing.Point(30, 161);
            existenciaLabel.Name = "existenciaLabel";
            existenciaLabel.Size = new System.Drawing.Size(97, 25);
            existenciaLabel.TabIndex = 5;
            existenciaLabel.Text = "Existencia:";
            // 
            // idLabel
            // 
            idLabel.AutoSize = true;
            idLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            idLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            idLabel.Location = new System.Drawing.Point(30, 39);
            idLabel.Name = "idLabel";
            idLabel.Size = new System.Drawing.Size(34, 25);
            idLabel.TabIndex = 7;
            idLabel.Text = "Id:";
            // 
            // precioLabel
            // 
            precioLabel.AutoSize = true;
            precioLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            precioLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            precioLabel.Location = new System.Drawing.Point(30, 135);
            precioLabel.Name = "precioLabel";
            precioLabel.Size = new System.Drawing.Size(62, 25);
            precioLabel.TabIndex = 9;
            precioLabel.Text = "Precio:";
            // 
            // categoriaIdLabel
            // 
            categoriaIdLabel.AutoSize = true;
            categoriaIdLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            categoriaIdLabel.Font = new System.Drawing.Font("Monotype Corsiva", 15.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            categoriaIdLabel.Location = new System.Drawing.Point(30, 103);
            categoriaIdLabel.Name = "categoriaIdLabel";
            categoriaIdLabel.Size = new System.Drawing.Size(87, 25);
            categoriaIdLabel.TabIndex = 16;
            categoriaIdLabel.Text = "Categoria:";
            // 
            // activoCheckBox
            // 
            this.activoCheckBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.activoCheckBox.Location = new System.Drawing.Point(160, 187);
            this.activoCheckBox.Name = "activoCheckBox";
            this.activoCheckBox.Size = new System.Drawing.Size(104, 24);
            this.activoCheckBox.TabIndex = 2;
            this.activoCheckBox.UseVisualStyleBackColor = false;
            // 
            // idTextBox
            // 
            this.idTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listaReservaBindingSource, "Id", true));
            this.idTextBox.Location = new System.Drawing.Point(160, 39);
            this.idTextBox.Name = "idTextBox";
            this.idTextBox.ReadOnly = true;
            this.idTextBox.Size = new System.Drawing.Size(176, 13);
            this.idTextBox.TabIndex = 8;
            // 
            // listaReservaBindingSource
            // 
            this.listaReservaBindingSource.DataSource = typeof(BL_Fiestas.Reserva);
            // 
            // listaReservaBindingNavigator
            // 
            this.listaReservaBindingNavigator.AddNewItem = null;
            this.listaReservaBindingNavigator.BindingSource = this.listaReservaBindingSource;
            this.listaReservaBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.listaReservaBindingNavigator.DeleteItem = null;
            this.listaReservaBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.listaReservaBindingNavigatorSaveItem,
            this.toolStripButtonCancelar});
            this.listaReservaBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.listaReservaBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.listaReservaBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.listaReservaBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.listaReservaBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.listaReservaBindingNavigator.Name = "listaReservaBindingNavigator";
            this.listaReservaBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.listaReservaBindingNavigator.Size = new System.Drawing.Size(582, 25);
            this.listaReservaBindingNavigator.TabIndex = 11;
            this.listaReservaBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(37, 22);
            this.bindingNavigatorCountItem.Text = "de {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "Posición";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "Mover último";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "Agregar nuevo";
            this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click_1);
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "Eliminar";
            this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click_1);
            // 
            // listaReservaBindingNavigatorSaveItem
            // 
            this.listaReservaBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.listaReservaBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("listaReservaBindingNavigatorSaveItem.Image")));
            this.listaReservaBindingNavigatorSaveItem.Name = "listaReservaBindingNavigatorSaveItem";
            this.listaReservaBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
            this.listaReservaBindingNavigatorSaveItem.Text = "Guardar datos";
            this.listaReservaBindingNavigatorSaveItem.Click += new System.EventHandler(this.listaReservaBindingNavigatorSaveItem_Click_1);
            // 
            // toolStripButtonCancelar
            // 
            this.toolStripButtonCancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripButtonCancelar.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCancelar.Image")));
            this.toolStripButtonCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonCancelar.Name = "toolStripButtonCancelar";
            this.toolStripButtonCancelar.Size = new System.Drawing.Size(57, 22);
            this.toolStripButtonCancelar.Text = "Cancelar";
            this.toolStripButtonCancelar.Visible = false;
            this.toolStripButtonCancelar.Click += new System.EventHandler(this.toolStripButtonCancelar_Click_1);
            // 
            // fotoPictureBox
            // 
            this.fotoPictureBox.BackColor = System.Drawing.SystemColors.AppWorkspace;
            this.fotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.listaReservaBindingSource, "Foto", true, System.Windows.Forms.DataSourceUpdateMode.Never));
            this.fotoPictureBox.Location = new System.Drawing.Point(26, 219);
            this.fotoPictureBox.Name = "fotoPictureBox";
            this.fotoPictureBox.Size = new System.Drawing.Size(212, 153);
            this.fotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.fotoPictureBox.TabIndex = 12;
            this.fotoPictureBox.TabStop = false;
            this.fotoPictureBox.Click += new System.EventHandler(this.fotoPictureBox_Click);
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.button1.Cursor = System.Windows.Forms.Cursors.Default;
            this.button1.Location = new System.Drawing.Point(26, 387);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(91, 32);
            this.button1.TabIndex = 13;
            this.button1.Text = "Agregar Foto";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.button2.Cursor = System.Windows.Forms.Cursors.Default;
            this.button2.Location = new System.Drawing.Point(139, 387);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(86, 32);
            this.button2.TabIndex = 14;
            this.button2.Text = "Eliminar Foto";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "jpg,png |*.jpg;*.png";
            // 
            // categoriaIdComboBox
            // 
            this.categoriaIdComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.listaReservaBindingSource, "CategoriaId", true));
            this.categoriaIdComboBox.DataSource = this.listaCategoriaBindingSource;
            this.categoriaIdComboBox.DisplayMember = "Descripcion";
            this.categoriaIdComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.categoriaIdComboBox.FormattingEnabled = true;
            this.categoriaIdComboBox.Location = new System.Drawing.Point(160, 108);
            this.categoriaIdComboBox.Name = "categoriaIdComboBox";
            this.categoriaIdComboBox.Size = new System.Drawing.Size(176, 21);
            this.categoriaIdComboBox.TabIndex = 17;
            this.categoriaIdComboBox.ValueMember = "Id";
            // 
            // listaCategoriaBindingSource
            // 
            this.listaCategoriaBindingSource.DataSource = typeof(BL_Fiestas.Categoria);
            // 
            // descripcionTextBox
            // 
            this.descripcionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listaReservaBindingSource, "Descripcion", true));
            this.descripcionTextBox.Location = new System.Drawing.Point(160, 72);
            this.descripcionTextBox.Name = "descripcionTextBox";
            this.descripcionTextBox.Size = new System.Drawing.Size(176, 13);
            this.descripcionTextBox.TabIndex = 18;
            // 
            // precioTextBox
            // 
            this.precioTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.precioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listaReservaBindingSource, "Precio", true));
            this.precioTextBox.Location = new System.Drawing.Point(160, 140);
            this.precioTextBox.Name = "precioTextBox";
            this.precioTextBox.Size = new System.Drawing.Size(176, 13);
            this.precioTextBox.TabIndex = 19;
            // 
            // existenciaTextBox
            // 
            this.existenciaTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.existenciaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listaReservaBindingSource, "Existencia", true));
            this.existenciaTextBox.Location = new System.Drawing.Point(160, 166);
            this.existenciaTextBox.Name = "existenciaTextBox";
            this.existenciaTextBox.Size = new System.Drawing.Size(176, 13);
            this.existenciaTextBox.TabIndex = 20;
            // 
            // textBox1
            // 
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox1.Location = new System.Drawing.Point(257, 305);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(169, 13);
            this.textBox1.TabIndex = 21;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(307, 331);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 22;
            this.button3.Text = "Buscar";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // Inventario
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::Fiestas.Properties.Resources._96125365_collection_of_pink_birthday_party_objects_in_a_gift_box;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(582, 420);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.existenciaTextBox);
            this.Controls.Add(this.precioTextBox);
            this.Controls.Add(this.descripcionTextBox);
            this.Controls.Add(categoriaIdLabel);
            this.Controls.Add(this.categoriaIdComboBox);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.fotoPictureBox);
            this.Controls.Add(this.listaReservaBindingNavigator);
            this.Controls.Add(activoLabel);
            this.Controls.Add(this.activoCheckBox);
            this.Controls.Add(descripcionLabel);
            this.Controls.Add(existenciaLabel);
            this.Controls.Add(idLabel);
            this.Controls.Add(this.idTextBox);
            this.Controls.Add(precioLabel);
            this.Name = "Inventario";
            this.Text = "FormInventario";
            this.Load += new System.EventHandler(this.FormReservar_Load);
            ((System.ComponentModel.ISupportInitialize)(this.listaReservaBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaReservaBindingNavigator)).EndInit();
            this.listaReservaBindingNavigator.ResumeLayout(false);
            this.listaReservaBindingNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fotoPictureBox)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaTiposBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaCategoriaBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonOK                  = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.groupBoxSize              = new System.Windows.Forms.GroupBox();
     this.columnWidthControl        = new OpenLiveWriter.PostEditor.Tables.ColumnWidthControl();
     this.panelRowsAndColumns       = new System.Windows.Forms.Panel();
     this.numericTextBoxColumns     = new OpenLiveWriter.Controls.NumericTextBox();
     this.numericTextBoxRows        = new OpenLiveWriter.Controls.NumericTextBox();
     this.labelRows                 = new System.Windows.Forms.Label();
     this.labelColumns              = new System.Windows.Forms.Label();
     this.groupBoxAppearance        = new System.Windows.Forms.GroupBox();
     this.labelSpacingPixels        = new System.Windows.Forms.Label();
     this.labelPaddingPixels        = new System.Windows.Forms.Label();
     this.labelBorderPixels         = new System.Windows.Forms.Label();
     this.checkBoxShowBorder        = new System.Windows.Forms.CheckBox();
     this.numericTextBoxCellSpacing = new OpenLiveWriter.Controls.NumericTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.numericTextBoxBorder      = new OpenLiveWriter.Controls.NumericTextBox();
     this.numericTextBoxCellPadding = new OpenLiveWriter.Controls.NumericTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBoxSize.SuspendLayout();
     this.panelRowsAndColumns.SuspendLayout();
     this.groupBoxAppearance.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonOK.Location  = new System.Drawing.Point(139, 247);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.Size      = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex  = 2;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.buttonCancel.Location     = new System.Drawing.Point(221, 247);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex     = 3;
     this.buttonCancel.Text         = "Cancel";
     //
     // groupBoxSize
     //
     this.groupBoxSize.Controls.Add(this.columnWidthControl);
     this.groupBoxSize.Controls.Add(this.panelRowsAndColumns);
     this.groupBoxSize.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxSize.Location  = new System.Drawing.Point(9, 8);
     this.groupBoxSize.Name      = "groupBoxSize";
     this.groupBoxSize.Size      = new System.Drawing.Size(287, 97);
     this.groupBoxSize.TabIndex  = 0;
     this.groupBoxSize.TabStop   = false;
     this.groupBoxSize.Text      = "Size";
     //
     // columnWidthControl
     //
     this.columnWidthControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.columnWidthControl.ColumnWidth = new PixelPercent();
     this.columnWidthControl.ImeMode     = System.Windows.Forms.ImeMode.Off;
     this.columnWidthControl.Location    = new System.Drawing.Point(16, 55);
     this.columnWidthControl.Name        = "columnWidthControl";
     this.columnWidthControl.Size        = new System.Drawing.Size(254, 23);
     this.columnWidthControl.TabIndex    = 1;
     //
     // panelRowsAndColumns
     //
     this.panelRowsAndColumns.Controls.Add(this.numericTextBoxColumns);
     this.panelRowsAndColumns.Controls.Add(this.numericTextBoxRows);
     this.panelRowsAndColumns.Controls.Add(this.labelRows);
     this.panelRowsAndColumns.Controls.Add(this.labelColumns);
     this.panelRowsAndColumns.Location = new System.Drawing.Point(16, 24);
     this.panelRowsAndColumns.Name     = "panelRowsAndColumns";
     this.panelRowsAndColumns.Size     = new System.Drawing.Size(227, 23);
     this.panelRowsAndColumns.TabIndex = 0;
     //
     // numericTextBoxColumns
     //
     this.numericTextBoxColumns.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxColumns.Location  = new System.Drawing.Point(155, 0);
     this.numericTextBoxColumns.MaxLength = 9;
     this.numericTextBoxColumns.Name      = "numericTextBoxColumns";
     this.numericTextBoxColumns.Size      = new System.Drawing.Size(46, 21);
     this.numericTextBoxColumns.TabIndex  = 3;
     //
     // numericTextBoxRows
     //
     this.numericTextBoxRows.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxRows.Location  = new System.Drawing.Point(43, 0);
     this.numericTextBoxRows.MaxLength = 9;
     this.numericTextBoxRows.Name      = "numericTextBoxRows";
     this.numericTextBoxRows.Size      = new System.Drawing.Size(46, 21);
     this.numericTextBoxRows.TabIndex  = 1;
     //
     // labelRows
     //
     this.labelRows.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelRows.Location  = new System.Drawing.Point(0, 3);
     this.labelRows.Name      = "labelRows";
     this.labelRows.Size      = new System.Drawing.Size(37, 15);
     this.labelRows.TabIndex  = 0;
     this.labelRows.Text      = "&Rows:";
     //
     // labelColumns
     //
     this.labelColumns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelColumns.Location  = new System.Drawing.Point(104, 3);
     this.labelColumns.Name      = "labelColumns";
     this.labelColumns.Size      = new System.Drawing.Size(49, 15);
     this.labelColumns.TabIndex  = 2;
     this.labelColumns.Text      = "&Columns:";
     //
     // groupBoxAppearance
     //
     this.groupBoxAppearance.Controls.Add(this.labelSpacingPixels);
     this.groupBoxAppearance.Controls.Add(this.labelPaddingPixels);
     this.groupBoxAppearance.Controls.Add(this.labelBorderPixels);
     this.groupBoxAppearance.Controls.Add(this.checkBoxShowBorder);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellSpacing);
     this.groupBoxAppearance.Controls.Add(this.label3);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxBorder);
     this.groupBoxAppearance.Controls.Add(this.numericTextBoxCellPadding);
     this.groupBoxAppearance.Controls.Add(this.label1);
     this.groupBoxAppearance.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxAppearance.Location  = new System.Drawing.Point(9, 108);
     this.groupBoxAppearance.Name      = "groupBoxAppearance";
     this.groupBoxAppearance.Size      = new System.Drawing.Size(287, 132);
     this.groupBoxAppearance.TabIndex  = 1;
     this.groupBoxAppearance.TabStop   = false;
     this.groupBoxAppearance.Text      = "Appearance";
     //
     // labelSpacingPixels
     //
     this.labelSpacingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelSpacingPixels.Location  = new System.Drawing.Point(206, 94);
     this.labelSpacingPixels.Name      = "labelSpacingPixels";
     this.labelSpacingPixels.Size      = new System.Drawing.Size(64, 15);
     this.labelSpacingPixels.TabIndex  = 9;
     this.labelSpacingPixels.Text      = "pixels";
     //
     // labelPaddingPixels
     //
     this.labelPaddingPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelPaddingPixels.Location  = new System.Drawing.Point(206, 65);
     this.labelPaddingPixels.Name      = "labelPaddingPixels";
     this.labelPaddingPixels.Size      = new System.Drawing.Size(64, 15);
     this.labelPaddingPixels.TabIndex  = 8;
     this.labelPaddingPixels.Text      = "pixels";
     //
     // labelBorderPixels
     //
     this.labelBorderPixels.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelBorderPixels.Location  = new System.Drawing.Point(206, 29);
     this.labelBorderPixels.Name      = "labelBorderPixels";
     this.labelBorderPixels.Size      = new System.Drawing.Size(64, 16);
     this.labelBorderPixels.TabIndex  = 7;
     this.labelBorderPixels.Text      = "pixels";
     //
     // checkBoxShowBorder
     //
     this.checkBoxShowBorder.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkBoxShowBorder.Location        = new System.Drawing.Point(16, 24);
     this.checkBoxShowBorder.Name            = "checkBoxShowBorder";
     this.checkBoxShowBorder.Size            = new System.Drawing.Size(141, 24);
     this.checkBoxShowBorder.TabIndex        = 0;
     this.checkBoxShowBorder.Text            = "Show table &border:";
     this.checkBoxShowBorder.CheckedChanged += new System.EventHandler(this.checkBoxShowBorder_CheckedChanged);
     //
     // numericTextBoxCellSpacing
     //
     this.numericTextBoxCellSpacing.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxCellSpacing.Location  = new System.Drawing.Point(166, 91);
     this.numericTextBoxCellSpacing.MaxLength = 9;
     this.numericTextBoxCellSpacing.Name      = "numericTextBoxCellSpacing";
     this.numericTextBoxCellSpacing.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxCellSpacing.TabIndex  = 6;
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location  = new System.Drawing.Point(16, 94);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(139, 15);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "&Space between cells:";
     //
     // numericTextBoxBorder
     //
     this.numericTextBoxBorder.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxBorder.Location  = new System.Drawing.Point(166, 26);
     this.numericTextBoxBorder.MaxLength = 9;
     this.numericTextBoxBorder.Name      = "numericTextBoxBorder";
     this.numericTextBoxBorder.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxBorder.TabIndex  = 2;
     //
     // numericTextBoxCellPadding
     //
     this.numericTextBoxCellPadding.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.numericTextBoxCellPadding.Location  = new System.Drawing.Point(166, 61);
     this.numericTextBoxCellPadding.MaxLength = 9;
     this.numericTextBoxCellPadding.Name      = "numericTextBoxCellPadding";
     this.numericTextBoxCellPadding.Size      = new System.Drawing.Size(35, 21);
     this.numericTextBoxCellPadding.TabIndex  = 4;
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location  = new System.Drawing.Point(16, 65);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 15);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "&Pad cell contents:";
     //
     // TablePropertiesForm
     //
     this.AcceptButton = this.buttonOK;
     this.CancelButton = this.buttonCancel;
     this.ClientSize   = new System.Drawing.Size(305, 277);
     this.Controls.Add(this.groupBoxAppearance);
     this.Controls.Add(this.groupBoxSize);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "TablePropertiesForm";
     this.Text        = "Insert Table";
     this.groupBoxSize.ResumeLayout(false);
     this.panelRowsAndColumns.ResumeLayout(false);
     this.panelRowsAndColumns.PerformLayout();
     this.groupBoxAppearance.ResumeLayout(false);
     this.groupBoxAppearance.PerformLayout();
     this.ResumeLayout(false);
 }
Example #50
0
        /// <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 nivelLabel;
            this.usuario = new System.Windows.Forms.TextBox();
            this.tiempo = new System.Windows.Forms.TextBox();
            this.dia = new System.Windows.Forms.TextBox();
            this.aceptar = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.fecha = new System.Windows.Forms.Label();
            this.buscaminasDataSet = new buscaminas.BuscaminasDataSet();
            this.historialPuntuacionBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.historialPuntuacionTableAdapter = new buscaminas.BuscaminasDataSetTableAdapters.HistorialPuntuacionTableAdapter();
            this.tableAdapterManager = new buscaminas.BuscaminasDataSetTableAdapters.TableAdapterManager();
            this.buscaminasDataSet2 = new buscaminas.BuscaminasDataSet2();
            this.historialPuntuacionBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.historialPuntuacionTableAdapter1 = new buscaminas.BuscaminasDataSet2TableAdapters.HistorialPuntuacionTableAdapter();
            this.tableAdapterManager1 = new buscaminas.BuscaminasDataSet2TableAdapters.TableAdapterManager();
            this.nivel = new System.Windows.Forms.TextBox();
            nivelLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.buscaminasDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.historialPuntuacionBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscaminasDataSet2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.historialPuntuacionBindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // usuario
            // 
            this.usuario.Location = new System.Drawing.Point(31, 26);
            this.usuario.Name = "usuario";
            this.usuario.Size = new System.Drawing.Size(100, 20);
            this.usuario.TabIndex = 0;
            // 
            // tiempo
            // 
            this.tiempo.Location = new System.Drawing.Point(31, 75);
            this.tiempo.Name = "tiempo";
            this.tiempo.Size = new System.Drawing.Size(100, 20);
            this.tiempo.TabIndex = 1;
            // 
            // dia
            // 
            this.dia.Location = new System.Drawing.Point(203, 26);
            this.dia.Name = "dia";
            this.dia.Size = new System.Drawing.Size(147, 20);
            this.dia.TabIndex = 2;
            // 
            // aceptar
            // 
            this.aceptar.BackColor = System.Drawing.SystemColors.Highlight;
            this.aceptar.Location = new System.Drawing.Point(132, 122);
            this.aceptar.Name = "aceptar";
            this.aceptar.Size = new System.Drawing.Size(75, 23);
            this.aceptar.TabIndex = 3;
            this.aceptar.Text = "Aceptar";
            this.aceptar.UseVisualStyleBackColor = false;
            this.aceptar.Click += new System.EventHandler(this.aceptar_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(31, 7);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(43, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Usuario";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(31, 53);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "Tiempo";
            // 
            // fecha
            // 
            this.fecha.AutoSize = true;
            this.fecha.ForeColor = System.Drawing.Color.Red;
            this.fecha.Location = new System.Drawing.Point(200, 7);
            this.fecha.Name = "fecha";
            this.fecha.Size = new System.Drawing.Size(37, 13);
            this.fecha.TabIndex = 6;
            this.fecha.Text = "Fecha";
            // 
            // buscaminasDataSet
            // 
            this.buscaminasDataSet.DataSetName = "BuscaminasDataSet";
            this.buscaminasDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // historialPuntuacionBindingSource
            // 
            this.historialPuntuacionBindingSource.DataMember = "HistorialPuntuacion";
            this.historialPuntuacionBindingSource.DataSource = this.buscaminasDataSet;
            // 
            // historialPuntuacionTableAdapter
            // 
            this.historialPuntuacionTableAdapter.ClearBeforeFill = true;
            // 
            // tableAdapterManager
            // 
            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager.HistorialPuntuacionTableAdapter = this.historialPuntuacionTableAdapter;
            this.tableAdapterManager.UpdateOrder = buscaminas.BuscaminasDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // buscaminasDataSet2
            // 
            this.buscaminasDataSet2.DataSetName = "BuscaminasDataSet2";
            this.buscaminasDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // historialPuntuacionBindingSource1
            // 
            this.historialPuntuacionBindingSource1.DataMember = "HistorialPuntuacion";
            this.historialPuntuacionBindingSource1.DataSource = this.buscaminasDataSet2;
            // 
            // historialPuntuacionTableAdapter1
            // 
            this.historialPuntuacionTableAdapter1.ClearBeforeFill = true;
            // 
            // tableAdapterManager1
            // 
            this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager1.HistorialPuntuacionTableAdapter = this.historialPuntuacionTableAdapter1;
            this.tableAdapterManager1.UpdateOrder = buscaminas.BuscaminasDataSet2TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // nivelLabel
            // 
            nivelLabel.AutoSize = true;
            nivelLabel.ForeColor = System.Drawing.Color.Red;
            nivelLabel.Location = new System.Drawing.Point(203, 53);
            nivelLabel.Name = "nivelLabel";
            nivelLabel.Size = new System.Drawing.Size(34, 13);
            nivelLabel.TabIndex = 7;
            nivelLabel.Text = "Nivel:";
                       // 
            // nivel
            // 
            this.nivel.Location = new System.Drawing.Point(203, 75);
            this.nivel.Name = "nivel";
            this.nivel.Size = new System.Drawing.Size(100, 20);
            this.nivel.TabIndex = 8;
            // 
            // final
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(360, 179);
            this.Controls.Add(this.nivel);
            this.Controls.Add(nivelLabel);
            this.Controls.Add(this.fecha);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.aceptar);
            this.Controls.Add(this.dia);
            this.Controls.Add(this.tiempo);
            this.Controls.Add(this.usuario);
            this.Name = "final";
            this.Text = "final";
            this.Load += new System.EventHandler(this.final_Load);
            ((System.ComponentModel.ISupportInitialize)(this.buscaminasDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.historialPuntuacionBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscaminasDataSet2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.historialPuntuacionBindingSource1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #51
0
        /// <summary>
        /// Erforderliche Methode für die Designerunterstützung.
        /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
        /// </summary>
        private void InitializeComponent()
        {
            for (int i = 0; i < 9; i++)
            {
                for (int j = 0; j < 9; j++)
                {
                    enter(i, j);
                }
            }

            System.Windows.Forms.Label RekText = new System.Windows.Forms.Label();
            RekText.Left  = 30;
            RekText.Top   = 233;
            RekText.Width = 80;
            RekText.Text  = "Rekursionstiefe:";
            this.Controls.Add(RekText);
            RekText.Show();

            System.Windows.Forms.TextBox Rekursion = new System.Windows.Forms.TextBox();
            Rekursion.Top   = 230;
            Rekursion.Left  = 115;
            Rekursion.Width = 20;
            Rekursion.Text  = "3";
            Rekursion.Show();
            this.Controls.Add(Rekursion);

            System.Windows.Forms.Button Reset = new System.Windows.Forms.Button();
            Reset.Top   = 230;
            Reset.Left  = 145;
            Reset.Width = 50;
            Reset.Text  = "Reset";
            Reset.Show();
            this.Controls.Add(Reset);

            Reset.Click += delegate
            {
                for (int i = 0; i < 9; i++)
                {
                    for (int j = 0; j < 9; j++)
                    {
                        Brett[i, j].Text    = "";
                        Tree.solution[i, j] = 0;
                    }
                }
            };

            System.Windows.Forms.Button Start = new System.Windows.Forms.Button();
            Start.Left   = 200;
            Start.Top    = 230;
            Start.Text   = "Solve";
            Start.Click += delegate
            {
                myTree = new Tree(sudoku, 0, 0, sudoku[0, 0], System.Int32.Parse(Rekursion.Text));
                AusgabeFenster myAF = new AusgabeFenster();
                myAF.init();
            };
            this.Controls.Add(Start);
            Start.Show();

            this.components    = new System.ComponentModel.Container();
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Text          = "Form1";
        }
Example #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label lblPGroup;
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label lblD;
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series2    = new System.Windows.Forms.DataVisualization.Charting.Series();
     this.chartPredict = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.btnVisualize = new System.Windows.Forms.Button();
     this.cmbGroup     = new System.Windows.Forms.ComboBox();
     this.cmbSubGroup  = new System.Windows.Forms.ComboBox();
     this.rdSales      = new System.Windows.Forms.RadioButton();
     this.rdQuantity   = new System.Windows.Forms.RadioButton();
     lblPGroup         = new System.Windows.Forms.Label();
     label1            = new System.Windows.Forms.Label();
     lblD = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chartPredict)).BeginInit();
     this.SuspendLayout();
     //
     // lblPGroup
     //
     lblPGroup.AutoSize = true;
     lblPGroup.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     lblPGroup.Location = new System.Drawing.Point(19, 39);
     lblPGroup.Name     = "lblPGroup";
     lblPGroup.Size     = new System.Drawing.Size(157, 25);
     lblPGroup.TabIndex = 22;
     lblPGroup.Text     = "Product Group:";
     lblPGroup.Click   += new System.EventHandler(this.lblPGroup_Click);
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.Location = new System.Drawing.Point(650, 36);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(202, 25);
     label1.TabIndex = 25;
     label1.Text     = "Product Sub-Group:";
     //
     // lblD
     //
     lblD.AutoSize = true;
     lblD.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     lblD.Location = new System.Drawing.Point(19, 103);
     lblD.Name     = "lblD";
     lblD.Size     = new System.Drawing.Size(89, 25);
     lblD.TabIndex = 26;
     lblD.Text     = "Display:";
     //
     // chartPredict
     //
     chartArea2.AxisX.Interval                      = 1D;
     chartArea2.AxisX.MajorGrid.LineColor           = System.Drawing.Color.Transparent;
     chartArea2.AxisX.ScaleBreakStyle.StartFromZero = System.Windows.Forms.DataVisualization.Charting.StartFromZero.Yes;
     chartArea2.AxisY.MajorGrid.LineColor           = System.Drawing.Color.Transparent;
     chartArea2.Name = "ChartArea1";
     this.chartPredict.ChartAreas.Add(chartArea2);
     this.chartPredict.Location = new System.Drawing.Point(14, 152);
     this.chartPredict.Name     = "chartPredict";
     series2.BorderWidth        = 2;
     series2.ChartArea          = "ChartArea1";
     series2.ChartType          = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
     series2.Color                       = System.Drawing.Color.RoyalBlue;
     series2.CustomProperties            = "EmptyPointValue=Zero, LabelStyle=Top";
     series2.EmptyPointStyle.Color       = System.Drawing.Color.Black;
     series2.EmptyPointStyle.MarkerColor = System.Drawing.Color.White;
     series2.IsValueShownAsLabel         = true;
     series2.Name = "Total Sales per Month";
     series2.SmartLabelStyle.IsOverlappedHidden = false;
     series2.ToolTip = " #VAL";
     this.chartPredict.Series.Add(series2);
     this.chartPredict.Size     = new System.Drawing.Size(1219, 525);
     this.chartPredict.TabIndex = 0;
     this.chartPredict.Text     = "chart1";
     this.chartPredict.Click   += new System.EventHandler(this.chartPredict_Click);
     //
     // btnVisualize
     //
     this.btnVisualize.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.btnVisualize.Location = new System.Drawing.Point(1052, 98);
     this.btnVisualize.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnVisualize.Name     = "btnVisualize";
     this.btnVisualize.Size     = new System.Drawing.Size(181, 39);
     this.btnVisualize.TabIndex = 23;
     this.btnVisualize.Text     = "&Visualize";
     this.btnVisualize.UseVisualStyleBackColor = true;
     this.btnVisualize.Click += new System.EventHandler(this.btnVisualize_Click);
     //
     // cmbGroup
     //
     this.cmbGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroup.Font              = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbGroup.FormattingEnabled = true;
     this.cmbGroup.Items.AddRange(new object[] {
         "Equipment",
         "Healthcare",
         "Medicine"
     });
     this.cmbGroup.Location              = new System.Drawing.Point(196, 33);
     this.cmbGroup.Margin                = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.cmbGroup.Name                  = "cmbGroup";
     this.cmbGroup.Size                  = new System.Drawing.Size(350, 33);
     this.cmbGroup.Sorted                = true;
     this.cmbGroup.TabIndex              = 21;
     this.cmbGroup.SelectedIndexChanged += new System.EventHandler(this.cmbGroup_SelectedIndexChanged);
     //
     // cmbSubGroup
     //
     this.cmbSubGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSubGroup.Font              = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbSubGroup.FormattingEnabled = true;
     this.cmbSubGroup.Items.AddRange(new object[] {
         "Equipment",
         "Healthcare",
         "Medicine"
     });
     this.cmbSubGroup.Location              = new System.Drawing.Point(887, 36);
     this.cmbSubGroup.Margin                = new System.Windows.Forms.Padding(3, 1, 3, 1);
     this.cmbSubGroup.Name                  = "cmbSubGroup";
     this.cmbSubGroup.Size                  = new System.Drawing.Size(346, 33);
     this.cmbSubGroup.Sorted                = true;
     this.cmbSubGroup.TabIndex              = 24;
     this.cmbSubGroup.SelectedIndexChanged += new System.EventHandler(this.cmbSubGroup_SelectedIndexChanged);
     //
     // rdSales
     //
     this.rdSales.AutoSize = true;
     this.rdSales.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.rdSales.Location = new System.Drawing.Point(196, 103);
     this.rdSales.Name     = "rdSales";
     this.rdSales.Size     = new System.Drawing.Size(145, 29);
     this.rdSales.TabIndex = 27;
     this.rdSales.TabStop  = true;
     this.rdSales.Text     = "Total Sales";
     this.rdSales.UseVisualStyleBackColor = true;
     //
     // rdQuantity
     //
     this.rdQuantity.AutoSize = true;
     this.rdQuantity.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
     this.rdQuantity.Location = new System.Drawing.Point(382, 103);
     this.rdQuantity.Name     = "rdQuantity";
     this.rdQuantity.Size     = new System.Drawing.Size(220, 29);
     this.rdQuantity.TabIndex = 28;
     this.rdQuantity.TabStop  = true;
     this.rdQuantity.Text     = "Total Quantity Sold";
     this.rdQuantity.UseVisualStyleBackColor = true;
     //
     // frmPrediction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1245, 695);
     this.Controls.Add(this.rdQuantity);
     this.Controls.Add(this.rdSales);
     this.Controls.Add(lblD);
     this.Controls.Add(this.cmbSubGroup);
     this.Controls.Add(label1);
     this.Controls.Add(this.btnVisualize);
     this.Controls.Add(this.cmbGroup);
     this.Controls.Add(lblPGroup);
     this.Controls.Add(this.chartPredict);
     this.Name          = "frmPrediction";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Family Aid Pharmacy Inc. SRePS - Prediction";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmPrediction_FormClosing);
     this.Load         += new System.EventHandler(this.frmPrediction_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chartPredict)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeedStep));
     this.updateTextBox          = new System.Windows.Forms.TextBox();
     this.updateRateComboBox     = new System.Windows.Forms.ComboBox();
     this.updateRateLabel        = new System.Windows.Forms.Label();
     this.bottomTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     this.bottomTableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // updateTextBox
     //
     resources.ApplyResources(this.updateTextBox, "updateTextBox");
     this.updateTextBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.updateTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
     this.updateTextBox.Name        = "updateTextBox";
     this.updateTextBox.Validated  += new System.EventHandler(this.UpdateTextBox_Validated);
     this.updateTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.UpdateTextBox_Validating);
     //
     // updateRateComboBox
     //
     resources.ApplyResources(this.updateRateComboBox, "updateRateComboBox");
     this.updateRateComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.updateRateComboBox.FormattingEnabled = true;
     this.updateRateComboBox.Items.AddRange(new object[] {
         resources.GetString("updateRateComboBox.Items"),
         resources.GetString("updateRateComboBox.Items1"),
         resources.GetString("updateRateComboBox.Items2"),
         resources.GetString("updateRateComboBox.Items3"),
         resources.GetString("updateRateComboBox.Items4"),
         resources.GetString("updateRateComboBox.Items5"),
         resources.GetString("updateRateComboBox.Items6")
     });
     this.updateRateComboBox.MinimumSize = new System.Drawing.Size(90, 0);
     this.updateRateComboBox.Name        = "updateRateComboBox";
     this.updateRateComboBox.Validated  += new System.EventHandler(this.UpdateRateComboBox_Validated);
     //
     // updateRateLabel
     //
     resources.ApplyResources(this.updateRateLabel, "updateRateLabel");
     this.updateRateLabel.Name = "updateRateLabel";
     //
     // bottomTableLayoutPanel
     //
     resources.ApplyResources(this.bottomTableLayoutPanel, "bottomTableLayoutPanel");
     this.bottomTableLayoutPanel.Controls.Add(this.updateRateLabel, 0, 0);
     this.bottomTableLayoutPanel.Controls.Add(this.updateRateComboBox, 1, 0);
     this.bottomTableLayoutPanel.Name = "bottomTableLayoutPanel";
     //
     // FeedStep
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = System.Drawing.Color.Transparent;
     this.Controls.Add(this.bottomTableLayoutPanel);
     this.Controls.Add(this.updateTextBox);
     this.Name = "FeedStep";
     this.Tag  = "Specify the URL to act as the update feed for this application.";
     this.bottomTableLayoutPanel.ResumeLayout(false);
     this.bottomTableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #54
0
 /// <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 apellidoLabel;
     System.Windows.Forms.Label correoElectronicoLabel;
     System.Windows.Forms.Label correoElectronicoAlternativoLabel;
     System.Windows.Forms.Label direccionLabel;
     System.Windows.Forms.Label fechaIngresoLabel;
     System.Windows.Forms.Label fechaNacimientoLabel;
     System.Windows.Forms.Label nombreLabel;
     System.Windows.Forms.Label numeroCelularLabel;
     System.Windows.Forms.Label numeroDocumentoLabel;
     System.Windows.Forms.Label numeroTelefonoLabel;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label6;
     System.Windows.Forms.Label label7;
     System.Windows.Forms.Label label8;
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label label5;
     System.Windows.Forms.Label label9;
     System.Windows.Forms.Label label10;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEditarRepartidor));
     this.label1 = new System.Windows.Forms.Label();
     this.repartidorBindingSource                      = new System.Windows.Forms.BindingSource(this.components);
     this.apellidoWaterMarkTextBox                     = new wmgCMS.WaterMarkTextBox();
     this.correoElectronicoWaterMarkTextBox            = new wmgCMS.WaterMarkTextBox();
     this.correoElectronicoAlternativoWaterMarkTextBox = new wmgCMS.WaterMarkTextBox();
     this.direccionWaterMarkTextBox                    = new wmgCMS.WaterMarkTextBox();
     this.fechaIngresoDateTimePicker                   = new System.Windows.Forms.DateTimePicker();
     this.fechaNacimientoDateTimePicker                = new System.Windows.Forms.DateTimePicker();
     this.nombreWaterMarkTextBox          = new wmgCMS.WaterMarkTextBox();
     this.numeroCelularWaterMarkTextBox   = new wmgCMS.WaterMarkTextBox();
     this.numeroDocumentoWaterMarkTextBox = new wmgCMS.WaterMarkTextBox();
     this.numeroTelefonoWaterMarkTextBox  = new wmgCMS.WaterMarkTextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.rbtnF  = new System.Windows.Forms.RadioButton();
     this.rbtnM  = new System.Windows.Forms.RadioButton();
     this.tipoDocumentoDropbox = new System.Windows.Forms.ComboBox();
     this.groupBox4            = new System.Windows.Forms.GroupBox();
     this.cbPais                       = new System.Windows.Forms.ComboBox();
     this.paisBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.cbProvincia                  = new System.Windows.Forms.ComboBox();
     this.provinciaBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.cbLocalidad                  = new System.Windows.Forms.ComboBox();
     this.localidadBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1                    = new System.Windows.Forms.GroupBox();
     this.cbPais2                      = new System.Windows.Forms.ComboBox();
     this.paisBindingSource2           = new System.Windows.Forms.BindingSource(this.components);
     this.cbZona2                      = new System.Windows.Forms.ComboBox();
     this.zonaBindingSource2           = new System.Windows.Forms.BindingSource(this.components);
     this.cbLocalidad2                 = new System.Windows.Forms.ComboBox();
     this.localidadBindingSource2      = new System.Windows.Forms.BindingSource(this.components);
     this.cbProvincia2                 = new System.Windows.Forms.ComboBox();
     this.provinciaBindingSource2      = new System.Windows.Forms.BindingSource(this.components);
     this.btnCancelar                  = new System.Windows.Forms.Button();
     this.errorProvider1               = new System.Windows.Forms.ErrorProvider(this.components);
     this.button1                      = new System.Windows.Forms.Button();
     apellidoLabel                     = new System.Windows.Forms.Label();
     correoElectronicoLabel            = new System.Windows.Forms.Label();
     correoElectronicoAlternativoLabel = new System.Windows.Forms.Label();
     direccionLabel                    = new System.Windows.Forms.Label();
     fechaIngresoLabel                 = new System.Windows.Forms.Label();
     fechaNacimientoLabel              = new System.Windows.Forms.Label();
     nombreLabel                       = new System.Windows.Forms.Label();
     numeroCelularLabel                = new System.Windows.Forms.Label();
     numeroDocumentoLabel              = new System.Windows.Forms.Label();
     numeroTelefonoLabel               = new System.Windows.Forms.Label();
     label2  = new System.Windows.Forms.Label();
     label3  = new System.Windows.Forms.Label();
     label6  = new System.Windows.Forms.Label();
     label7  = new System.Windows.Forms.Label();
     label8  = new System.Windows.Forms.Label();
     label4  = new System.Windows.Forms.Label();
     label5  = new System.Windows.Forms.Label();
     label9  = new System.Windows.Forms.Label();
     label10 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.repartidorBindingSource)).BeginInit();
     this.panel2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paisBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.provinciaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.localidadBindingSource)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paisBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.zonaBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.localidadBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.provinciaBindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // apellidoLabel
     //
     apellidoLabel.AutoSize = true;
     apellidoLabel.Location = new System.Drawing.Point(13, 69);
     apellidoLabel.Name     = "apellidoLabel";
     apellidoLabel.Size     = new System.Drawing.Size(47, 13);
     apellidoLabel.TabIndex = 10;
     apellidoLabel.Text     = "Apellido:";
     //
     // correoElectronicoLabel
     //
     correoElectronicoLabel.AutoSize = true;
     correoElectronicoLabel.Location = new System.Drawing.Point(13, 193);
     correoElectronicoLabel.Name     = "correoElectronicoLabel";
     correoElectronicoLabel.Size     = new System.Drawing.Size(96, 13);
     correoElectronicoLabel.TabIndex = 12;
     correoElectronicoLabel.Text     = "Correo electronico:";
     //
     // correoElectronicoAlternativoLabel
     //
     correoElectronicoAlternativoLabel.AutoSize = true;
     correoElectronicoAlternativoLabel.Location = new System.Drawing.Point(13, 219);
     correoElectronicoAlternativoLabel.Name     = "correoElectronicoAlternativoLabel";
     correoElectronicoAlternativoLabel.Size     = new System.Drawing.Size(148, 13);
     correoElectronicoAlternativoLabel.TabIndex = 14;
     correoElectronicoAlternativoLabel.Text     = "Correo electronico alternativo:";
     //
     // direccionLabel
     //
     direccionLabel.AutoSize = true;
     direccionLabel.Location = new System.Drawing.Point(13, 324);
     direccionLabel.Name     = "direccionLabel";
     direccionLabel.Size     = new System.Drawing.Size(55, 13);
     direccionLabel.TabIndex = 16;
     direccionLabel.Text     = "Direccion:";
     //
     // fechaIngresoLabel
     //
     fechaIngresoLabel.AutoSize = true;
     fechaIngresoLabel.Location = new System.Drawing.Point(13, 301);
     fechaIngresoLabel.Name     = "fechaIngresoLabel";
     fechaIngresoLabel.Size     = new System.Drawing.Size(92, 13);
     fechaIngresoLabel.TabIndex = 18;
     fechaIngresoLabel.Text     = "Fecha de ingreso:";
     //
     // fechaNacimientoLabel
     //
     fechaNacimientoLabel.AutoSize = true;
     fechaNacimientoLabel.Location = new System.Drawing.Point(13, 118);
     fechaNacimientoLabel.Name     = "fechaNacimientoLabel";
     fechaNacimientoLabel.Size     = new System.Drawing.Size(109, 13);
     fechaNacimientoLabel.TabIndex = 20;
     fechaNacimientoLabel.Text     = "Fecha de nacimiento:";
     //
     // nombreLabel
     //
     nombreLabel.AutoSize = true;
     nombreLabel.Location = new System.Drawing.Point(13, 43);
     nombreLabel.Name     = "nombreLabel";
     nombreLabel.Size     = new System.Drawing.Size(47, 13);
     nombreLabel.TabIndex = 24;
     nombreLabel.Text     = "Nombre:";
     //
     // numeroCelularLabel
     //
     numeroCelularLabel.AutoSize = true;
     numeroCelularLabel.Location = new System.Drawing.Point(13, 167);
     numeroCelularLabel.Name     = "numeroCelularLabel";
     numeroCelularLabel.Size     = new System.Drawing.Size(96, 13);
     numeroCelularLabel.TabIndex = 26;
     numeroCelularLabel.Text     = "Numero de celular:";
     //
     // numeroDocumentoLabel
     //
     numeroDocumentoLabel.AutoSize = true;
     numeroDocumentoLabel.Location = new System.Drawing.Point(13, 272);
     numeroDocumentoLabel.Name     = "numeroDocumentoLabel";
     numeroDocumentoLabel.Size     = new System.Drawing.Size(118, 13);
     numeroDocumentoLabel.TabIndex = 28;
     numeroDocumentoLabel.Text     = "Numero de documento:";
     //
     // numeroTelefonoLabel
     //
     numeroTelefonoLabel.AutoSize = true;
     numeroTelefonoLabel.Location = new System.Drawing.Point(13, 141);
     numeroTelefonoLabel.Name     = "numeroTelefonoLabel";
     numeroTelefonoLabel.Size     = new System.Drawing.Size(103, 13);
     numeroTelefonoLabel.TabIndex = 30;
     numeroTelefonoLabel.Text     = "Numero de telefono:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(13, 245);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(102, 13);
     label2.TabIndex = 40;
     label2.Text     = "Tipo de documento:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(13, 91);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(34, 13);
     label3.TabIndex = 41;
     label3.Text     = "Sexo:";
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Location = new System.Drawing.Point(-3, 12);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(30, 13);
     label6.TabIndex = 55;
     label6.Text     = "Pais:";
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Location = new System.Drawing.Point(-3, 66);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(56, 13);
     label7.TabIndex = 54;
     label7.Text     = "Localidad:";
     //
     // label8
     //
     label8.AutoSize = true;
     label8.Location = new System.Drawing.Point(-3, 39);
     label8.Name     = "label8";
     label8.Size     = new System.Drawing.Size(54, 13);
     label8.TabIndex = 53;
     label8.Text     = "Provincia:";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Location = new System.Drawing.Point(-3, 12);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(30, 13);
     label4.TabIndex = 55;
     label4.Text     = "Pais:";
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Location = new System.Drawing.Point(-3, 66);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(56, 13);
     label5.TabIndex = 54;
     label5.Text     = "Localidad:";
     //
     // label9
     //
     label9.AutoSize = true;
     label9.Location = new System.Drawing.Point(-3, 39);
     label9.Name     = "label9";
     label9.Size     = new System.Drawing.Size(54, 13);
     label9.TabIndex = 53;
     label9.Text     = "Provincia:";
     //
     // label10
     //
     label10.AutoSize = true;
     label10.Location = new System.Drawing.Point(-3, 93);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(35, 13);
     label10.TabIndex = 24;
     label10.Text     = "Zona:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(143, 24);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Editar repartidor";
     //
     // repartidorBindingSource
     //
     this.repartidorBindingSource.DataSource = typeof(FabricaCEAPE.Clases.Repartidor);
     //
     // apellidoWaterMarkTextBox
     //
     this.apellidoWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "Apellido", true));
     this.apellidoWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.apellidoWaterMarkTextBox.Location       = new System.Drawing.Point(167, 66);
     this.apellidoWaterMarkTextBox.Name           = "apellidoWaterMarkTextBox";
     this.apellidoWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.apellidoWaterMarkTextBox.TabIndex       = 1;
     this.apellidoWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.apellidoWaterMarkTextBox.WaterMarkText  = "Perez";
     this.apellidoWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.nombreWaterMarkTextBox_KeyPress);
     this.apellidoWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.apellidoWaterMarkTextBox_Validating);
     //
     // correoElectronicoWaterMarkTextBox
     //
     this.correoElectronicoWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "CorreoElectronico", true));
     this.correoElectronicoWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.correoElectronicoWaterMarkTextBox.Location       = new System.Drawing.Point(167, 190);
     this.correoElectronicoWaterMarkTextBox.Name           = "correoElectronicoWaterMarkTextBox";
     this.correoElectronicoWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.correoElectronicoWaterMarkTextBox.TabIndex       = 7;
     this.correoElectronicoWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.correoElectronicoWaterMarkTextBox.WaterMarkText  = "*****@*****.**";
     this.correoElectronicoWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.correoElectronicoWaterMarkTextBox_KeyPress);
     this.correoElectronicoWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.correoElectronicoWaterMarkTextBox_Validating);
     //
     // correoElectronicoAlternativoWaterMarkTextBox
     //
     this.correoElectronicoAlternativoWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "CorreoElectronicoAlternativo", true));
     this.correoElectronicoAlternativoWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.correoElectronicoAlternativoWaterMarkTextBox.Location       = new System.Drawing.Point(167, 216);
     this.correoElectronicoAlternativoWaterMarkTextBox.Name           = "correoElectronicoAlternativoWaterMarkTextBox";
     this.correoElectronicoAlternativoWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.correoElectronicoAlternativoWaterMarkTextBox.TabIndex       = 8;
     this.correoElectronicoAlternativoWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.correoElectronicoAlternativoWaterMarkTextBox.WaterMarkText  = "*****@*****.**";
     this.correoElectronicoAlternativoWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.correoElectronicoWaterMarkTextBox_KeyPress);
     this.correoElectronicoAlternativoWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.correoElectronicoAlternativoWaterMarkTextBox_Validating);
     //
     // direccionWaterMarkTextBox
     //
     this.direccionWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "Direccion", true));
     this.direccionWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.direccionWaterMarkTextBox.Location       = new System.Drawing.Point(167, 321);
     this.direccionWaterMarkTextBox.Name           = "direccionWaterMarkTextBox";
     this.direccionWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.direccionWaterMarkTextBox.TabIndex       = 12;
     this.direccionWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.direccionWaterMarkTextBox.WaterMarkText  = "9 de Julio 99";
     this.direccionWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.direccionWaterMarkTextBox_KeyPress);
     this.direccionWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.direccionWaterMarkTextBox_Validating);
     //
     // fechaIngresoDateTimePicker
     //
     this.fechaIngresoDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.repartidorBindingSource, "FechaIngreso", true));
     this.fechaIngresoDateTimePicker.Location = new System.Drawing.Point(167, 295);
     this.fechaIngresoDateTimePicker.Name     = "fechaIngresoDateTimePicker";
     this.fechaIngresoDateTimePicker.Size     = new System.Drawing.Size(206, 20);
     this.fechaIngresoDateTimePicker.TabIndex = 11;
     //
     // fechaNacimientoDateTimePicker
     //
     this.fechaNacimientoDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.repartidorBindingSource, "FechaNacimiento", true));
     this.fechaNacimientoDateTimePicker.Location  = new System.Drawing.Point(167, 112);
     this.fechaNacimientoDateTimePicker.Name      = "fechaNacimientoDateTimePicker";
     this.fechaNacimientoDateTimePicker.Size      = new System.Drawing.Size(206, 20);
     this.fechaNacimientoDateTimePicker.TabIndex  = 4;
     this.fechaNacimientoDateTimePicker.DropDown += new System.EventHandler(this.fechaNacimientoDateTimePicker_DropDown);
     //
     // nombreWaterMarkTextBox
     //
     this.nombreWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "Nombre", true));
     this.nombreWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.nombreWaterMarkTextBox.Location       = new System.Drawing.Point(167, 40);
     this.nombreWaterMarkTextBox.Name           = "nombreWaterMarkTextBox";
     this.nombreWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.nombreWaterMarkTextBox.TabIndex       = 0;
     this.nombreWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.nombreWaterMarkTextBox.WaterMarkText  = "Juan";
     this.nombreWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.nombreWaterMarkTextBox_KeyPress);
     this.nombreWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.nombreWaterMarkTextBox_Validating);
     //
     // numeroCelularWaterMarkTextBox
     //
     this.numeroCelularWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "NumeroCelular", true));
     this.numeroCelularWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.numeroCelularWaterMarkTextBox.Location       = new System.Drawing.Point(167, 164);
     this.numeroCelularWaterMarkTextBox.Name           = "numeroCelularWaterMarkTextBox";
     this.numeroCelularWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.numeroCelularWaterMarkTextBox.TabIndex       = 6;
     this.numeroCelularWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.numeroCelularWaterMarkTextBox.WaterMarkText  = "3434560090";
     this.numeroCelularWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.numeroTelefonoWaterMarkTextBox_KeyPress);
     this.numeroCelularWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.numeroCelularWaterMarkTextBox_Validating);
     //
     // numeroDocumentoWaterMarkTextBox
     //
     this.numeroDocumentoWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "NumeroDocumento", true));
     this.numeroDocumentoWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.numeroDocumentoWaterMarkTextBox.Location       = new System.Drawing.Point(167, 269);
     this.numeroDocumentoWaterMarkTextBox.Name           = "numeroDocumentoWaterMarkTextBox";
     this.numeroDocumentoWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.numeroDocumentoWaterMarkTextBox.TabIndex       = 10;
     this.numeroDocumentoWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.numeroDocumentoWaterMarkTextBox.WaterMarkText  = "94432267";
     this.numeroDocumentoWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.numeroDocumentoWaterMarkTextBox_KeyPress);
     this.numeroDocumentoWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.numeroDocumentoWaterMarkTextBox_Validating);
     //
     // numeroTelefonoWaterMarkTextBox
     //
     this.numeroTelefonoWaterMarkTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.repartidorBindingSource, "NumeroTelefono", true));
     this.numeroTelefonoWaterMarkTextBox.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.numeroTelefonoWaterMarkTextBox.Location       = new System.Drawing.Point(167, 138);
     this.numeroTelefonoWaterMarkTextBox.Name           = "numeroTelefonoWaterMarkTextBox";
     this.numeroTelefonoWaterMarkTextBox.Size           = new System.Drawing.Size(206, 20);
     this.numeroTelefonoWaterMarkTextBox.TabIndex       = 5;
     this.numeroTelefonoWaterMarkTextBox.WaterMarkColor = System.Drawing.Color.Gray;
     this.numeroTelefonoWaterMarkTextBox.WaterMarkText  = "3434532292";
     this.numeroTelefonoWaterMarkTextBox.KeyPress      += new System.Windows.Forms.KeyPressEventHandler(this.numeroTelefonoWaterMarkTextBox_KeyPress);
     this.numeroTelefonoWaterMarkTextBox.Validating    += new System.ComponentModel.CancelEventHandler(this.numeroTelefonoWaterMarkTextBox_Validating);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.rbtnF);
     this.panel2.Controls.Add(this.rbtnM);
     this.panel2.Location = new System.Drawing.Point(167, 88);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(206, 21);
     this.panel2.TabIndex = 38;
     //
     // rbtnF
     //
     this.rbtnF.AutoSize = true;
     this.rbtnF.Location = new System.Drawing.Point(97, 3);
     this.rbtnF.Name     = "rbtnF";
     this.rbtnF.Size     = new System.Drawing.Size(71, 17);
     this.rbtnF.TabIndex = 3;
     this.rbtnF.TabStop  = true;
     this.rbtnF.Text     = "Femenino";
     this.rbtnF.UseVisualStyleBackColor = true;
     this.rbtnF.CheckedChanged         += new System.EventHandler(this.rbtnF_CheckedChanged);
     //
     // rbtnM
     //
     this.rbtnM.AutoSize = true;
     this.rbtnM.Location = new System.Drawing.Point(3, 3);
     this.rbtnM.Name     = "rbtnM";
     this.rbtnM.Size     = new System.Drawing.Size(73, 17);
     this.rbtnM.TabIndex = 2;
     this.rbtnM.TabStop  = true;
     this.rbtnM.Text     = "Masculino";
     this.rbtnM.UseVisualStyleBackColor = true;
     this.rbtnM.CheckedChanged         += new System.EventHandler(this.rbtnM_CheckedChanged);
     //
     // tipoDocumentoDropbox
     //
     this.tipoDocumentoDropbox.DisplayMember     = "Id";
     this.tipoDocumentoDropbox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipoDocumentoDropbox.FormattingEnabled = true;
     this.tipoDocumentoDropbox.Items.AddRange(new object[] {
         "DNI",
         "PASAPORTE",
         "OTRO"
     });
     this.tipoDocumentoDropbox.Location        = new System.Drawing.Point(167, 242);
     this.tipoDocumentoDropbox.Name            = "tipoDocumentoDropbox";
     this.tipoDocumentoDropbox.Size            = new System.Drawing.Size(206, 21);
     this.tipoDocumentoDropbox.TabIndex        = 9;
     this.tipoDocumentoDropbox.ValueMember     = "Id";
     this.tipoDocumentoDropbox.DropDownClosed += new System.EventHandler(this.tipoDocumentoDropbox_DropDownClosed);
     this.tipoDocumentoDropbox.Validating     += new System.ComponentModel.CancelEventHandler(this.tipoDocumentoDropbox_Validating);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.cbPais);
     this.groupBox4.Controls.Add(this.cbProvincia);
     this.groupBox4.Controls.Add(label6);
     this.groupBox4.Controls.Add(this.cbLocalidad);
     this.groupBox4.Controls.Add(label7);
     this.groupBox4.Controls.Add(label8);
     this.groupBox4.Location = new System.Drawing.Point(16, 347);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(375, 85);
     this.groupBox4.TabIndex = 59;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Localidad";
     //
     // cbPais
     //
     this.cbPais.DataSource        = this.paisBindingSource;
     this.cbPais.DisplayMember     = "Nombre";
     this.cbPais.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPais.FormattingEnabled = true;
     this.cbPais.Location          = new System.Drawing.Point(151, 9);
     this.cbPais.Name            = "cbPais";
     this.cbPais.Size            = new System.Drawing.Size(206, 21);
     this.cbPais.TabIndex        = 13;
     this.cbPais.ValueMember     = "Id";
     this.cbPais.DropDownClosed += new System.EventHandler(this.cbPais_DropDownClosed);
     //
     // paisBindingSource
     //
     this.paisBindingSource.DataSource = typeof(FabricaCEAPE.Clases.Pais);
     //
     // cbProvincia
     //
     this.cbProvincia.DataSource        = this.provinciaBindingSource;
     this.cbProvincia.DisplayMember     = "Nombre";
     this.cbProvincia.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProvincia.FormattingEnabled = true;
     this.cbProvincia.Location          = new System.Drawing.Point(151, 36);
     this.cbProvincia.Name            = "cbProvincia";
     this.cbProvincia.Size            = new System.Drawing.Size(206, 21);
     this.cbProvincia.TabIndex        = 14;
     this.cbProvincia.ValueMember     = "Id";
     this.cbProvincia.DropDownClosed += new System.EventHandler(this.cbProvincia_DropDownClosed);
     //
     // provinciaBindingSource
     //
     this.provinciaBindingSource.DataSource = typeof(FabricaCEAPE.Clases.Provincia);
     //
     // cbLocalidad
     //
     this.cbLocalidad.DataSource        = this.localidadBindingSource;
     this.cbLocalidad.DisplayMember     = "Nombre";
     this.cbLocalidad.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLocalidad.FormattingEnabled = true;
     this.cbLocalidad.Location          = new System.Drawing.Point(151, 61);
     this.cbLocalidad.Name        = "cbLocalidad";
     this.cbLocalidad.Size        = new System.Drawing.Size(206, 21);
     this.cbLocalidad.TabIndex    = 15;
     this.cbLocalidad.ValueMember = "Id";
     this.cbLocalidad.Validating += new System.ComponentModel.CancelEventHandler(this.cbLocalidad_Validating);
     //
     // localidadBindingSource
     //
     this.localidadBindingSource.DataSource = typeof(FabricaCEAPE.Clases.Localidad);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cbPais2);
     this.groupBox1.Controls.Add(label4);
     this.groupBox1.Controls.Add(label5);
     this.groupBox1.Controls.Add(this.cbZona2);
     this.groupBox1.Controls.Add(label9);
     this.groupBox1.Controls.Add(this.cbLocalidad2);
     this.groupBox1.Controls.Add(this.cbProvincia2);
     this.groupBox1.Controls.Add(label10);
     this.groupBox1.Location = new System.Drawing.Point(16, 438);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(375, 114);
     this.groupBox1.TabIndex = 58;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Zona de trabajo";
     //
     // cbPais2
     //
     this.cbPais2.DataSource        = this.paisBindingSource2;
     this.cbPais2.DisplayMember     = "Nombre";
     this.cbPais2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPais2.FormattingEnabled = true;
     this.cbPais2.Location          = new System.Drawing.Point(151, 9);
     this.cbPais2.Name            = "cbPais2";
     this.cbPais2.Size            = new System.Drawing.Size(206, 21);
     this.cbPais2.TabIndex        = 16;
     this.cbPais2.ValueMember     = "Id";
     this.cbPais2.DropDownClosed += new System.EventHandler(this.cbPais2_DropDownClosed);
     //
     // paisBindingSource2
     //
     this.paisBindingSource2.DataSource = typeof(FabricaCEAPE.Clases.Pais);
     //
     // cbZona2
     //
     this.cbZona2.DataSource        = this.zonaBindingSource2;
     this.cbZona2.DisplayMember     = "Nombre";
     this.cbZona2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbZona2.FormattingEnabled = true;
     this.cbZona2.Location          = new System.Drawing.Point(151, 90);
     this.cbZona2.Name        = "cbZona2";
     this.cbZona2.Size        = new System.Drawing.Size(206, 21);
     this.cbZona2.TabIndex    = 19;
     this.cbZona2.ValueMember = "IdZona";
     this.cbZona2.Validating += new System.ComponentModel.CancelEventHandler(this.cbZona2_Validating);
     //
     // zonaBindingSource2
     //
     this.zonaBindingSource2.DataSource = typeof(FabricaCEAPE.Clases.Zona);
     //
     // cbLocalidad2
     //
     this.cbLocalidad2.DataSource        = this.localidadBindingSource2;
     this.cbLocalidad2.DisplayMember     = "Nombre";
     this.cbLocalidad2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLocalidad2.FormattingEnabled = true;
     this.cbLocalidad2.Location          = new System.Drawing.Point(151, 63);
     this.cbLocalidad2.Name            = "cbLocalidad2";
     this.cbLocalidad2.Size            = new System.Drawing.Size(206, 21);
     this.cbLocalidad2.TabIndex        = 18;
     this.cbLocalidad2.ValueMember     = "Id";
     this.cbLocalidad2.DropDownClosed += new System.EventHandler(this.cbLocalidad2_DropDownClosed);
     //
     // localidadBindingSource2
     //
     this.localidadBindingSource2.DataSource = typeof(FabricaCEAPE.Clases.Localidad);
     //
     // cbProvincia2
     //
     this.cbProvincia2.DataSource        = this.provinciaBindingSource2;
     this.cbProvincia2.DisplayMember     = "Nombre";
     this.cbProvincia2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProvincia2.FormattingEnabled = true;
     this.cbProvincia2.Location          = new System.Drawing.Point(151, 36);
     this.cbProvincia2.Name            = "cbProvincia2";
     this.cbProvincia2.Size            = new System.Drawing.Size(206, 21);
     this.cbProvincia2.TabIndex        = 17;
     this.cbProvincia2.ValueMember     = "Id";
     this.cbProvincia2.DropDownClosed += new System.EventHandler(this.cbProvincia2_DropDownClosed);
     //
     // provinciaBindingSource2
     //
     this.provinciaBindingSource2.DataSource = typeof(FabricaCEAPE.Clases.Provincia);
     //
     // btnCancelar
     //
     this.btnCancelar.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancelar.CausesValidation        = false;
     this.btnCancelar.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancelar.Location                = new System.Drawing.Point(225, 591);
     this.btnCancelar.Name                    = "btnCancelar";
     this.btnCancelar.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancelar.TabIndex                = 20;
     this.btnCancelar.Text                    = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click                  += new System.EventHandler(this.btnCancelar_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(306, 591);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 60;
     this.button1.Text     = "Aceptar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FrmEditarRepartidor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(393, 626);
     this.ControlBox          = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(label3);
     this.Controls.Add(this.tipoDocumentoDropbox);
     this.Controls.Add(label2);
     this.Controls.Add(this.panel2);
     this.Controls.Add(apellidoLabel);
     this.Controls.Add(this.apellidoWaterMarkTextBox);
     this.Controls.Add(correoElectronicoLabel);
     this.Controls.Add(this.correoElectronicoWaterMarkTextBox);
     this.Controls.Add(correoElectronicoAlternativoLabel);
     this.Controls.Add(this.correoElectronicoAlternativoWaterMarkTextBox);
     this.Controls.Add(direccionLabel);
     this.Controls.Add(this.direccionWaterMarkTextBox);
     this.Controls.Add(fechaIngresoLabel);
     this.Controls.Add(this.fechaIngresoDateTimePicker);
     this.Controls.Add(fechaNacimientoLabel);
     this.Controls.Add(this.fechaNacimientoDateTimePicker);
     this.Controls.Add(nombreLabel);
     this.Controls.Add(this.nombreWaterMarkTextBox);
     this.Controls.Add(numeroCelularLabel);
     this.Controls.Add(this.numeroCelularWaterMarkTextBox);
     this.Controls.Add(numeroDocumentoLabel);
     this.Controls.Add(this.numeroDocumentoWaterMarkTextBox);
     this.Controls.Add(numeroTelefonoLabel);
     this.Controls.Add(this.numeroTelefonoWaterMarkTextBox);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FrmEditarRepartidor";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Editar repartidor";
     ((System.ComponentModel.ISupportInitialize)(this.repartidorBindingSource)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paisBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.provinciaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.localidadBindingSource)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.paisBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.zonaBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.localidadBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.provinciaBindingSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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 continueLoadLabel;
     System.Windows.Forms.Label loadMethodLabel;
     System.Windows.Forms.Label partitionNameLabel;
     System.Windows.Forms.Label skipLabel;
     System.Windows.Forms.Label tableNameLabel;
     System.Windows.Forms.Label whenClauseLabel;
     System.Windows.Forms.Label enclosedByLabel;
     System.Windows.Forms.Label terminatedByLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.tabControl1         = new System.Windows.Forms.TabControl();
     this.tabPage1            = new System.Windows.Forms.TabPage();
     this.isDelimitedCheckBox = new System.Windows.Forms.CheckBox();
     this.controlFileSpecificationBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.whenClauseTextBox      = new System.Windows.Forms.TextBox();
     this.continueLoadCheckBox   = new System.Windows.Forms.CheckBox();
     this.loadMethodComboBox     = new System.Windows.Forms.ComboBox();
     this.partitionNameTextBox   = new System.Windows.Forms.TextBox();
     this.skipNumericUpDown      = new System.Windows.Forms.NumericUpDown();
     this.tableNameTextBox       = new System.Windows.Forms.TextBox();
     this.tabPage5               = new System.Windows.Forms.TabPage();
     this.fileModelDataGridView  = new System.Windows.Forms.DataGridView();
     this.fileModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage2               = new System.Windows.Forms.TabPage();
     this.splitContainer1        = new System.Windows.Forms.SplitContainer();
     this.terminatedByTextBox    = new System.Windows.Forms.TextBox();
     this.terminationAndEnclosureSpecificationBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.enclosedByTextBox          = new System.Windows.Forms.TextBox();
     this.delimitedFieldDataGridView = new System.Windows.Forms.DataGridView();
     this.delimitedFieldSpecificationBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.fixedSizeFieldDataGridView = new System.Windows.Forms.DataGridView();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.fixedSizeFieldSpecificationBindingSource = new System.Windows.Forms.BindingSource(this.components);
     continueLoadLabel  = new System.Windows.Forms.Label();
     loadMethodLabel    = new System.Windows.Forms.Label();
     partitionNameLabel = new System.Windows.Forms.Label();
     skipLabel          = new System.Windows.Forms.Label();
     tableNameLabel     = new System.Windows.Forms.Label();
     whenClauseLabel    = new System.Windows.Forms.Label();
     enclosedByLabel    = new System.Windows.Forms.Label();
     terminatedByLabel  = new System.Windows.Forms.Label();
     this.toolStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.controlFileSpecificationBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNumericUpDown)).BeginInit();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fileModelDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileModelBindingSource)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.terminationAndEnclosureSpecificationBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.delimitedFieldDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.delimitedFieldSpecificationBindingSource)).BeginInit();
     this.tabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fixedSizeFieldDataGridView)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fixedSizeFieldSpecificationBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // continueLoadLabel
     //
     continueLoadLabel.AutoSize = true;
     continueLoadLabel.Location = new System.Drawing.Point(10, 11);
     continueLoadLabel.Name     = "continueLoadLabel";
     continueLoadLabel.Size     = new System.Drawing.Size(0, 13);
     continueLoadLabel.TabIndex = 0;
     //
     // loadMethodLabel
     //
     loadMethodLabel.AutoSize = true;
     loadMethodLabel.Location = new System.Drawing.Point(13, 69);
     loadMethodLabel.Name     = "loadMethodLabel";
     loadMethodLabel.Size     = new System.Drawing.Size(73, 13);
     loadMethodLabel.TabIndex = 2;
     loadMethodLabel.Text     = "Load Method:";
     //
     // partitionNameLabel
     //
     partitionNameLabel.AutoSize = true;
     partitionNameLabel.Location = new System.Drawing.Point(7, 148);
     partitionNameLabel.Name     = "partitionNameLabel";
     partitionNameLabel.Size     = new System.Drawing.Size(79, 13);
     partitionNameLabel.TabIndex = 4;
     partitionNameLabel.Text     = "Partition Name:";
     //
     // skipLabel
     //
     skipLabel.AutoSize = true;
     skipLabel.Location = new System.Drawing.Point(55, 93);
     skipLabel.Name     = "skipLabel";
     skipLabel.Size     = new System.Drawing.Size(31, 13);
     skipLabel.TabIndex = 6;
     skipLabel.Text     = "Skip:";
     //
     // tableNameLabel
     //
     tableNameLabel.AutoSize = true;
     tableNameLabel.Location = new System.Drawing.Point(18, 122);
     tableNameLabel.Name     = "tableNameLabel";
     tableNameLabel.Size     = new System.Drawing.Size(68, 13);
     tableNameLabel.TabIndex = 8;
     tableNameLabel.Text     = "Table Name:";
     //
     // whenClauseLabel
     //
     whenClauseLabel.AutoSize = true;
     whenClauseLabel.Location = new System.Drawing.Point(12, 174);
     whenClauseLabel.Name     = "whenClauseLabel";
     whenClauseLabel.Size     = new System.Drawing.Size(74, 13);
     whenClauseLabel.TabIndex = 10;
     whenClauseLabel.Text     = "When Clause:";
     //
     // enclosedByLabel
     //
     enclosedByLabel.AutoSize = true;
     enclosedByLabel.Location = new System.Drawing.Point(14, 32);
     enclosedByLabel.Name     = "enclosedByLabel";
     enclosedByLabel.Size     = new System.Drawing.Size(69, 13);
     enclosedByLabel.TabIndex = 4;
     enclosedByLabel.Text     = "Enclosed By:";
     //
     // terminatedByLabel
     //
     terminatedByLabel.AutoSize = true;
     terminatedByLabel.Location = new System.Drawing.Point(5, 6);
     terminatedByLabel.Name     = "terminatedByLabel";
     terminatedByLabel.Size     = new System.Drawing.Size(78, 13);
     terminatedByLabel.TabIndex = 6;
     terminatedByLabel.Text     = "Terminated By:";
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(815, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(59, 22);
     this.toolStripButton1.Text = "Build File";
     this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
     this.toolStripButton1.ToolTipText       = "Build File";
     this.toolStripButton1.Click            += new System.EventHandler(this.toolStripButton1_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 25);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(815, 308);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.AutoScroll = true;
     this.tabPage1.Controls.Add(this.isDelimitedCheckBox);
     this.tabPage1.Controls.Add(whenClauseLabel);
     this.tabPage1.Controls.Add(this.whenClauseTextBox);
     this.tabPage1.Controls.Add(continueLoadLabel);
     this.tabPage1.Controls.Add(this.continueLoadCheckBox);
     this.tabPage1.Controls.Add(loadMethodLabel);
     this.tabPage1.Controls.Add(this.loadMethodComboBox);
     this.tabPage1.Controls.Add(partitionNameLabel);
     this.tabPage1.Controls.Add(this.partitionNameTextBox);
     this.tabPage1.Controls.Add(skipLabel);
     this.tabPage1.Controls.Add(this.skipNumericUpDown);
     this.tabPage1.Controls.Add(tableNameLabel);
     this.tabPage1.Controls.Add(this.tableNameTextBox);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(807, 282);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Main";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // isDelimitedCheckBox
     //
     this.isDelimitedCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.controlFileSpecificationBindingSource, "IsDelimited", true));
     this.isDelimitedCheckBox.Location = new System.Drawing.Point(92, 6);
     this.isDelimitedCheckBox.Name     = "isDelimitedCheckBox";
     this.isDelimitedCheckBox.Size     = new System.Drawing.Size(104, 24);
     this.isDelimitedCheckBox.TabIndex = 0;
     this.isDelimitedCheckBox.Text     = "Is Delimited?";
     this.isDelimitedCheckBox.UseVisualStyleBackColor = true;
     this.isDelimitedCheckBox.CheckedChanged         += new System.EventHandler(this.isDelimitedCheckBox_CheckedChanged);
     //
     // controlFileSpecificationBindingSource
     //
     this.controlFileSpecificationBindingSource.DataSource = typeof(SqlLoaderEditor.Core.ControlFileSpecification);
     //
     // whenClauseTextBox
     //
     this.whenClauseTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.controlFileSpecificationBindingSource, "WhenClause", true));
     this.whenClauseTextBox.Location  = new System.Drawing.Point(92, 171);
     this.whenClauseTextBox.Multiline = true;
     this.whenClauseTextBox.Name      = "whenClauseTextBox";
     this.whenClauseTextBox.Size      = new System.Drawing.Size(461, 99);
     this.whenClauseTextBox.TabIndex  = 6;
     //
     // continueLoadCheckBox
     //
     this.continueLoadCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.controlFileSpecificationBindingSource, "ContinueLoad", true));
     this.continueLoadCheckBox.Location = new System.Drawing.Point(92, 36);
     this.continueLoadCheckBox.Name     = "continueLoadCheckBox";
     this.continueLoadCheckBox.Size     = new System.Drawing.Size(121, 24);
     this.continueLoadCheckBox.TabIndex = 1;
     this.continueLoadCheckBox.Text     = "Continue load?";
     this.continueLoadCheckBox.UseVisualStyleBackColor = true;
     //
     // loadMethodComboBox
     //
     this.loadMethodComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.controlFileSpecificationBindingSource, "LoadMethod", true));
     this.loadMethodComboBox.FormattingEnabled = true;
     this.loadMethodComboBox.Location          = new System.Drawing.Point(92, 66);
     this.loadMethodComboBox.Name     = "loadMethodComboBox";
     this.loadMethodComboBox.Size     = new System.Drawing.Size(226, 21);
     this.loadMethodComboBox.TabIndex = 2;
     //
     // partitionNameTextBox
     //
     this.partitionNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.controlFileSpecificationBindingSource, "PartitionName", true));
     this.partitionNameTextBox.Location = new System.Drawing.Point(92, 145);
     this.partitionNameTextBox.Name     = "partitionNameTextBox";
     this.partitionNameTextBox.Size     = new System.Drawing.Size(226, 20);
     this.partitionNameTextBox.TabIndex = 5;
     //
     // skipNumericUpDown
     //
     this.skipNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.controlFileSpecificationBindingSource, "Skip", true));
     this.skipNumericUpDown.Location = new System.Drawing.Point(92, 93);
     this.skipNumericUpDown.Name     = "skipNumericUpDown";
     this.skipNumericUpDown.Size     = new System.Drawing.Size(226, 20);
     this.skipNumericUpDown.TabIndex = 3;
     //
     // tableNameTextBox
     //
     this.tableNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.controlFileSpecificationBindingSource, "TableName", true));
     this.tableNameTextBox.Location = new System.Drawing.Point(92, 119);
     this.tableNameTextBox.Name     = "tableNameTextBox";
     this.tableNameTextBox.Size     = new System.Drawing.Size(226, 20);
     this.tableNameTextBox.TabIndex = 4;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.fileModelDataGridView);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size     = new System.Drawing.Size(807, 282);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "Data Files";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // fileModelDataGridView
     //
     this.fileModelDataGridView.AutoGenerateColumns         = false;
     this.fileModelDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fileModelDataGridView.DataSource = this.fileModelBindingSource;
     this.fileModelDataGridView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.fileModelDataGridView.Location   = new System.Drawing.Point(3, 3);
     this.fileModelDataGridView.Name       = "fileModelDataGridView";
     this.fileModelDataGridView.Size       = new System.Drawing.Size(801, 276);
     this.fileModelDataGridView.TabIndex   = 0;
     //
     // fileModelBindingSource
     //
     this.fileModelBindingSource.DataSource = typeof(SqlLoaderEditor.Core.DataFileSpecification);
     //
     // tabPage2
     //
     this.tabPage2.AutoScroll = true;
     this.tabPage2.Controls.Add(this.splitContainer1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(807, 282);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Delimited";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(enclosedByLabel);
     this.splitContainer1.Panel1.Controls.Add(terminatedByLabel);
     this.splitContainer1.Panel1.Controls.Add(this.terminatedByTextBox);
     this.splitContainer1.Panel1.Controls.Add(this.enclosedByTextBox);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.delimitedFieldDataGridView);
     this.splitContainer1.Size             = new System.Drawing.Size(801, 276);
     this.splitContainer1.SplitterDistance = 57;
     this.splitContainer1.TabIndex         = 5;
     //
     // terminatedByTextBox
     //
     this.terminatedByTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.terminationAndEnclosureSpecificationBindingSource, "TerminatedBy", true));
     this.terminatedByTextBox.Location  = new System.Drawing.Point(89, 3);
     this.terminatedByTextBox.MaxLength = 1;
     this.terminatedByTextBox.Name      = "terminatedByTextBox";
     this.terminatedByTextBox.Size      = new System.Drawing.Size(32, 20);
     this.terminatedByTextBox.TabIndex  = 7;
     //
     // terminationAndEnclosureSpecificationBindingSource
     //
     this.terminationAndEnclosureSpecificationBindingSource.DataSource = typeof(SqlLoaderEditor.Core.TerminationAndEnclosureSpecification);
     //
     // enclosedByTextBox
     //
     this.enclosedByTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.terminationAndEnclosureSpecificationBindingSource, "EnclosedBy", true));
     this.enclosedByTextBox.Location  = new System.Drawing.Point(89, 29);
     this.enclosedByTextBox.MaxLength = 1;
     this.enclosedByTextBox.Name      = "enclosedByTextBox";
     this.enclosedByTextBox.Size      = new System.Drawing.Size(32, 20);
     this.enclosedByTextBox.TabIndex  = 5;
     //
     // delimitedFieldDataGridView
     //
     this.delimitedFieldDataGridView.AutoGenerateColumns         = false;
     this.delimitedFieldDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.delimitedFieldDataGridView.DataSource = this.delimitedFieldSpecificationBindingSource;
     this.delimitedFieldDataGridView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.delimitedFieldDataGridView.Location   = new System.Drawing.Point(0, 0);
     this.delimitedFieldDataGridView.Name       = "delimitedFieldDataGridView";
     this.delimitedFieldDataGridView.Size       = new System.Drawing.Size(801, 215);
     this.delimitedFieldDataGridView.TabIndex   = 1;
     //
     // delimitedFieldSpecificationBindingSource
     //
     this.delimitedFieldSpecificationBindingSource.DataSource = typeof(SqlLoaderEditor.Models.FieldModel);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.fixedSizeFieldDataGridView);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(761, 282);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "Fixed Size";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // fixedSizeFieldDataGridView
     //
     this.fixedSizeFieldDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fixedSizeFieldDataGridView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.fixedSizeFieldDataGridView.Location   = new System.Drawing.Point(3, 3);
     this.fixedSizeFieldDataGridView.Name       = "fixedSizeFieldDataGridView";
     this.fixedSizeFieldDataGridView.Size       = new System.Drawing.Size(755, 276);
     this.fixedSizeFieldDataGridView.TabIndex   = 1;
     this.fixedSizeFieldDataGridView.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView1_RowsAdded);
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.textBox1);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(761, 282);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "Result";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location  = new System.Drawing.Point(3, 3);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(755, 276);
     this.textBox1.TabIndex  = 3;
     //
     // fixedSizeFieldSpecificationBindingSource
     //
     this.fixedSizeFieldSpecificationBindingSource.DataSource = typeof(SqlLoaderEditor.Models.FixedSizeFieldModel);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(815, 333);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "MainForm";
     this.Text  = "SQL*Loader File Builder";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.controlFileSpecificationBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skipNumericUpDown)).EndInit();
     this.tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fileModelDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileModelBindingSource)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.terminationAndEnclosureSpecificationBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.delimitedFieldDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.delimitedFieldSpecificationBindingSource)).EndInit();
     this.tabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fixedSizeFieldDataGridView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fixedSizeFieldSpecificationBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #56
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.Label fisIDLabel;
            System.Windows.Forms.Label bargeIDLabel;
            System.Windows.Forms.Label islemTipiLabel;
            System.Windows.Forms.Label tarihLabel;
            System.Windows.Forms.Label suMiktarLabel;
            System.Windows.Forms.Label yakitMiktarLabel;
            System.Windows.Forms.Label aciklamaLabel;
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.lBarge = new System.Windows.Forms.Label();
            this.cmbBarge = new System.Windows.Forms.ComboBox();
            this.btnSil = new System.Windows.Forms.Button();
            this.btnYeni = new System.Windows.Forms.Button();
            this.btnIptal = new System.Windows.Forms.Button();
            this.btnKaydet = new System.Windows.Forms.Button();
            this.islemTipiComboBox = new System.Windows.Forms.ComboBox();
            this.tarihDateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.suMiktarTextBox = new System.Windows.Forms.TextBox();
            this.yakitMiktarTextBox = new System.Windows.Forms.TextBox();
            this.aciklamaTextBox = new System.Windows.Forms.TextBox();
            this.grdBargeFisi = new System.Windows.Forms.DataGridView();
            this.FisID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BargeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Barge = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Tarih = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.IslemTipi = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SuMiktar = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.YakitMiktar = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Aciklama = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fisIDTextBox = new System.Windows.Forms.TextBox();
            this.bargeIDTextBox = new System.Windows.Forms.TextBox();
            this.sifrePanel = new System.Windows.Forms.Panel();
            this.girisButton = new System.Windows.Forms.Button();
            this.sifreTextBox = new System.Windows.Forms.TextBox();
            this.kullaniciAdiTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            fisIDLabel = new System.Windows.Forms.Label();
            bargeIDLabel = new System.Windows.Forms.Label();
            islemTipiLabel = new System.Windows.Forms.Label();
            tarihLabel = new System.Windows.Forms.Label();
            suMiktarLabel = new System.Windows.Forms.Label();
            yakitMiktarLabel = new System.Windows.Forms.Label();
            aciklamaLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdBargeFisi)).BeginInit();
            this.sifrePanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // fisIDLabel
            // 
            fisIDLabel.AutoSize = true;
            fisIDLabel.Enabled = false;
            fisIDLabel.Location = new System.Drawing.Point(393, 55);
            fisIDLabel.Name = "fisIDLabel";
            fisIDLabel.Size = new System.Drawing.Size(37, 13);
            fisIDLabel.TabIndex = 25;
            fisIDLabel.Text = "Fis ID:";
            // 
            // bargeIDLabel
            // 
            bargeIDLabel.AutoSize = true;
            bargeIDLabel.Enabled = false;
            bargeIDLabel.Location = new System.Drawing.Point(393, 81);
            bargeIDLabel.Name = "bargeIDLabel";
            bargeIDLabel.Size = new System.Drawing.Size(52, 13);
            bargeIDLabel.TabIndex = 27;
            bargeIDLabel.Text = "Barge ID:";
            // 
            // islemTipiLabel
            // 
            islemTipiLabel.AutoSize = true;
            islemTipiLabel.Location = new System.Drawing.Point(11, 47);
            islemTipiLabel.Name = "islemTipiLabel";
            islemTipiLabel.Size = new System.Drawing.Size(54, 13);
            islemTipiLabel.TabIndex = 29;
            islemTipiLabel.Text = "İşlem Tipi:";
            // 
            // tarihLabel
            // 
            tarihLabel.AutoSize = true;
            tarihLabel.Location = new System.Drawing.Point(11, 76);
            tarihLabel.Name = "tarihLabel";
            tarihLabel.Size = new System.Drawing.Size(34, 13);
            tarihLabel.TabIndex = 30;
            tarihLabel.Text = "Tarih:";
            // 
            // suMiktarLabel
            // 
            suMiktarLabel.AutoSize = true;
            suMiktarLabel.Location = new System.Drawing.Point(313, 18);
            suMiktarLabel.Name = "suMiktarLabel";
            suMiktarLabel.Size = new System.Drawing.Size(57, 13);
            suMiktarLabel.TabIndex = 32;
            suMiktarLabel.Text = "Su Miktarı:";
            // 
            // yakitMiktarLabel
            // 
            yakitMiktarLabel.AutoSize = true;
            yakitMiktarLabel.Location = new System.Drawing.Point(313, 44);
            yakitMiktarLabel.Name = "yakitMiktarLabel";
            yakitMiktarLabel.Size = new System.Drawing.Size(68, 13);
            yakitMiktarLabel.TabIndex = 34;
            yakitMiktarLabel.Text = "Yakit Miktarı:";
            // 
            // aciklamaLabel
            // 
            aciklamaLabel.AutoSize = true;
            aciklamaLabel.Location = new System.Drawing.Point(313, 72);
            aciklamaLabel.Name = "aciklamaLabel";
            aciklamaLabel.Size = new System.Drawing.Size(53, 13);
            aciklamaLabel.TabIndex = 36;
            aciklamaLabel.Text = "Aciklama:";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.lBarge);
            this.splitContainer1.Panel1.Controls.Add(this.cmbBarge);
            this.splitContainer1.Panel1.Controls.Add(this.btnSil);
            this.splitContainer1.Panel1.Controls.Add(this.btnYeni);
            this.splitContainer1.Panel1.Controls.Add(this.btnIptal);
            this.splitContainer1.Panel1.Controls.Add(this.btnKaydet);
            this.splitContainer1.Panel1.Controls.Add(this.islemTipiComboBox);
            this.splitContainer1.Panel1.Controls.Add(islemTipiLabel);
            this.splitContainer1.Panel1.Controls.Add(tarihLabel);
            this.splitContainer1.Panel1.Controls.Add(this.tarihDateTimePicker);
            this.splitContainer1.Panel1.Controls.Add(suMiktarLabel);
            this.splitContainer1.Panel1.Controls.Add(this.suMiktarTextBox);
            this.splitContainer1.Panel1.Controls.Add(yakitMiktarLabel);
            this.splitContainer1.Panel1.Controls.Add(this.yakitMiktarTextBox);
            this.splitContainer1.Panel1.Controls.Add(aciklamaLabel);
            this.splitContainer1.Panel1.Controls.Add(this.aciklamaTextBox);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.grdBargeFisi);
            this.splitContainer1.Panel2.Controls.Add(bargeIDLabel);
            this.splitContainer1.Panel2.Controls.Add(fisIDLabel);
            this.splitContainer1.Panel2.Controls.Add(this.fisIDTextBox);
            this.splitContainer1.Panel2.Controls.Add(this.bargeIDTextBox);
            this.splitContainer1.Size = new System.Drawing.Size(204, 159);
            this.splitContainer1.SplitterDistance = 53;
            this.splitContainer1.TabIndex = 0;
            this.splitContainer1.Visible = false;
            // 
            // lBarge
            // 
            this.lBarge.AutoSize = true;
            this.lBarge.Location = new System.Drawing.Point(12, 18);
            this.lBarge.Name = "lBarge";
            this.lBarge.Size = new System.Drawing.Size(38, 13);
            this.lBarge.TabIndex = 44;
            this.lBarge.Text = "Barge:";
            // 
            // cmbBarge
            // 
            this.cmbBarge.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbBarge.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.cmbBarge.DisplayMember = "BargeKodu";
            this.cmbBarge.FormattingEnabled = true;
            this.cmbBarge.Location = new System.Drawing.Point(83, 15);
            this.cmbBarge.Name = "cmbBarge";
            this.cmbBarge.Size = new System.Drawing.Size(214, 21);
            this.cmbBarge.TabIndex = 43;
            this.cmbBarge.ValueMember = "BargeID";
            // 
            // btnSil
            // 
            this.btnSil.Location = new System.Drawing.Point(299, 144);
            this.btnSil.Name = "btnSil";
            this.btnSil.Size = new System.Drawing.Size(70, 27);
            this.btnSil.TabIndex = 42;
            this.btnSil.Text = "Sil";
            this.btnSil.UseVisualStyleBackColor = true;
            this.btnSil.Click += new System.EventHandler(this.btnSil_Click);
            // 
            // btnYeni
            // 
            this.btnYeni.Location = new System.Drawing.Point(127, 144);
            this.btnYeni.Name = "btnYeni";
            this.btnYeni.Size = new System.Drawing.Size(70, 27);
            this.btnYeni.TabIndex = 41;
            this.btnYeni.Text = "Yeni Kayıt";
            this.btnYeni.UseVisualStyleBackColor = true;
            this.btnYeni.Click += new System.EventHandler(this.btnYeni_Click);
            // 
            // btnIptal
            // 
            this.btnIptal.Location = new System.Drawing.Point(385, 144);
            this.btnIptal.Name = "btnIptal";
            this.btnIptal.Size = new System.Drawing.Size(70, 27);
            this.btnIptal.TabIndex = 40;
            this.btnIptal.Text = "İptal";
            this.btnIptal.UseVisualStyleBackColor = true;
            this.btnIptal.Click += new System.EventHandler(this.btnIptal_Click);
            // 
            // btnKaydet
            // 
            this.btnKaydet.Location = new System.Drawing.Point(214, 144);
            this.btnKaydet.Name = "btnKaydet";
            this.btnKaydet.Size = new System.Drawing.Size(70, 27);
            this.btnKaydet.TabIndex = 39;
            this.btnKaydet.Text = "Kaydet";
            this.btnKaydet.UseVisualStyleBackColor = true;
            this.btnKaydet.Click += new System.EventHandler(this.btnKaydet_Click);
            // 
            // islemTipiComboBox
            // 
            this.islemTipiComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.islemTipiComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
            this.islemTipiComboBox.FormattingEnabled = true;
            this.islemTipiComboBox.Items.AddRange(new object[] {
            "Seçiniz",
            "Teslim (Su satışı)",
            "İkmal (Su Alımı)",
            "Dolum (Başka gemiye su verme)",
            "Yakıt Alım",
            "Ertesi Gün (Yakıt harcama)"});
            this.islemTipiComboBox.Location = new System.Drawing.Point(83, 44);
            this.islemTipiComboBox.Name = "islemTipiComboBox";
            this.islemTipiComboBox.Size = new System.Drawing.Size(121, 21);
            this.islemTipiComboBox.TabIndex = 38;
            this.islemTipiComboBox.SelectedIndexChanged += new System.EventHandler(this.islemTipiComboBox_SelectedIndexChanged);
            // 
            // tarihDateTimePicker
            // 
            this.tarihDateTimePicker.CustomFormat = "HH:mm dd.MM.yyyy";
            this.tarihDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.tarihDateTimePicker.Location = new System.Drawing.Point(83, 72);
            this.tarihDateTimePicker.Name = "tarihDateTimePicker";
            this.tarihDateTimePicker.Size = new System.Drawing.Size(200, 20);
            this.tarihDateTimePicker.TabIndex = 31;
            // 
            // suMiktarTextBox
            // 
            this.suMiktarTextBox.Location = new System.Drawing.Point(385, 15);
            this.suMiktarTextBox.Name = "suMiktarTextBox";
            this.suMiktarTextBox.Size = new System.Drawing.Size(59, 20);
            this.suMiktarTextBox.TabIndex = 33;
            // 
            // yakitMiktarTextBox
            // 
            this.yakitMiktarTextBox.Location = new System.Drawing.Point(385, 41);
            this.yakitMiktarTextBox.Name = "yakitMiktarTextBox";
            this.yakitMiktarTextBox.Size = new System.Drawing.Size(59, 20);
            this.yakitMiktarTextBox.TabIndex = 35;
            // 
            // aciklamaTextBox
            // 
            this.aciklamaTextBox.Location = new System.Drawing.Point(385, 69);
            this.aciklamaTextBox.MaxLength = 150;
            this.aciklamaTextBox.Multiline = true;
            this.aciklamaTextBox.Name = "aciklamaTextBox";
            this.aciklamaTextBox.Size = new System.Drawing.Size(253, 69);
            this.aciklamaTextBox.TabIndex = 37;
            // 
            // grdBargeFisi
            // 
            this.grdBargeFisi.AllowUserToAddRows = false;
            this.grdBargeFisi.AllowUserToDeleteRows = false;
            this.grdBargeFisi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grdBargeFisi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.FisID,
            this.BargeID,
            this.Barge,
            this.Tarih,
            this.IslemTipi,
            this.SuMiktar,
            this.YakitMiktar,
            this.Aciklama});
            this.grdBargeFisi.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdBargeFisi.Location = new System.Drawing.Point(0, 0);
            this.grdBargeFisi.Name = "grdBargeFisi";
            this.grdBargeFisi.ReadOnly = true;
            this.grdBargeFisi.RowHeadersVisible = false;
            this.grdBargeFisi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.grdBargeFisi.Size = new System.Drawing.Size(204, 102);
            this.grdBargeFisi.TabIndex = 11;
            this.grdBargeFisi.SelectionChanged += new System.EventHandler(this.grdBargeFisi_SelectionChanged);
            // 
            // FisID
            // 
            this.FisID.DataPropertyName = "FisID";
            this.FisID.HeaderText = "FisID";
            this.FisID.Name = "FisID";
            this.FisID.ReadOnly = true;
            this.FisID.Visible = false;
            // 
            // BargeID
            // 
            this.BargeID.DataPropertyName = "BargeID";
            this.BargeID.HeaderText = "BargeID";
            this.BargeID.Name = "BargeID";
            this.BargeID.ReadOnly = true;
            this.BargeID.Visible = false;
            // 
            // Barge
            // 
            this.Barge.DataPropertyName = "GemiAdi";
            this.Barge.HeaderText = "Barge";
            this.Barge.Name = "Barge";
            this.Barge.ReadOnly = true;
            // 
            // Tarih
            // 
            this.Tarih.DataPropertyName = "Tarih";
            this.Tarih.HeaderText = "Tarih";
            this.Tarih.Name = "Tarih";
            this.Tarih.ReadOnly = true;
            // 
            // IslemTipi
            // 
            this.IslemTipi.DataPropertyName = "IslemTipi";
            this.IslemTipi.HeaderText = "IslemTipi";
            this.IslemTipi.Name = "IslemTipi";
            this.IslemTipi.ReadOnly = true;
            // 
            // SuMiktar
            // 
            this.SuMiktar.DataPropertyName = "SuMiktar";
            this.SuMiktar.HeaderText = "Su Miktarı";
            this.SuMiktar.Name = "SuMiktar";
            this.SuMiktar.ReadOnly = true;
            // 
            // YakitMiktar
            // 
            this.YakitMiktar.DataPropertyName = "YakitMiktar";
            this.YakitMiktar.HeaderText = "Yakıt Miktarı";
            this.YakitMiktar.Name = "YakitMiktar";
            this.YakitMiktar.ReadOnly = true;
            // 
            // Aciklama
            // 
            this.Aciklama.DataPropertyName = "Aciklama";
            this.Aciklama.HeaderText = "Aciklama";
            this.Aciklama.Name = "Aciklama";
            this.Aciklama.ReadOnly = true;
            // 
            // fisIDTextBox
            // 
            this.fisIDTextBox.Enabled = false;
            this.fisIDTextBox.Location = new System.Drawing.Point(465, 52);
            this.fisIDTextBox.Name = "fisIDTextBox";
            this.fisIDTextBox.Size = new System.Drawing.Size(42, 20);
            this.fisIDTextBox.TabIndex = 26;
            // 
            // bargeIDTextBox
            // 
            this.bargeIDTextBox.Enabled = false;
            this.bargeIDTextBox.Location = new System.Drawing.Point(465, 78);
            this.bargeIDTextBox.Name = "bargeIDTextBox";
            this.bargeIDTextBox.Size = new System.Drawing.Size(42, 20);
            this.bargeIDTextBox.TabIndex = 28;
            // 
            // sifrePanel
            // 
            this.sifrePanel.Controls.Add(this.girisButton);
            this.sifrePanel.Controls.Add(this.sifreTextBox);
            this.sifrePanel.Controls.Add(this.kullaniciAdiTextBox);
            this.sifrePanel.Controls.Add(this.label2);
            this.sifrePanel.Controls.Add(this.label1);
            this.sifrePanel.Location = new System.Drawing.Point(5, 5);
            this.sifrePanel.Name = "sifrePanel";
            this.sifrePanel.Size = new System.Drawing.Size(195, 133);
            this.sifrePanel.TabIndex = 46;
            // 
            // girisButton
            // 
            this.girisButton.Location = new System.Drawing.Point(66, 92);
            this.girisButton.Name = "girisButton";
            this.girisButton.Size = new System.Drawing.Size(75, 23);
            this.girisButton.TabIndex = 4;
            this.girisButton.Text = "Giriş";
            this.girisButton.UseVisualStyleBackColor = true;
            this.girisButton.Click += new System.EventHandler(this.girisButton_Click);
            // 
            // sifreTextBox
            // 
            this.sifreTextBox.Location = new System.Drawing.Point(89, 47);
            this.sifreTextBox.MaxLength = 15;
            this.sifreTextBox.Name = "sifreTextBox";
            this.sifreTextBox.Size = new System.Drawing.Size(100, 20);
            this.sifreTextBox.TabIndex = 3;
            this.sifreTextBox.UseSystemPasswordChar = true;
            // 
            // kullaniciAdiTextBox
            // 
            this.kullaniciAdiTextBox.Location = new System.Drawing.Point(89, 17);
            this.kullaniciAdiTextBox.MaxLength = 15;
            this.kullaniciAdiTextBox.Name = "kullaniciAdiTextBox";
            this.kullaniciAdiTextBox.Size = new System.Drawing.Size(100, 20);
            this.kullaniciAdiTextBox.TabIndex = 2;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 50);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(34, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Şifre :";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(70, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Kullanıcı Adı :";
            // 
            // fBargeFisi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(204, 159);
            this.Controls.Add(this.sifrePanel);
            this.Controls.Add(this.splitContainer1);
            this.Name = "fBargeFisi";
            this.Text = "Barge Fişi";
            this.Load += new System.EventHandler(this.fBargeFisi_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdBargeFisi)).EndInit();
            this.sifrePanel.ResumeLayout(false);
            this.sifrePanel.PerformLayout();
            this.ResumeLayout(false);

        }
Example #57
0
 /// <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 label5;
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label label7;
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label6;
     System.Windows.Forms.Label label8;
     System.Windows.Forms.Label label9;
     System.Windows.Forms.Label label10;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TFMedicaoTanque));
     this.barraMenu       = new System.Windows.Forms.ToolStrip();
     this.BB_Gravar       = new System.Windows.Forms.ToolStripButton();
     this.BB_Cancelar     = new System.Windows.Forms.ToolStripButton();
     this.pDados          = new Componentes.PanelDados(this.components);
     this.bb_calcmedicao  = new System.Windows.Forms.Button();
     this.pDetalhes       = new Componentes.PanelDados(this.components);
     this.compras_dia     = new Componentes.EditFloat(this.components);
     this.vendas_dia      = new Componentes.EditFloat(this.components);
     this.ultima_afericao = new Componentes.EditFloat(this.components);
     this.tp_medicao      = new Componentes.ComboBoxDefault(this.components);
     this.bsMedicao       = new System.Windows.Forms.BindingSource(this.components);
     this.sigla_unidade   = new Componentes.EditDefault(this.components);
     this.qtd_combustivel = new Componentes.EditFloat(this.components);
     this.dt_medicao      = new Componentes.EditData(this.components);
     this.cd_combustivel  = new Componentes.EditDefault(this.components);
     this.ds_combustivel  = new Componentes.EditDefault(this.components);
     this.nm_funcionario  = new Componentes.EditDefault(this.components);
     this.bb_funcionario  = new System.Windows.Forms.Button();
     this.cd_funcionario  = new Componentes.EditDefault(this.components);
     this.bb_tanque       = new System.Windows.Forms.Button();
     this.id_tanque       = new Componentes.EditDefault(this.components);
     this.nm_empresa      = new Componentes.EditDefault(this.components);
     this.bb_empresa      = new System.Windows.Forms.Button();
     this.cd_empresa      = new Componentes.EditDefault(this.components);
     label5  = new System.Windows.Forms.Label();
     label4  = new System.Windows.Forms.Label();
     label7  = new System.Windows.Forms.Label();
     label3  = new System.Windows.Forms.Label();
     label1  = new System.Windows.Forms.Label();
     label2  = new System.Windows.Forms.Label();
     label6  = new System.Windows.Forms.Label();
     label8  = new System.Windows.Forms.Label();
     label9  = new System.Windows.Forms.Label();
     label10 = new System.Windows.Forms.Label();
     this.barraMenu.SuspendLayout();
     this.pDados.SuspendLayout();
     this.pDetalhes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.compras_dia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vendas_dia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultima_afericao)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMedicao)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qtd_combustivel)).BeginInit();
     this.SuspendLayout();
     //
     // label5
     //
     label5.AutoSize = true;
     label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label5.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label5.Location = new System.Drawing.Point(6, 33);
     label5.Name     = "label5";
     label5.Size     = new System.Drawing.Size(67, 13);
     label5.TabIndex = 102;
     label5.Text     = "Combustivel:";
     //
     // label4
     //
     label4.AutoSize = true;
     label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label4.Location = new System.Drawing.Point(7, 110);
     label4.Name     = "label4";
     label4.Size     = new System.Drawing.Size(66, 13);
     label4.TabIndex = 101;
     label4.Text     = "Qtd. Aferida:";
     //
     // label7
     //
     label7.AutoSize = true;
     label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label7.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label7.Location = new System.Drawing.Point(7, 85);
     label7.Name     = "label7";
     label7.Size     = new System.Drawing.Size(66, 13);
     label7.TabIndex = 99;
     label7.Text     = "Dt. Aferição:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label3.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label3.Location = new System.Drawing.Point(8, 59);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(65, 13);
     label3.TabIndex = 94;
     label3.Text     = "Funcionario:";
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label1.Location = new System.Drawing.Point(552, 7);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(47, 13);
     label1.TabIndex = 91;
     label1.Text     = "Tanque:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label2.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label2.Location = new System.Drawing.Point(22, 8);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(51, 13);
     label2.TabIndex = 89;
     label2.Text     = "Empresa:";
     //
     // label6
     //
     label6.AutoSize = true;
     label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label6.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label6.Location = new System.Drawing.Point(175, 85);
     label6.Name     = "label6";
     label6.Size     = new System.Drawing.Size(73, 13);
     label6.TabIndex = 104;
     label6.Text     = "Tipo Aferição:";
     //
     // label8
     //
     label8.AutoSize = true;
     label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label8.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label8.Location = new System.Drawing.Point(12, 6);
     label8.Name     = "label8";
     label8.Size     = new System.Drawing.Size(81, 13);
     label8.TabIndex = 103;
     label8.Text     = "Ultima Aferição:";
     //
     // label9
     //
     label9.AutoSize = true;
     label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label9.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label9.Location = new System.Drawing.Point(21, 32);
     label9.Name     = "label9";
     label9.Size     = new System.Drawing.Size(72, 13);
     label9.TabIndex = 105;
     label9.Text     = "Vendas Data:";
     //
     // label10
     //
     label10.AutoSize = true;
     label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     label10.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     label10.Location = new System.Drawing.Point(16, 58);
     label10.Name     = "label10";
     label10.Size     = new System.Drawing.Size(77, 13);
     label10.TabIndex = 107;
     label10.Text     = "Compras Data:";
     //
     // barraMenu
     //
     this.barraMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.BB_Gravar,
         this.BB_Cancelar
     });
     this.barraMenu.Location = new System.Drawing.Point(0, 0);
     this.barraMenu.Name     = "barraMenu";
     this.barraMenu.Size     = new System.Drawing.Size(688, 43);
     this.barraMenu.TabIndex = 16;
     //
     // BB_Gravar
     //
     this.BB_Gravar.AutoSize              = false;
     this.BB_Gravar.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.BB_Gravar.ForeColor             = System.Drawing.Color.Green;
     this.BB_Gravar.Image                 = ((System.Drawing.Image)(resources.GetObject("BB_Gravar.Image")));
     this.BB_Gravar.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.BB_Gravar.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.BB_Gravar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.BB_Gravar.Name                  = "BB_Gravar";
     this.BB_Gravar.Size                  = new System.Drawing.Size(90, 40);
     this.BB_Gravar.Text                  = " (F4)\r\n Gravar";
     this.BB_Gravar.ToolTipText           = "Gravar Registro";
     this.BB_Gravar.Click                += new System.EventHandler(this.BB_Gravar_Click);
     //
     // BB_Cancelar
     //
     this.BB_Cancelar.AutoSize              = false;
     this.BB_Cancelar.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.BB_Cancelar.ForeColor             = System.Drawing.Color.Green;
     this.BB_Cancelar.Image                 = ((System.Drawing.Image)(resources.GetObject("BB_Cancelar.Image")));
     this.BB_Cancelar.ImageAlign            = System.Drawing.ContentAlignment.TopCenter;
     this.BB_Cancelar.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.BB_Cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.BB_Cancelar.Name                  = "BB_Cancelar";
     this.BB_Cancelar.Size                  = new System.Drawing.Size(110, 40);
     this.BB_Cancelar.Text                  = "(F6)\r\n Cancelar";
     this.BB_Cancelar.ToolTipText           = "Cancelar Operação";
     this.BB_Cancelar.Click                += new System.EventHandler(this.BB_Cancelar_Click);
     //
     // pDados
     //
     this.pDados.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pDados.Controls.Add(this.bb_calcmedicao);
     this.pDados.Controls.Add(this.pDetalhes);
     this.pDados.Controls.Add(this.tp_medicao);
     this.pDados.Controls.Add(label6);
     this.pDados.Controls.Add(this.sigla_unidade);
     this.pDados.Controls.Add(label5);
     this.pDados.Controls.Add(label4);
     this.pDados.Controls.Add(this.qtd_combustivel);
     this.pDados.Controls.Add(this.dt_medicao);
     this.pDados.Controls.Add(label7);
     this.pDados.Controls.Add(this.cd_combustivel);
     this.pDados.Controls.Add(this.ds_combustivel);
     this.pDados.Controls.Add(this.nm_funcionario);
     this.pDados.Controls.Add(this.bb_funcionario);
     this.pDados.Controls.Add(label3);
     this.pDados.Controls.Add(this.cd_funcionario);
     this.pDados.Controls.Add(this.bb_tanque);
     this.pDados.Controls.Add(label1);
     this.pDados.Controls.Add(this.id_tanque);
     this.pDados.Controls.Add(this.nm_empresa);
     this.pDados.Controls.Add(this.bb_empresa);
     this.pDados.Controls.Add(label2);
     this.pDados.Controls.Add(this.cd_empresa);
     this.pDados.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.pDados.Location       = new System.Drawing.Point(0, 43);
     this.pDados.Name           = "pDados";
     this.pDados.NM_ProcDeletar = "";
     this.pDados.NM_ProcGravar  = "";
     this.pDados.Size           = new System.Drawing.Size(688, 169);
     this.pDados.TabIndex       = 17;
     //
     // bb_calcmedicao
     //
     this.bb_calcmedicao.Image    = ((System.Drawing.Image)(resources.GetObject("bb_calcmedicao.Image")));
     this.bb_calcmedicao.Location = new System.Drawing.Point(239, 108);
     this.bb_calcmedicao.Name     = "bb_calcmedicao";
     this.bb_calcmedicao.Size     = new System.Drawing.Size(34, 20);
     this.bb_calcmedicao.TabIndex = 107;
     this.bb_calcmedicao.UseVisualStyleBackColor = true;
     this.bb_calcmedicao.Click += new System.EventHandler(this.bb_calcmedicao_Click);
     //
     // pDetalhes
     //
     this.pDetalhes.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(212)))), ((int)(((byte)(121)))));
     this.pDetalhes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pDetalhes.Controls.Add(label10);
     this.pDetalhes.Controls.Add(this.compras_dia);
     this.pDetalhes.Controls.Add(label9);
     this.pDetalhes.Controls.Add(this.vendas_dia);
     this.pDetalhes.Controls.Add(label8);
     this.pDetalhes.Controls.Add(this.ultima_afericao);
     this.pDetalhes.Location       = new System.Drawing.Point(458, 82);
     this.pDetalhes.Name           = "pDetalhes";
     this.pDetalhes.NM_ProcDeletar = "";
     this.pDetalhes.NM_ProcGravar  = "";
     this.pDetalhes.Size           = new System.Drawing.Size(224, 82);
     this.pDetalhes.TabIndex       = 106;
     //
     // compras_dia
     //
     this.compras_dia.DecimalPlaces = 3;
     this.compras_dia.Enabled       = false;
     this.compras_dia.Location      = new System.Drawing.Point(99, 56);
     this.compras_dia.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.compras_dia.Name               = "compras_dia";
     this.compras_dia.NM_Alias           = "";
     this.compras_dia.NM_Campo           = "";
     this.compras_dia.NM_Param           = "";
     this.compras_dia.Operador           = "";
     this.compras_dia.Size               = new System.Drawing.Size(120, 20);
     this.compras_dia.ST_AutoInc         = false;
     this.compras_dia.ST_DisableAuto     = false;
     this.compras_dia.ST_Gravar          = true;
     this.compras_dia.ST_LimparCampo     = true;
     this.compras_dia.ST_NotNull         = false;
     this.compras_dia.ST_PrimaryKey      = false;
     this.compras_dia.TabIndex           = 106;
     this.compras_dia.ThousandsSeparator = true;
     //
     // vendas_dia
     //
     this.vendas_dia.DecimalPlaces = 3;
     this.vendas_dia.Enabled       = false;
     this.vendas_dia.Location      = new System.Drawing.Point(99, 30);
     this.vendas_dia.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.vendas_dia.Name               = "vendas_dia";
     this.vendas_dia.NM_Alias           = "";
     this.vendas_dia.NM_Campo           = "";
     this.vendas_dia.NM_Param           = "";
     this.vendas_dia.Operador           = "";
     this.vendas_dia.Size               = new System.Drawing.Size(120, 20);
     this.vendas_dia.ST_AutoInc         = false;
     this.vendas_dia.ST_DisableAuto     = false;
     this.vendas_dia.ST_Gravar          = true;
     this.vendas_dia.ST_LimparCampo     = true;
     this.vendas_dia.ST_NotNull         = false;
     this.vendas_dia.ST_PrimaryKey      = false;
     this.vendas_dia.TabIndex           = 104;
     this.vendas_dia.ThousandsSeparator = true;
     //
     // ultima_afericao
     //
     this.ultima_afericao.DecimalPlaces = 3;
     this.ultima_afericao.Enabled       = false;
     this.ultima_afericao.Location      = new System.Drawing.Point(99, 4);
     this.ultima_afericao.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.ultima_afericao.Name               = "ultima_afericao";
     this.ultima_afericao.NM_Alias           = "";
     this.ultima_afericao.NM_Campo           = "";
     this.ultima_afericao.NM_Param           = "";
     this.ultima_afericao.Operador           = "";
     this.ultima_afericao.Size               = new System.Drawing.Size(120, 20);
     this.ultima_afericao.ST_AutoInc         = false;
     this.ultima_afericao.ST_DisableAuto     = false;
     this.ultima_afericao.ST_Gravar          = true;
     this.ultima_afericao.ST_LimparCampo     = true;
     this.ultima_afericao.ST_NotNull         = false;
     this.ultima_afericao.ST_PrimaryKey      = false;
     this.ultima_afericao.TabIndex           = 102;
     this.ultima_afericao.ThousandsSeparator = true;
     //
     // tp_medicao
     //
     this.tp_medicao.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsMedicao, "Tp_medicao", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.tp_medicao.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tp_medicao.FormattingEnabled = true;
     this.tp_medicao.Location          = new System.Drawing.Point(254, 81);
     this.tp_medicao.Name                  = "tp_medicao";
     this.tp_medicao.NM_Alias              = "";
     this.tp_medicao.NM_Campo              = "";
     this.tp_medicao.NM_Param              = "";
     this.tp_medicao.Size                  = new System.Drawing.Size(198, 21);
     this.tp_medicao.ST_Gravar             = false;
     this.tp_medicao.ST_LimparCampo        = true;
     this.tp_medicao.ST_NotNull            = true;
     this.tp_medicao.TabIndex              = 9;
     this.tp_medicao.SelectedIndexChanged += new System.EventHandler(this.tp_medicao_SelectedIndexChanged);
     //
     // bsMedicao
     //
     this.bsMedicao.DataSource = typeof(CamadaDados.PostoCombustivel.TList_MedicaoTanque);
     //
     // sigla_unidade
     //
     this.sigla_unidade.BackColor       = System.Drawing.SystemColors.Window;
     this.sigla_unidade.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.sigla_unidade.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.sigla_unidade.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Sigla_unidade", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.sigla_unidade.Enabled        = false;
     this.sigla_unidade.Location       = new System.Drawing.Point(200, 108);
     this.sigla_unidade.Name           = "sigla_unidade";
     this.sigla_unidade.NM_Alias       = "";
     this.sigla_unidade.NM_Campo       = "sg_produto";
     this.sigla_unidade.NM_CampoBusca  = "sg_produto";
     this.sigla_unidade.NM_Param       = "@P_NM_CLIFOR";
     this.sigla_unidade.QTD_Zero       = 0;
     this.sigla_unidade.Size           = new System.Drawing.Size(33, 20);
     this.sigla_unidade.ST_AutoInc     = false;
     this.sigla_unidade.ST_DisableAuto = false;
     this.sigla_unidade.ST_Float       = false;
     this.sigla_unidade.ST_Gravar      = false;
     this.sigla_unidade.ST_Int         = false;
     this.sigla_unidade.ST_LimpaCampo  = true;
     this.sigla_unidade.ST_NotNull     = false;
     this.sigla_unidade.ST_PrimaryKey  = false;
     this.sigla_unidade.TabIndex       = 103;
     this.sigla_unidade.TextOld        = null;
     //
     // qtd_combustivel
     //
     this.qtd_combustivel.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bsMedicao, "Qtd_combustivel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.qtd_combustivel.DecimalPlaces = 3;
     this.qtd_combustivel.Location      = new System.Drawing.Point(79, 108);
     this.qtd_combustivel.Maximum       = new decimal(new int[] {
         -727379969,
         232,
         0,
         0
     });
     this.qtd_combustivel.Name               = "qtd_combustivel";
     this.qtd_combustivel.NM_Alias           = "";
     this.qtd_combustivel.NM_Campo           = "";
     this.qtd_combustivel.NM_Param           = "";
     this.qtd_combustivel.Operador           = "";
     this.qtd_combustivel.Size               = new System.Drawing.Size(120, 20);
     this.qtd_combustivel.ST_AutoInc         = false;
     this.qtd_combustivel.ST_DisableAuto     = false;
     this.qtd_combustivel.ST_Gravar          = true;
     this.qtd_combustivel.ST_LimparCampo     = true;
     this.qtd_combustivel.ST_NotNull         = true;
     this.qtd_combustivel.ST_PrimaryKey      = false;
     this.qtd_combustivel.TabIndex           = 10;
     this.qtd_combustivel.ThousandsSeparator = true;
     this.qtd_combustivel.Leave             += new System.EventHandler(this.qtd_combustivel_Leave);
     //
     // dt_medicao
     //
     this.dt_medicao.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dt_medicao.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Dt_medicaostr", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.dt_medicao.Location      = new System.Drawing.Point(79, 82);
     this.dt_medicao.Mask          = "00/00/0000";
     this.dt_medicao.Name          = "dt_medicao";
     this.dt_medicao.NM_Alias      = "";
     this.dt_medicao.NM_Campo      = "";
     this.dt_medicao.NM_CampoBusca = "";
     this.dt_medicao.NM_Param      = "";
     this.dt_medicao.Operador      = "";
     this.dt_medicao.Size          = new System.Drawing.Size(88, 20);
     this.dt_medicao.ST_Gravar     = true;
     this.dt_medicao.ST_LimpaCampo = true;
     this.dt_medicao.ST_NotNull    = true;
     this.dt_medicao.ST_PrimaryKey = false;
     this.dt_medicao.TabIndex      = 8;
     this.dt_medicao.Leave        += new System.EventHandler(this.dt_medicao_Leave);
     //
     // cd_combustivel
     //
     this.cd_combustivel.BackColor       = System.Drawing.SystemColors.Window;
     this.cd_combustivel.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cd_combustivel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.cd_combustivel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Cd_combustivel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.cd_combustivel.Enabled        = false;
     this.cd_combustivel.Location       = new System.Drawing.Point(79, 30);
     this.cd_combustivel.Name           = "cd_combustivel";
     this.cd_combustivel.NM_Alias       = "";
     this.cd_combustivel.NM_Campo       = "cd_produto";
     this.cd_combustivel.NM_CampoBusca  = "cd_produto";
     this.cd_combustivel.NM_Param       = "@P_NM_CLIFOR";
     this.cd_combustivel.QTD_Zero       = 0;
     this.cd_combustivel.Size           = new System.Drawing.Size(88, 20);
     this.cd_combustivel.ST_AutoInc     = false;
     this.cd_combustivel.ST_DisableAuto = false;
     this.cd_combustivel.ST_Float       = false;
     this.cd_combustivel.ST_Gravar      = false;
     this.cd_combustivel.ST_Int         = false;
     this.cd_combustivel.ST_LimpaCampo  = true;
     this.cd_combustivel.ST_NotNull     = false;
     this.cd_combustivel.ST_PrimaryKey  = false;
     this.cd_combustivel.TabIndex       = 4;
     this.cd_combustivel.TextOld        = null;
     //
     // ds_combustivel
     //
     this.ds_combustivel.BackColor       = System.Drawing.SystemColors.Window;
     this.ds_combustivel.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ds_combustivel.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ds_combustivel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Ds_combustivel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ds_combustivel.Enabled        = false;
     this.ds_combustivel.Location       = new System.Drawing.Point(168, 30);
     this.ds_combustivel.Name           = "ds_combustivel";
     this.ds_combustivel.NM_Alias       = "";
     this.ds_combustivel.NM_Campo       = "ds_produto";
     this.ds_combustivel.NM_CampoBusca  = "ds_produto";
     this.ds_combustivel.NM_Param       = "@P_NM_CLIFOR";
     this.ds_combustivel.QTD_Zero       = 0;
     this.ds_combustivel.Size           = new System.Drawing.Size(514, 20);
     this.ds_combustivel.ST_AutoInc     = false;
     this.ds_combustivel.ST_DisableAuto = false;
     this.ds_combustivel.ST_Float       = false;
     this.ds_combustivel.ST_Gravar      = false;
     this.ds_combustivel.ST_Int         = false;
     this.ds_combustivel.ST_LimpaCampo  = true;
     this.ds_combustivel.ST_NotNull     = false;
     this.ds_combustivel.ST_PrimaryKey  = false;
     this.ds_combustivel.TabIndex       = 5;
     this.ds_combustivel.TextOld        = null;
     //
     // nm_funcionario
     //
     this.nm_funcionario.BackColor       = System.Drawing.SystemColors.Window;
     this.nm_funcionario.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nm_funcionario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.nm_funcionario.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Nm_funcionario", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.nm_funcionario.Enabled        = false;
     this.nm_funcionario.Location       = new System.Drawing.Point(202, 55);
     this.nm_funcionario.Name           = "nm_funcionario";
     this.nm_funcionario.NM_Alias       = "";
     this.nm_funcionario.NM_Campo       = "nm_clifor";
     this.nm_funcionario.NM_CampoBusca  = "nm_clifor";
     this.nm_funcionario.NM_Param       = "@P_NM_CLIFOR";
     this.nm_funcionario.QTD_Zero       = 0;
     this.nm_funcionario.Size           = new System.Drawing.Size(480, 20);
     this.nm_funcionario.ST_AutoInc     = false;
     this.nm_funcionario.ST_DisableAuto = false;
     this.nm_funcionario.ST_Float       = false;
     this.nm_funcionario.ST_Gravar      = false;
     this.nm_funcionario.ST_Int         = false;
     this.nm_funcionario.ST_LimpaCampo  = true;
     this.nm_funcionario.ST_NotNull     = false;
     this.nm_funcionario.ST_PrimaryKey  = false;
     this.nm_funcionario.TabIndex       = 95;
     this.nm_funcionario.TextOld        = null;
     //
     // bb_funcionario
     //
     this.bb_funcionario.BackColor = System.Drawing.SystemColors.Control;
     this.bb_funcionario.Image     = ((System.Drawing.Image)(resources.GetObject("bb_funcionario.Image")));
     this.bb_funcionario.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.bb_funcionario.Location  = new System.Drawing.Point(168, 55);
     this.bb_funcionario.Name      = "bb_funcionario";
     this.bb_funcionario.Size      = new System.Drawing.Size(28, 20);
     this.bb_funcionario.TabIndex  = 7;
     this.bb_funcionario.UseVisualStyleBackColor = false;
     this.bb_funcionario.Click += new System.EventHandler(this.bb_funcionario_Click);
     //
     // cd_funcionario
     //
     this.cd_funcionario.BackColor       = System.Drawing.Color.White;
     this.cd_funcionario.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cd_funcionario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.cd_funcionario.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Cd_funcionario", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.cd_funcionario.Location       = new System.Drawing.Point(79, 56);
     this.cd_funcionario.Name           = "cd_funcionario";
     this.cd_funcionario.NM_Alias       = "";
     this.cd_funcionario.NM_Campo       = "cd_clifor";
     this.cd_funcionario.NM_CampoBusca  = "cd_clifor";
     this.cd_funcionario.NM_Param       = "@P_CD_EMPRESA";
     this.cd_funcionario.QTD_Zero       = 0;
     this.cd_funcionario.Size           = new System.Drawing.Size(88, 20);
     this.cd_funcionario.ST_AutoInc     = false;
     this.cd_funcionario.ST_DisableAuto = false;
     this.cd_funcionario.ST_Float       = false;
     this.cd_funcionario.ST_Gravar      = true;
     this.cd_funcionario.ST_Int         = true;
     this.cd_funcionario.ST_LimpaCampo  = true;
     this.cd_funcionario.ST_NotNull     = false;
     this.cd_funcionario.ST_PrimaryKey  = false;
     this.cd_funcionario.TabIndex       = 6;
     this.cd_funcionario.TextOld        = null;
     this.cd_funcionario.Leave         += new System.EventHandler(this.cd_funcionario_Leave);
     //
     // bb_tanque
     //
     this.bb_tanque.BackColor = System.Drawing.SystemColors.Control;
     this.bb_tanque.Image     = ((System.Drawing.Image)(resources.GetObject("bb_tanque.Image")));
     this.bb_tanque.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.bb_tanque.Location  = new System.Drawing.Point(654, 3);
     this.bb_tanque.Name      = "bb_tanque";
     this.bb_tanque.Size      = new System.Drawing.Size(28, 20);
     this.bb_tanque.TabIndex  = 3;
     this.bb_tanque.UseVisualStyleBackColor = false;
     this.bb_tanque.Click += new System.EventHandler(this.bb_tanque_Click);
     //
     // id_tanque
     //
     this.id_tanque.BackColor       = System.Drawing.Color.White;
     this.id_tanque.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.id_tanque.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.id_tanque.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Id_tanquestr", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.id_tanque.Location       = new System.Drawing.Point(605, 4);
     this.id_tanque.Name           = "id_tanque";
     this.id_tanque.NM_Alias       = "";
     this.id_tanque.NM_Campo       = "id_tanque";
     this.id_tanque.NM_CampoBusca  = "id_tanque";
     this.id_tanque.NM_Param       = "@P_CD_EMPRESA";
     this.id_tanque.QTD_Zero       = 0;
     this.id_tanque.Size           = new System.Drawing.Size(47, 20);
     this.id_tanque.ST_AutoInc     = false;
     this.id_tanque.ST_DisableAuto = false;
     this.id_tanque.ST_Float       = false;
     this.id_tanque.ST_Gravar      = true;
     this.id_tanque.ST_Int         = true;
     this.id_tanque.ST_LimpaCampo  = true;
     this.id_tanque.ST_NotNull     = true;
     this.id_tanque.ST_PrimaryKey  = false;
     this.id_tanque.TabIndex       = 2;
     this.id_tanque.TextOld        = null;
     this.id_tanque.Leave         += new System.EventHandler(this.id_tanque_Leave);
     //
     // nm_empresa
     //
     this.nm_empresa.BackColor       = System.Drawing.SystemColors.Window;
     this.nm_empresa.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nm_empresa.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.nm_empresa.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Nm_empresa", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.nm_empresa.Enabled        = false;
     this.nm_empresa.Location       = new System.Drawing.Point(202, 4);
     this.nm_empresa.Name           = "nm_empresa";
     this.nm_empresa.NM_Alias       = "";
     this.nm_empresa.NM_Campo       = "nm_empresa";
     this.nm_empresa.NM_CampoBusca  = "nm_empresa";
     this.nm_empresa.NM_Param       = "@P_NM_CLIFOR";
     this.nm_empresa.QTD_Zero       = 0;
     this.nm_empresa.Size           = new System.Drawing.Size(348, 20);
     this.nm_empresa.ST_AutoInc     = false;
     this.nm_empresa.ST_DisableAuto = false;
     this.nm_empresa.ST_Float       = false;
     this.nm_empresa.ST_Gravar      = false;
     this.nm_empresa.ST_Int         = false;
     this.nm_empresa.ST_LimpaCampo  = true;
     this.nm_empresa.ST_NotNull     = false;
     this.nm_empresa.ST_PrimaryKey  = false;
     this.nm_empresa.TabIndex       = 90;
     this.nm_empresa.TextOld        = null;
     //
     // bb_empresa
     //
     this.bb_empresa.BackColor = System.Drawing.SystemColors.Control;
     this.bb_empresa.Image     = ((System.Drawing.Image)(resources.GetObject("bb_empresa.Image")));
     this.bb_empresa.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.bb_empresa.Location  = new System.Drawing.Point(168, 4);
     this.bb_empresa.Name      = "bb_empresa";
     this.bb_empresa.Size      = new System.Drawing.Size(28, 20);
     this.bb_empresa.TabIndex  = 1;
     this.bb_empresa.UseVisualStyleBackColor = false;
     this.bb_empresa.Click += new System.EventHandler(this.bb_empresa_Click);
     //
     // cd_empresa
     //
     this.cd_empresa.BackColor       = System.Drawing.Color.White;
     this.cd_empresa.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cd_empresa.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.cd_empresa.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMedicao, "Cd_empresa", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.cd_empresa.Location       = new System.Drawing.Point(79, 5);
     this.cd_empresa.Name           = "cd_empresa";
     this.cd_empresa.NM_Alias       = "";
     this.cd_empresa.NM_Campo       = "cd_empresa";
     this.cd_empresa.NM_CampoBusca  = "cd_empresa";
     this.cd_empresa.NM_Param       = "@P_CD_EMPRESA";
     this.cd_empresa.QTD_Zero       = 0;
     this.cd_empresa.Size           = new System.Drawing.Size(88, 20);
     this.cd_empresa.ST_AutoInc     = false;
     this.cd_empresa.ST_DisableAuto = false;
     this.cd_empresa.ST_Float       = false;
     this.cd_empresa.ST_Gravar      = true;
     this.cd_empresa.ST_Int         = true;
     this.cd_empresa.ST_LimpaCampo  = true;
     this.cd_empresa.ST_NotNull     = true;
     this.cd_empresa.ST_PrimaryKey  = false;
     this.cd_empresa.TabIndex       = 0;
     this.cd_empresa.TextOld        = null;
     this.cd_empresa.Leave         += new System.EventHandler(this.cd_empresa_Leave);
     //
     // TFMedicaoTanque
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(688, 212);
     this.Controls.Add(this.pDados);
     this.Controls.Add(this.barraMenu);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TFMedicaoTanque";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Aferição Tanque Combustivel";
     this.Load           += new System.EventHandler(this.TFMedicaoTanque_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.TFMedicaoTanque_KeyDown);
     this.barraMenu.ResumeLayout(false);
     this.barraMenu.PerformLayout();
     this.pDados.ResumeLayout(false);
     this.pDados.PerformLayout();
     this.pDetalhes.ResumeLayout(false);
     this.pDetalhes.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.compras_dia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vendas_dia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultima_afericao)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMedicao)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qtd_combustivel)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #58
0
 /// <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 iduserLabel;
     System.Windows.Forms.Label loginLabel;
     System.Windows.Forms.Label passwordLabel;
     this.epidsysDataSet      = new Epidsys.epidsysDataSet();
     this.userBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.userTableAdapter    = new Epidsys.epidsysDataSetTableAdapters.userTableAdapter();
     this.tableAdapterManager = new Epidsys.epidsysDataSetTableAdapters.TableAdapterManager();
     this.label1                     = new System.Windows.Forms.Label();
     this.button4                    = new System.Windows.Forms.Button();
     this.button3                    = new System.Windows.Forms.Button();
     this.button1                    = new System.Windows.Forms.Button();
     this.btnUnlogin                 = new System.Windows.Forms.Button();
     this.btnBack                    = new System.Windows.Forms.Button();
     this.btnDeleterl                = new System.Windows.Forms.Button();
     this.btnSaverl                  = new System.Windows.Forms.Button();
     this.btnAddel                   = new System.Windows.Forms.Button();
     this.userDataGridView           = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.iduserTextBox              = new System.Windows.Forms.TextBox();
     this.loginTextBox               = new System.Windows.Forms.TextBox();
     this.passwordTextBox            = new System.Windows.Forms.TextBox();
     iduserLabel                     = new System.Windows.Forms.Label();
     loginLabel    = new System.Windows.Forms.Label();
     passwordLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.epidsysDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.userDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // iduserLabel
     //
     iduserLabel.AutoSize = true;
     iduserLabel.Location = new System.Drawing.Point(6, 6);
     iduserLabel.Name     = "iduserLabel";
     iduserLabel.Size     = new System.Drawing.Size(38, 13);
     iduserLabel.TabIndex = 58;
     iduserLabel.Text     = "iduser:"******"loginLabel";
     loginLabel.Size     = new System.Drawing.Size(32, 13);
     loginLabel.TabIndex = 60;
     loginLabel.Text     = "login:"******"passwordLabel";
     passwordLabel.Size     = new System.Drawing.Size(55, 13);
     passwordLabel.TabIndex = 62;
     passwordLabel.Text     = "password:"******"epidsysDataSet";
     this.epidsysDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // userBindingSource
     //
     this.userBindingSource.DataMember = "user";
     this.userBindingSource.DataSource = this.epidsysDataSet;
     //
     // userTableAdapter
     //
     this.userTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.genderTableAdapter        = null;
     this.tableAdapterManager.hvorobuTableAdapter       = null;
     this.tableAdapterManager.pomerlyuTableAdapter      = null;
     this.tableAdapterManager.terretoryTableAdapter     = null;
     this.tableAdapterManager.UpdateOrder      = Epidsys.epidsysDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     this.tableAdapterManager.userTableAdapter = this.userTableAdapter;
     this.tableAdapterManager.vikTableAdapter  = null;
     this.tableAdapterManager.zareetstrvani_vipadkuTableAdapter = null;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(260, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 13);
     this.label1.TabIndex = 55;
     this.label1.Text     = "Редагувати:";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(334, 56);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(138, 23);
     this.button4.TabIndex = 54;
     this.button4.Text     = "Випадки";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(334, 27);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(138, 23);
     this.button3.TabIndex = 51;
     this.button3.Text     = "Хвороби";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(334, 1);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(138, 23);
     this.button1.TabIndex = 49;
     this.button1.Text     = "Населенні пункти";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // btnUnlogin
     //
     this.btnUnlogin.Location = new System.Drawing.Point(170, 3);
     this.btnUnlogin.Name     = "btnUnlogin";
     this.btnUnlogin.Size     = new System.Drawing.Size(75, 23);
     this.btnUnlogin.TabIndex = 48;
     this.btnUnlogin.Text     = "Вийти";
     this.btnUnlogin.UseVisualStyleBackColor = true;
     //
     // btnBack
     //
     this.btnBack.Location = new System.Drawing.Point(170, 32);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(75, 23);
     this.btnBack.TabIndex = 47;
     this.btnBack.Text     = "Меню";
     this.btnBack.UseVisualStyleBackColor = true;
     this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
     //
     // btnDeleterl
     //
     this.btnDeleterl.Location = new System.Drawing.Point(397, 277);
     this.btnDeleterl.Name     = "btnDeleterl";
     this.btnDeleterl.Size     = new System.Drawing.Size(75, 23);
     this.btnDeleterl.TabIndex = 58;
     this.btnDeleterl.Text     = "Видлити";
     this.btnDeleterl.UseVisualStyleBackColor = true;
     this.btnDeleterl.Click += new System.EventHandler(this.btnDeleterl_Click);
     //
     // btnSaverl
     //
     this.btnSaverl.Location = new System.Drawing.Point(397, 248);
     this.btnSaverl.Name     = "btnSaverl";
     this.btnSaverl.Size     = new System.Drawing.Size(75, 23);
     this.btnSaverl.TabIndex = 57;
     this.btnSaverl.Text     = "Зберегти";
     this.btnSaverl.UseVisualStyleBackColor = true;
     this.btnSaverl.Click += new System.EventHandler(this.btnSaverl_Click);
     //
     // btnAddel
     //
     this.btnAddel.Location = new System.Drawing.Point(397, 219);
     this.btnAddel.Name     = "btnAddel";
     this.btnAddel.Size     = new System.Drawing.Size(75, 23);
     this.btnAddel.TabIndex = 56;
     this.btnAddel.Text     = "Додати";
     this.btnAddel.UseVisualStyleBackColor = true;
     this.btnAddel.Click += new System.EventHandler(this.btnAddel_Click);
     //
     // userDataGridView
     //
     this.userDataGridView.AutoGenerateColumns         = false;
     this.userDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.userDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3
     });
     this.userDataGridView.DataSource = this.userBindingSource;
     this.userDataGridView.Location   = new System.Drawing.Point(9, 90);
     this.userDataGridView.Name       = "userDataGridView";
     this.userDataGridView.Size       = new System.Drawing.Size(327, 220);
     this.userDataGridView.TabIndex   = 58;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "iduser";
     this.dataGridViewTextBoxColumn1.HeaderText       = "iduser";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "login";
     this.dataGridViewTextBoxColumn2.HeaderText       = "login";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "password";
     this.dataGridViewTextBoxColumn3.HeaderText       = "password";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     //
     // iduserTextBox
     //
     this.iduserTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "iduser", true));
     this.iduserTextBox.Location = new System.Drawing.Point(67, 3);
     this.iduserTextBox.Name     = "iduserTextBox";
     this.iduserTextBox.Size     = new System.Drawing.Size(100, 20);
     this.iduserTextBox.TabIndex = 59;
     //
     // loginTextBox
     //
     this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "login", true));
     this.loginTextBox.Location = new System.Drawing.Point(67, 29);
     this.loginTextBox.Name     = "loginTextBox";
     this.loginTextBox.Size     = new System.Drawing.Size(100, 20);
     this.loginTextBox.TabIndex = 61;
     //
     // passwordTextBox
     //
     this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "password", true));
     this.passwordTextBox.Location = new System.Drawing.Point(67, 55);
     this.passwordTextBox.Name     = "passwordTextBox";
     this.passwordTextBox.Size     = new System.Drawing.Size(100, 20);
     this.passwordTextBox.TabIndex = 63;
     //
     // DBEuser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(473, 312);
     this.Controls.Add(iduserLabel);
     this.Controls.Add(this.iduserTextBox);
     this.Controls.Add(loginLabel);
     this.Controls.Add(this.loginTextBox);
     this.Controls.Add(passwordLabel);
     this.Controls.Add(this.passwordTextBox);
     this.Controls.Add(this.userDataGridView);
     this.Controls.Add(this.btnDeleterl);
     this.Controls.Add(this.btnSaverl);
     this.Controls.Add(this.btnAddel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnUnlogin);
     this.Controls.Add(this.btnBack);
     this.Name          = "DBEuser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Користувач";
     this.Load         += new System.EventHandler(this.DBEuser_Load);
     ((System.ComponentModel.ISupportInitialize)(this.epidsysDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.userDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #59
0
 /// <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 categoriaIdLabel;
     System.Windows.Forms.Label descripcionLabel;
     System.Windows.Forms.Label idLabel;
     System.Windows.Forms.Label precioLabel;
     System.Windows.Forms.Label ubicacionLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.listadeProductosBindingNavigator         = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem               = new System.Windows.Forms.ToolStripButton();
     this.listadeProductosBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigatorCountItem                = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem               = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem            = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem         = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator                = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem             = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1               = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem             = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem             = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2               = new System.Windows.Forms.ToolStripSeparator();
     this.listadeProductosBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
     this.categoriaIdTextBox             = new System.Windows.Forms.TextBox();
     this.descripcionTextBox             = new System.Windows.Forms.TextBox();
     this.idTextBox                      = new System.Windows.Forms.TextBox();
     this.precioTextBox                  = new System.Windows.Forms.TextBox();
     this.ubicacionTextBox               = new System.Windows.Forms.TextBox();
     this.listadeProductosDataGridView   = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6     = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.listadeCategoriasBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.comboBox1                      = new System.Windows.Forms.ComboBox();
     this.label1      = new System.Windows.Forms.Label();
     categoriaIdLabel = new System.Windows.Forms.Label();
     descripcionLabel = new System.Windows.Forms.Label();
     idLabel          = new System.Windows.Forms.Label();
     precioLabel      = new System.Windows.Forms.Label();
     ubicacionLabel   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosBindingNavigator)).BeginInit();
     this.listadeProductosBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listadeCategoriasBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // categoriaIdLabel
     //
     categoriaIdLabel.AutoSize = true;
     categoriaIdLabel.Location = new System.Drawing.Point(21, 58);
     categoriaIdLabel.Name     = "categoriaIdLabel";
     categoriaIdLabel.Size     = new System.Drawing.Size(67, 13);
     categoriaIdLabel.TabIndex = 1;
     categoriaIdLabel.Text     = "Categoria Id:";
     //
     // descripcionLabel
     //
     descripcionLabel.AutoSize = true;
     descripcionLabel.Location = new System.Drawing.Point(21, 84);
     descripcionLabel.Name     = "descripcionLabel";
     descripcionLabel.Size     = new System.Drawing.Size(66, 13);
     descripcionLabel.TabIndex = 3;
     descripcionLabel.Text     = "Descripcion:";
     //
     // idLabel
     //
     idLabel.AutoSize = true;
     idLabel.Location = new System.Drawing.Point(21, 110);
     idLabel.Name     = "idLabel";
     idLabel.Size     = new System.Drawing.Size(19, 13);
     idLabel.TabIndex = 5;
     idLabel.Text     = "Id:";
     //
     // precioLabel
     //
     precioLabel.AutoSize = true;
     precioLabel.Location = new System.Drawing.Point(21, 136);
     precioLabel.Name     = "precioLabel";
     precioLabel.Size     = new System.Drawing.Size(40, 13);
     precioLabel.TabIndex = 7;
     precioLabel.Text     = "Precio:";
     //
     // ubicacionLabel
     //
     ubicacionLabel.AutoSize = true;
     ubicacionLabel.Location = new System.Drawing.Point(21, 162);
     ubicacionLabel.Name     = "ubicacionLabel";
     ubicacionLabel.Size     = new System.Drawing.Size(58, 13);
     ubicacionLabel.TabIndex = 9;
     ubicacionLabel.Text     = "Ubicacion:";
     //
     // listadeProductosBindingNavigator
     //
     this.listadeProductosBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.listadeProductosBindingNavigator.BindingSource = this.listadeProductosBindingSource;
     this.listadeProductosBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.listadeProductosBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.listadeProductosBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bindingNavigatorSeparator2,
         this.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.listadeProductosBindingNavigatorSaveItem
     });
     this.listadeProductosBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.listadeProductosBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.listadeProductosBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.listadeProductosBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.listadeProductosBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.listadeProductosBindingNavigator.Name             = "listadeProductosBindingNavigator";
     this.listadeProductosBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.listadeProductosBindingNavigator.Size             = new System.Drawing.Size(717, 25);
     this.listadeProductosBindingNavigator.TabIndex         = 0;
     this.listadeProductosBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Agregar nuevo";
     //
     // listadeProductosBindingSource
     //
     this.listadeProductosBindingSource.AllowNew   = true;
     this.listadeProductosBindingSource.DataSource = typeof(SistemaDeInventario.Modelos.Producto);
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text        = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Eliminar";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // listadeProductosBindingNavigatorSaveItem
     //
     this.listadeProductosBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.listadeProductosBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("listadeProductosBindingNavigatorSaveItem.Image")));
     this.listadeProductosBindingNavigatorSaveItem.Name         = "listadeProductosBindingNavigatorSaveItem";
     this.listadeProductosBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.listadeProductosBindingNavigatorSaveItem.Text         = "Guardar datos";
     //
     // categoriaIdTextBox
     //
     this.categoriaIdTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listadeProductosBindingSource, "CategoriaId", true));
     this.categoriaIdTextBox.Location = new System.Drawing.Point(94, 55);
     this.categoriaIdTextBox.Name     = "categoriaIdTextBox";
     this.categoriaIdTextBox.Size     = new System.Drawing.Size(100, 20);
     this.categoriaIdTextBox.TabIndex = 2;
     //
     // descripcionTextBox
     //
     this.descripcionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listadeProductosBindingSource, "Descripcion", true));
     this.descripcionTextBox.Location = new System.Drawing.Point(94, 81);
     this.descripcionTextBox.Name     = "descripcionTextBox";
     this.descripcionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.descripcionTextBox.TabIndex = 4;
     //
     // idTextBox
     //
     this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listadeProductosBindingSource, "Id", true));
     this.idTextBox.Location = new System.Drawing.Point(94, 107);
     this.idTextBox.Name     = "idTextBox";
     this.idTextBox.Size     = new System.Drawing.Size(100, 20);
     this.idTextBox.TabIndex = 6;
     //
     // precioTextBox
     //
     this.precioTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listadeProductosBindingSource, "Precio", true));
     this.precioTextBox.Location = new System.Drawing.Point(94, 133);
     this.precioTextBox.Name     = "precioTextBox";
     this.precioTextBox.Size     = new System.Drawing.Size(100, 20);
     this.precioTextBox.TabIndex = 8;
     //
     // ubicacionTextBox
     //
     this.ubicacionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.listadeProductosBindingSource, "Ubicacion", true));
     this.ubicacionTextBox.Location = new System.Drawing.Point(94, 159);
     this.ubicacionTextBox.Name     = "ubicacionTextBox";
     this.ubicacionTextBox.Size     = new System.Drawing.Size(100, 20);
     this.ubicacionTextBox.TabIndex = 10;
     //
     // listadeProductosDataGridView
     //
     this.listadeProductosDataGridView.AutoGenerateColumns         = false;
     this.listadeProductosDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.listadeProductosDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn6
     });
     this.listadeProductosDataGridView.DataSource = this.listadeProductosBindingSource;
     this.listadeProductosDataGridView.Location   = new System.Drawing.Point(12, 222);
     this.listadeProductosDataGridView.Name       = "listadeProductosDataGridView";
     this.listadeProductosDataGridView.Size       = new System.Drawing.Size(544, 264);
     this.listadeProductosDataGridView.TabIndex   = 11;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Descripcion";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Descripcion";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "Precio";
     this.dataGridViewTextBoxColumn3.HeaderText       = "Precio";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Ubicacion";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Ubicacion";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "CategoriaId";
     this.dataGridViewTextBoxColumn6.DataSource       = this.listadeCategoriasBindingSource;
     this.dataGridViewTextBoxColumn6.DisplayMember    = "Nombre";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Categoria";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn6.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.dataGridViewTextBoxColumn6.ValueMember      = "Id";
     //
     // listadeCategoriasBindingSource
     //
     this.listadeCategoriasBindingSource.DataSource = typeof(SistemaDeInventario.Modelos.Categoria);
     //
     // comboBox1
     //
     this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.listadeProductosBindingSource, "CategoriaId", true));
     this.comboBox1.DataSource        = this.listadeCategoriasBindingSource;
     this.comboBox1.DisplayMember     = "Nombre";
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(94, 186);
     this.comboBox1.Name        = "comboBox1";
     this.comboBox1.Size        = new System.Drawing.Size(100, 21);
     this.comboBox1.TabIndex    = 12;
     this.comboBox1.ValueMember = "Id";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(21, 189);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 13;
     this.label1.Text     = "Categoria:";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(717, 517);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.listadeProductosDataGridView);
     this.Controls.Add(categoriaIdLabel);
     this.Controls.Add(this.categoriaIdTextBox);
     this.Controls.Add(descripcionLabel);
     this.Controls.Add(this.descripcionTextBox);
     this.Controls.Add(idLabel);
     this.Controls.Add(this.idTextBox);
     this.Controls.Add(precioLabel);
     this.Controls.Add(this.precioTextBox);
     this.Controls.Add(ubicacionLabel);
     this.Controls.Add(this.ubicacionTextBox);
     this.Controls.Add(this.listadeProductosBindingNavigator);
     this.Name  = "Form1";
     this.Text  = "Productos";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosBindingNavigator)).EndInit();
     this.listadeProductosBindingNavigator.ResumeLayout(false);
     this.listadeProductosBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listadeProductosDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listadeCategoriasBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #60
0
 /// <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 flightIDLabel;
     System.Windows.Forms.Label lastNameLabel;
     System.Windows.Forms.Label firstNameLabel;
     System.Windows.Forms.Label economyClassLabel;
     System.Windows.Forms.Label businessClassLabel;
     System.Windows.Forms.Label adultsLabel;
     System.Windows.Forms.Label childrenLabel;
     System.Windows.Forms.Label infantsLabel;
     System.Windows.Forms.Label telephoneLabel;
     System.Windows.Forms.Label emailLabel;
     System.Windows.Forms.Label countryLabel;
     System.Windows.Forms.Label addressLabel;
     System.Windows.Forms.Label roundTripLabel;
     System.Windows.Forms.Label oneWayLabel;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form16));
     this.pictureBox1                 = new System.Windows.Forms.PictureBox();
     this.pictureBox3                 = new System.Windows.Forms.PictureBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.button1                     = new System.Windows.Forms.Button();
     this.button2                     = new System.Windows.Forms.Button();
     this.button3                     = new System.Windows.Forms.Button();
     this.button4                     = new System.Windows.Forms.Button();
     this.conmanageDataSet            = new hellenicair2.conmanageDataSet();
     this.conmanageBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.conmanageTableAdapter       = new hellenicair2.conmanageDataSetTableAdapters.conmanageTableAdapter();
     this.tableAdapterManager         = new hellenicair2.conmanageDataSetTableAdapters.TableAdapterManager();
     this.conmanageDataGridView       = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn4  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewCheckBoxColumn4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.flightIDTextBox             = new System.Windows.Forms.TextBox();
     this.lastNameTextBox             = new System.Windows.Forms.TextBox();
     this.firstNameTextBox            = new System.Windows.Forms.TextBox();
     this.economyClassCheckBox        = new System.Windows.Forms.CheckBox();
     this.businessClassCheckBox       = new System.Windows.Forms.CheckBox();
     this.adultsTextBox               = new System.Windows.Forms.TextBox();
     this.childrenTextBox             = new System.Windows.Forms.TextBox();
     this.infantsTextBox              = new System.Windows.Forms.TextBox();
     this.telephoneTextBox            = new System.Windows.Forms.TextBox();
     this.emailTextBox                = new System.Windows.Forms.TextBox();
     this.countryTextBox              = new System.Windows.Forms.TextBox();
     this.addressTextBox              = new System.Windows.Forms.TextBox();
     this.roundTripCheckBox           = new System.Windows.Forms.CheckBox();
     this.oneWayCheckBox              = new System.Windows.Forms.CheckBox();
     this.button5                     = new System.Windows.Forms.Button();
     flightIDLabel                    = new System.Windows.Forms.Label();
     lastNameLabel                    = new System.Windows.Forms.Label();
     firstNameLabel                   = new System.Windows.Forms.Label();
     economyClassLabel                = new System.Windows.Forms.Label();
     businessClassLabel               = new System.Windows.Forms.Label();
     adultsLabel                      = new System.Windows.Forms.Label();
     childrenLabel                    = new System.Windows.Forms.Label();
     infantsLabel                     = new System.Windows.Forms.Label();
     telephoneLabel                   = new System.Windows.Forms.Label();
     emailLabel     = new System.Windows.Forms.Label();
     countryLabel   = new System.Windows.Forms.Label();
     addressLabel   = new System.Windows.Forms.Label();
     roundTripLabel = new System.Windows.Forms.Label();
     oneWayLabel    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // flightIDLabel
     //
     flightIDLabel.AutoSize = true;
     flightIDLabel.Location = new System.Drawing.Point(32, 191);
     flightIDLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     flightIDLabel.Name     = "flightIDLabel";
     flightIDLabel.Size     = new System.Drawing.Size(49, 13);
     flightIDLabel.TabIndex = 41;
     flightIDLabel.Text     = "Flight ID:";
     //
     // lastNameLabel
     //
     lastNameLabel.AutoSize = true;
     lastNameLabel.Location = new System.Drawing.Point(32, 214);
     lastNameLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     lastNameLabel.Name     = "lastNameLabel";
     lastNameLabel.Size     = new System.Drawing.Size(61, 13);
     lastNameLabel.TabIndex = 43;
     lastNameLabel.Text     = "Last Name:";
     //
     // firstNameLabel
     //
     firstNameLabel.AutoSize = true;
     firstNameLabel.Location = new System.Drawing.Point(32, 236);
     firstNameLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     firstNameLabel.Name     = "firstNameLabel";
     firstNameLabel.Size     = new System.Drawing.Size(60, 13);
     firstNameLabel.TabIndex = 45;
     firstNameLabel.Text     = "First Name:";
     //
     // economyClassLabel
     //
     economyClassLabel.AutoSize = true;
     economyClassLabel.Location = new System.Drawing.Point(32, 261);
     economyClassLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     economyClassLabel.Name     = "economyClassLabel";
     economyClassLabel.Size     = new System.Drawing.Size(82, 13);
     economyClassLabel.TabIndex = 47;
     economyClassLabel.Text     = "Economy Class:";
     //
     // businessClassLabel
     //
     businessClassLabel.AutoSize = true;
     businessClassLabel.Location = new System.Drawing.Point(32, 285);
     businessClassLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     businessClassLabel.Name     = "businessClassLabel";
     businessClassLabel.Size     = new System.Drawing.Size(80, 13);
     businessClassLabel.TabIndex = 49;
     businessClassLabel.Text     = "Business Class:";
     //
     // adultsLabel
     //
     adultsLabel.AutoSize = true;
     adultsLabel.Location = new System.Drawing.Point(32, 308);
     adultsLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     adultsLabel.Name     = "adultsLabel";
     adultsLabel.Size     = new System.Drawing.Size(39, 13);
     adultsLabel.TabIndex = 51;
     adultsLabel.Text     = "Adults:";
     //
     // childrenLabel
     //
     childrenLabel.AutoSize = true;
     childrenLabel.Location = new System.Drawing.Point(32, 331);
     childrenLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     childrenLabel.Name     = "childrenLabel";
     childrenLabel.Size     = new System.Drawing.Size(48, 13);
     childrenLabel.TabIndex = 53;
     childrenLabel.Text     = "Children:";
     //
     // infantsLabel
     //
     infantsLabel.AutoSize = true;
     infantsLabel.Location = new System.Drawing.Point(32, 353);
     infantsLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     infantsLabel.Name     = "infantsLabel";
     infantsLabel.Size     = new System.Drawing.Size(42, 13);
     infantsLabel.TabIndex = 55;
     infantsLabel.Text     = "Infants:";
     //
     // telephoneLabel
     //
     telephoneLabel.AutoSize = true;
     telephoneLabel.Location = new System.Drawing.Point(32, 376);
     telephoneLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     telephoneLabel.Name     = "telephoneLabel";
     telephoneLabel.Size     = new System.Drawing.Size(61, 13);
     telephoneLabel.TabIndex = 57;
     telephoneLabel.Text     = "Telephone:";
     //
     // emailLabel
     //
     emailLabel.AutoSize = true;
     emailLabel.Location = new System.Drawing.Point(32, 399);
     emailLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     emailLabel.Name     = "emailLabel";
     emailLabel.Size     = new System.Drawing.Size(35, 13);
     emailLabel.TabIndex = 59;
     emailLabel.Text     = "Email:";
     //
     // countryLabel
     //
     countryLabel.AutoSize = true;
     countryLabel.Location = new System.Drawing.Point(32, 422);
     countryLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     countryLabel.Name     = "countryLabel";
     countryLabel.Size     = new System.Drawing.Size(46, 13);
     countryLabel.TabIndex = 61;
     countryLabel.Text     = "Country:";
     //
     // addressLabel
     //
     addressLabel.AutoSize = true;
     addressLabel.Location = new System.Drawing.Point(32, 444);
     addressLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     addressLabel.Name     = "addressLabel";
     addressLabel.Size     = new System.Drawing.Size(48, 13);
     addressLabel.TabIndex = 63;
     addressLabel.Text     = "Address:";
     //
     // roundTripLabel
     //
     roundTripLabel.AutoSize = true;
     roundTripLabel.Location = new System.Drawing.Point(32, 469);
     roundTripLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     roundTripLabel.Name     = "roundTripLabel";
     roundTripLabel.Size     = new System.Drawing.Size(63, 13);
     roundTripLabel.TabIndex = 65;
     roundTripLabel.Text     = "Round Trip:";
     //
     // oneWayLabel
     //
     oneWayLabel.AutoSize = true;
     oneWayLabel.Location = new System.Drawing.Point(32, 493);
     oneWayLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     oneWayLabel.Name     = "oneWayLabel";
     oneWayLabel.Size     = new System.Drawing.Size(55, 13);
     oneWayLabel.TabIndex = 67;
     oneWayLabel.Text     = "One Way:";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(212, 126);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 33;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(202, 109);
     this.pictureBox3.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(521, 17);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 34;
     this.pictureBox3.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label1.Location  = new System.Drawing.Point(249, 28);
     this.label1.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(457, 38);
     this.label1.TabIndex  = 35;
     this.label1.Text      = "Please enter the Flight ID of your choice and complete \r\nyour personal informatio" +
                             "n.";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.label2.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label2.Location  = new System.Drawing.Point(296, 153);
     this.label2.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(316, 18);
     this.label2.TabIndex  = 36;
     this.label2.Text      = "List of users who have already made a booking";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(223, 376);
     this.button1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(94, 24);
     this.button1.TabIndex = 37;
     this.button1.Text     = "Add New";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(321, 376);
     this.button2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(84, 24);
     this.button2.TabIndex = 38;
     this.button2.Text     = "Save";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(342, 285);
     this.button3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(84, 24);
     this.button3.TabIndex = 39;
     this.button3.Text     = "Προηγούμενο";
     this.button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(603, 376);
     this.button4.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(84, 24);
     this.button4.TabIndex = 40;
     this.button4.Text     = "Continue";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // conmanageDataSet
     //
     this.conmanageDataSet.DataSetName             = "conmanageDataSet";
     this.conmanageDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // conmanageBindingSource
     //
     this.conmanageBindingSource.DataMember = "conmanage";
     this.conmanageBindingSource.DataSource = this.conmanageDataSet;
     //
     // conmanageTableAdapter
     //
     this.conmanageTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.conmanageTableAdapter     = this.conmanageTableAdapter;
     this.tableAdapterManager.UpdateOrder = hellenicair2.conmanageDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // conmanageDataGridView
     //
     this.conmanageDataGridView.AutoGenerateColumns         = false;
     this.conmanageDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.conmanageDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewCheckBoxColumn1,
         this.dataGridViewCheckBoxColumn2,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.dataGridViewTextBoxColumn7,
         this.dataGridViewTextBoxColumn8,
         this.dataGridViewTextBoxColumn9,
         this.dataGridViewTextBoxColumn10,
         this.dataGridViewCheckBoxColumn3,
         this.dataGridViewCheckBoxColumn4
     });
     this.conmanageDataGridView.DataSource         = this.conmanageBindingSource;
     this.conmanageDataGridView.Location           = new System.Drawing.Point(223, 188);
     this.conmanageDataGridView.Margin             = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.conmanageDataGridView.Name               = "conmanageDataGridView";
     this.conmanageDataGridView.RowTemplate.Height = 24;
     this.conmanageDataGridView.Size               = new System.Drawing.Size(464, 179);
     this.conmanageDataGridView.TabIndex           = 41;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "FlightID";
     this.dataGridViewTextBoxColumn1.HeaderText       = "FlightID";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "LastName";
     this.dataGridViewTextBoxColumn2.HeaderText       = "LastName";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "FirstName";
     this.dataGridViewTextBoxColumn3.HeaderText       = "FirstName";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     //
     // dataGridViewCheckBoxColumn1
     //
     this.dataGridViewCheckBoxColumn1.DataPropertyName = "EconomyClass";
     this.dataGridViewCheckBoxColumn1.HeaderText       = "EconomyClass";
     this.dataGridViewCheckBoxColumn1.Name             = "dataGridViewCheckBoxColumn1";
     //
     // dataGridViewCheckBoxColumn2
     //
     this.dataGridViewCheckBoxColumn2.DataPropertyName = "BusinessClass";
     this.dataGridViewCheckBoxColumn2.HeaderText       = "BusinessClass";
     this.dataGridViewCheckBoxColumn2.Name             = "dataGridViewCheckBoxColumn2";
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "Adults";
     this.dataGridViewTextBoxColumn4.HeaderText       = "Adults";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Children";
     this.dataGridViewTextBoxColumn5.HeaderText       = "Children";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "Infants";
     this.dataGridViewTextBoxColumn6.HeaderText       = "Infants";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.DataPropertyName = "Telephone";
     this.dataGridViewTextBoxColumn7.HeaderText       = "Telephone";
     this.dataGridViewTextBoxColumn7.Name             = "dataGridViewTextBoxColumn7";
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.DataPropertyName = "Email";
     this.dataGridViewTextBoxColumn8.HeaderText       = "Email";
     this.dataGridViewTextBoxColumn8.Name             = "dataGridViewTextBoxColumn8";
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.DataPropertyName = "Country";
     this.dataGridViewTextBoxColumn9.HeaderText       = "Country";
     this.dataGridViewTextBoxColumn9.Name             = "dataGridViewTextBoxColumn9";
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.DataPropertyName = "Address";
     this.dataGridViewTextBoxColumn10.HeaderText       = "Address";
     this.dataGridViewTextBoxColumn10.Name             = "dataGridViewTextBoxColumn10";
     //
     // dataGridViewCheckBoxColumn3
     //
     this.dataGridViewCheckBoxColumn3.DataPropertyName = "RoundTrip";
     this.dataGridViewCheckBoxColumn3.HeaderText       = "RoundTrip";
     this.dataGridViewCheckBoxColumn3.Name             = "dataGridViewCheckBoxColumn3";
     //
     // dataGridViewCheckBoxColumn4
     //
     this.dataGridViewCheckBoxColumn4.DataPropertyName = "OneWay";
     this.dataGridViewCheckBoxColumn4.HeaderText       = "OneWay";
     this.dataGridViewCheckBoxColumn4.Name             = "dataGridViewCheckBoxColumn4";
     //
     // flightIDTextBox
     //
     this.flightIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "FlightID", true));
     this.flightIDTextBox.Location = new System.Drawing.Point(118, 188);
     this.flightIDTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.flightIDTextBox.Name     = "flightIDTextBox";
     this.flightIDTextBox.Size     = new System.Drawing.Size(79, 20);
     this.flightIDTextBox.TabIndex = 42;
     //
     // lastNameTextBox
     //
     this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "LastName", true));
     this.lastNameTextBox.Location = new System.Drawing.Point(118, 211);
     this.lastNameTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.lastNameTextBox.Name     = "lastNameTextBox";
     this.lastNameTextBox.Size     = new System.Drawing.Size(79, 20);
     this.lastNameTextBox.TabIndex = 44;
     //
     // firstNameTextBox
     //
     this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "FirstName", true));
     this.firstNameTextBox.Location = new System.Drawing.Point(118, 234);
     this.firstNameTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.firstNameTextBox.Name     = "firstNameTextBox";
     this.firstNameTextBox.Size     = new System.Drawing.Size(79, 20);
     this.firstNameTextBox.TabIndex = 46;
     //
     // economyClassCheckBox
     //
     this.economyClassCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.conmanageBindingSource, "EconomyClass", true));
     this.economyClassCheckBox.Location = new System.Drawing.Point(118, 257);
     this.economyClassCheckBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.economyClassCheckBox.Name     = "economyClassCheckBox";
     this.economyClassCheckBox.Size     = new System.Drawing.Size(78, 20);
     this.economyClassCheckBox.TabIndex = 48;
     this.economyClassCheckBox.UseVisualStyleBackColor = true;
     //
     // businessClassCheckBox
     //
     this.businessClassCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.conmanageBindingSource, "BusinessClass", true));
     this.businessClassCheckBox.Location = new System.Drawing.Point(118, 281);
     this.businessClassCheckBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.businessClassCheckBox.Name     = "businessClassCheckBox";
     this.businessClassCheckBox.Size     = new System.Drawing.Size(78, 20);
     this.businessClassCheckBox.TabIndex = 50;
     this.businessClassCheckBox.UseVisualStyleBackColor = true;
     //
     // adultsTextBox
     //
     this.adultsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Adults", true));
     this.adultsTextBox.Location = new System.Drawing.Point(118, 306);
     this.adultsTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.adultsTextBox.Name     = "adultsTextBox";
     this.adultsTextBox.Size     = new System.Drawing.Size(79, 20);
     this.adultsTextBox.TabIndex = 52;
     //
     // childrenTextBox
     //
     this.childrenTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Children", true));
     this.childrenTextBox.Location = new System.Drawing.Point(118, 328);
     this.childrenTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.childrenTextBox.Name     = "childrenTextBox";
     this.childrenTextBox.Size     = new System.Drawing.Size(79, 20);
     this.childrenTextBox.TabIndex = 54;
     //
     // infantsTextBox
     //
     this.infantsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Infants", true));
     this.infantsTextBox.Location = new System.Drawing.Point(118, 351);
     this.infantsTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.infantsTextBox.Name     = "infantsTextBox";
     this.infantsTextBox.Size     = new System.Drawing.Size(79, 20);
     this.infantsTextBox.TabIndex = 56;
     //
     // telephoneTextBox
     //
     this.telephoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Telephone", true));
     this.telephoneTextBox.Location = new System.Drawing.Point(118, 374);
     this.telephoneTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.telephoneTextBox.Name     = "telephoneTextBox";
     this.telephoneTextBox.Size     = new System.Drawing.Size(79, 20);
     this.telephoneTextBox.TabIndex = 58;
     //
     // emailTextBox
     //
     this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Email", true));
     this.emailTextBox.Location = new System.Drawing.Point(118, 396);
     this.emailTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.emailTextBox.Name     = "emailTextBox";
     this.emailTextBox.Size     = new System.Drawing.Size(79, 20);
     this.emailTextBox.TabIndex = 60;
     //
     // countryTextBox
     //
     this.countryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Country", true));
     this.countryTextBox.Location = new System.Drawing.Point(118, 419);
     this.countryTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.countryTextBox.Name     = "countryTextBox";
     this.countryTextBox.Size     = new System.Drawing.Size(79, 20);
     this.countryTextBox.TabIndex = 62;
     //
     // addressTextBox
     //
     this.addressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.conmanageBindingSource, "Address", true));
     this.addressTextBox.Location = new System.Drawing.Point(118, 442);
     this.addressTextBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.addressTextBox.Name     = "addressTextBox";
     this.addressTextBox.Size     = new System.Drawing.Size(79, 20);
     this.addressTextBox.TabIndex = 64;
     //
     // roundTripCheckBox
     //
     this.roundTripCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.conmanageBindingSource, "RoundTrip", true));
     this.roundTripCheckBox.Location = new System.Drawing.Point(118, 465);
     this.roundTripCheckBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.roundTripCheckBox.Name     = "roundTripCheckBox";
     this.roundTripCheckBox.Size     = new System.Drawing.Size(78, 20);
     this.roundTripCheckBox.TabIndex = 66;
     this.roundTripCheckBox.UseVisualStyleBackColor = true;
     //
     // oneWayCheckBox
     //
     this.oneWayCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.conmanageBindingSource, "OneWay", true));
     this.oneWayCheckBox.Location = new System.Drawing.Point(118, 489);
     this.oneWayCheckBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.oneWayCheckBox.Name     = "oneWayCheckBox";
     this.oneWayCheckBox.Size     = new System.Drawing.Size(78, 20);
     this.oneWayCheckBox.TabIndex = 68;
     this.oneWayCheckBox.UseVisualStyleBackColor = true;
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(514, 376);
     this.button5.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(84, 24);
     this.button5.TabIndex = 69;
     this.button5.Text     = "Previous";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // Form16
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(738, 590);
     this.Controls.Add(this.button5);
     this.Controls.Add(flightIDLabel);
     this.Controls.Add(this.flightIDTextBox);
     this.Controls.Add(lastNameLabel);
     this.Controls.Add(this.lastNameTextBox);
     this.Controls.Add(firstNameLabel);
     this.Controls.Add(this.firstNameTextBox);
     this.Controls.Add(economyClassLabel);
     this.Controls.Add(this.economyClassCheckBox);
     this.Controls.Add(businessClassLabel);
     this.Controls.Add(this.businessClassCheckBox);
     this.Controls.Add(adultsLabel);
     this.Controls.Add(this.adultsTextBox);
     this.Controls.Add(childrenLabel);
     this.Controls.Add(this.childrenTextBox);
     this.Controls.Add(infantsLabel);
     this.Controls.Add(this.infantsTextBox);
     this.Controls.Add(telephoneLabel);
     this.Controls.Add(this.telephoneTextBox);
     this.Controls.Add(emailLabel);
     this.Controls.Add(this.emailTextBox);
     this.Controls.Add(countryLabel);
     this.Controls.Add(this.countryTextBox);
     this.Controls.Add(addressLabel);
     this.Controls.Add(this.addressTextBox);
     this.Controls.Add(roundTripLabel);
     this.Controls.Add(this.roundTripCheckBox);
     this.Controls.Add(oneWayLabel);
     this.Controls.Add(this.oneWayCheckBox);
     this.Controls.Add(this.conmanageDataGridView);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form16";
     this.Padding         = new System.Windows.Forms.Padding(9, 9, 9, 9);
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "AERObook";
     this.Load           += new System.EventHandler(this.Form16_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.conmanageDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }