コード例 #1
0
ファイル: EditBank.cs プロジェクト: Kiselb/bps
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EditBank));
     this.tbName     = new System.Windows.Forms.TextBox();
     this.bnOK       = new System.Windows.Forms.Button();
     this.bnCancel   = new System.Windows.Forms.Button();
     this.cmbCity    = new System.Windows.Forms.ComboBox();
     this.dvCities   = new System.Data.DataView();
     this.dsCities1  = new BPS.BLL.City.DataSets.dsCities();
     this.tbBIK      = new AM_Controls.TextBoxBIK();
     this.tbKAccount = new AM_Controls.TextBoxV();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.button1    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dvCities)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCities1)).BeginInit();
     this.SuspendLayout();
     //
     // tbName
     //
     this.tbName.Location  = new System.Drawing.Point(90, 2);
     this.tbName.MaxLength = 128;
     this.tbName.Name      = "tbName";
     this.tbName.Size      = new System.Drawing.Size(194, 21);
     this.tbName.TabIndex  = 1;
     this.tbName.Text      = "";
     //
     // bnOK
     //
     this.bnOK.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bnOK.Location = new System.Drawing.Point(122, 108);
     this.bnOK.Name     = "bnOK";
     this.bnOK.Size     = new System.Drawing.Size(80, 26);
     this.bnOK.TabIndex = 9;
     this.bnOK.Text     = "Сохранить";
     this.bnOK.Click   += new System.EventHandler(this.bnOK_Click);
     //
     // bnCancel
     //
     this.bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bnCancel.Location     = new System.Drawing.Point(204, 108);
     this.bnCancel.Name         = "bnCancel";
     this.bnCancel.Size         = new System.Drawing.Size(80, 26);
     this.bnCancel.TabIndex     = 10;
     this.bnCancel.Text         = "Отменить";
     this.bnCancel.Click       += new System.EventHandler(this.bnCancel_Click);
     //
     // cmbCity
     //
     this.cmbCity.DataSource       = this.dvCities;
     this.cmbCity.DisplayMember    = "CityName";
     this.cmbCity.Location         = new System.Drawing.Point(90, 24);
     this.cmbCity.MaxDropDownItems = 20;
     this.cmbCity.Name             = "cmbCity";
     this.cmbCity.Size             = new System.Drawing.Size(168, 21);
     this.cmbCity.TabIndex         = 3;
     this.cmbCity.ValueMember      = "CityID";
     this.cmbCity.Leave           += new System.EventHandler(this.cmbCity_Leave);
     //
     // dvCities
     //
     this.dvCities.Sort  = "CityName";
     this.dvCities.Table = this.dsCities1.Cities;
     //
     // dsCities1
     //
     this.dsCities1.DataSetName = "dsCities";
     this.dsCities1.Locale      = new System.Globalization.CultureInfo("ru-RU");
     //
     // tbBIK
     //
     this.tbBIK.AllowDrop = true;
     this.tbBIK.dValue    = 0;
     this.tbBIK.IsPcnt    = false;
     this.tbBIK.Location  = new System.Drawing.Point(90, 46);
     this.tbBIK.MaxDecPos = 0;
     this.tbBIK.MaxLength = 9;
     this.tbBIK.MaxPos    = 9;
     this.tbBIK.Name      = "tbBIK";
     this.tbBIK.Negative  = System.Drawing.Color.Empty;
     this.tbBIK.nValue    = ((long)(0));
     this.tbBIK.Positive  = System.Drawing.Color.Empty;
     this.tbBIK.Size      = new System.Drawing.Size(194, 21);
     this.tbBIK.TabIndex  = 6;
     this.tbBIK.Text      = "";
     this.tbBIK.TextMode  = true;
     this.tbBIK.Zero      = System.Drawing.Color.Empty;
     //
     // tbKAccount
     //
     this.tbKAccount.AllowDrop = true;
     this.tbKAccount.dValue    = 0;
     this.tbKAccount.IsPcnt    = false;
     this.tbKAccount.Location  = new System.Drawing.Point(90, 68);
     this.tbKAccount.MaxDecPos = 0;
     this.tbKAccount.MaxLength = 20;
     this.tbKAccount.MaxPos    = 20;
     this.tbKAccount.Name      = "tbKAccount";
     this.tbKAccount.Negative  = System.Drawing.Color.Empty;
     this.tbKAccount.nValue    = ((long)(0));
     this.tbKAccount.Positive  = System.Drawing.Color.Empty;
     this.tbKAccount.Size      = new System.Drawing.Size(194, 21);
     this.tbKAccount.TabIndex  = 8;
     this.tbKAccount.Text      = "";
     this.tbKAccount.TextMode  = true;
     this.tbKAccount.Zero      = System.Drawing.Color.Empty;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(84, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Наименование:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 22);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(40, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Город:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(6, 44);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 23);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "БИК:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(6, 68);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Кор. счёт:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.Image     = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location  = new System.Drawing.Point(260, 24);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(24, 21);
     this.button1.TabIndex  = 4;
     this.button1.TabStop   = false;
     this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // EditBank
     //
     this.AcceptButton      = this.bnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bnCancel;
     this.ClientSize        = new System.Drawing.Size(298, 137);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tbKAccount);
     this.Controls.Add(this.tbBIK);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.cmbCity);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOK);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EditBank";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Банк";
     this.Load           += new System.EventHandler(this.EditBank_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dvCities)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCities1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: EditCurr.cs プロジェクト: Kiselb/bps
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EditCurr));
     this.tbCurrID   = new System.Windows.Forms.TextBox();
     this.dataView1  = new System.Data.DataView();
     this.dsCurr1    = new BPS.BLL.Currency.DataSets.dsCurr();
     this.tbCurrName = new System.Windows.Forms.TextBox();
     this.btnOK      = new System.Windows.Forms.Button();
     this.btnCancel  = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.tbvRate    = new AM_Controls.TextBoxV();
     ((System.ComponentModel.ISupportInitialize)(this.dataView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCurr1)).BeginInit();
     this.SuspendLayout();
     //
     // tbCurrID
     //
     this.tbCurrID.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbCurrID.Location  = new System.Drawing.Point(70, 0);
     this.tbCurrID.MaxLength = 3;
     this.tbCurrID.Name      = "tbCurrID";
     this.tbCurrID.Size      = new System.Drawing.Size(50, 21);
     this.tbCurrID.TabIndex  = 1;
     this.tbCurrID.Text      = "";
     //
     // dataView1
     //
     this.dataView1.Table = this.dsCurr1.Currencies;
     //
     // dsCurr1
     //
     this.dsCurr1.DataSetName = "dsCurr";
     this.dsCurr1.Locale      = new System.Globalization.CultureInfo("ru-RU");
     //
     // tbCurrName
     //
     this.tbCurrName.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbCurrName.Location  = new System.Drawing.Point(70, 22);
     this.tbCurrName.MaxLength = 50;
     this.tbCurrName.Name      = "tbCurrName";
     this.tbCurrName.Size      = new System.Drawing.Size(192, 21);
     this.tbCurrName.TabIndex  = 3;
     this.tbCurrName.Text      = "";
     //
     // btnOK
     //
     this.btnOK.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this.btnOK.Location = new System.Drawing.Point(100, 90);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(80, 22);
     this.btnOK.TabIndex = 6;
     this.btnOK.Text     = "Сохранить";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this.btnCancel.Location     = new System.Drawing.Point(182, 90);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(80, 22);
     this.btnCancel.TabIndex     = 7;
     this.btnCancel.Text         = "Отменить";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(4, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Код:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 25);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Название:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 48);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Курс:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbvRate
     //
     this.tbvRate.AllowDrop = true;
     this.tbvRate.dValue    = 0;
     this.tbvRate.IsPcnt    = false;
     this.tbvRate.Location  = new System.Drawing.Point(70, 44);
     this.tbvRate.MaxDecPos = 2;
     this.tbvRate.MaxPos    = 8;
     this.tbvRate.Name      = "tbvRate";
     this.tbvRate.nValue    = ((long)(0));
     this.tbvRate.TabIndex  = 5;
     this.tbvRate.Text      = "0";
     this.tbvRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.tbvRate.TextMode  = false;
     //
     // EditCurr
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(268, 117);
     this.Controls.Add(this.tbvRate);
     this.Controls.Add(this.tbCurrID);
     this.Controls.Add(this.tbCurrName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.label3);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EditCurr";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Валюта";
     ((System.ComponentModel.ISupportInitialize)(this.dataView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCurr1)).EndInit();
     this.ResumeLayout(false);
 }