当前位置: 首页>>代码示例>>C#>>正文


C# Label.set_Size方法代码示例

本文整理汇总了C#中System.Windows.Forms.Label.set_Size方法的典型用法代码示例。如果您正苦于以下问题:C# Label.set_Size方法的具体用法?C# Label.set_Size怎么用?C# Label.set_Size使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.Label的用法示例。


在下文中一共展示了Label.set_Size方法的12个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

 private void InitializeComponent()
 {
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbCode = new System.Windows.Forms.TextBox();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.nudComission = new System.Windows.Forms.NumericUpDown();
     this.selectOrganization1 = new SelectOrganization();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.nudComission.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(2, 60));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label6");
     label.set_Size(new System.Drawing.Size(0x4a, 13));
     label.set_TabIndex(0x16);
     label.set_Text("Организация");
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(1, 0x58));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x3a, 13));
     this.label4.set_TabIndex(0x15);
     this.label4.set_Text("Комиссия");
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(1, 0x1f));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0x7e, 13));
     this.label2.set_TabIndex(20);
     this.label2.set_Text("Краткое наименование");
     this.label1.set_AutoSize(true);
     this.label1.set_Location(new System.Drawing.Point(1, 7));
     this.label1.set_Name("label1");
     this.label1.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label1.set_TabIndex(0x13);
     this.label1.set_Text("Код организации");
     this.tbCode.set_Location(new System.Drawing.Point(0x84, 7));
     this.tbCode.set_MaxLength(10);
     this.tbCode.set_Name("tbCode");
     this.tbCode.set_Size(new System.Drawing.Size(0x120, 20));
     this.tbCode.set_TabIndex(0x17);
     this.tbShortName.set_Location(new System.Drawing.Point(0x84, 0x1f));
     this.tbShortName.set_MaxLength(200);
     this.tbShortName.set_Name("tbShortName");
     this.tbShortName.set_Size(new System.Drawing.Size(0x120, 20));
     this.tbShortName.set_TabIndex(0x18);
     this.btnOk.set_Location(new System.Drawing.Point(0x108, 0x75));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(0x1b);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Location(new System.Drawing.Point(0x159, 0x75));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(0x1c);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.nudComission.set_DecimalPlaces(6);
     this.nudComission.set_Location(new System.Drawing.Point(0x84, 0x58));
     this.nudComission.set_Name("nudComission");
     this.nudComission.set_Size(new System.Drawing.Size(0x6d, 20));
     this.nudComission.set_TabIndex(0x1a);
     this.selectOrganization1.IsCashlessTransferrer = false;
     this.selectOrganization1.IsHouseHolder = false;
     this.selectOrganization1.IsPaymentAgent = false;
     this.selectOrganization1.IsResourceProvider = false;
     this.selectOrganization1.IsServiceProvider = false;
     this.selectOrganization1.set_Location(new System.Drawing.Point(0x84, 60));
     this.selectOrganization1.set_Name("selectOrganization1");
     this.selectOrganization1.set_Size(new System.Drawing.Size(0x120, 20));
     this.selectOrganization1.set_TabIndex(0x19);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x1b0, 0x98));
     base.Controls.Add(this.nudComission);
     base.Controls.Add(this.btnOk);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.selectOrganization1);
     base.Controls.Add(this.tbShortName);
     base.Controls.Add(this.tbCode);
     base.Controls.Add(label);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     base.set_Name("SpOrgAddChangeForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("SpOrgAddChangeForm");
     base.add_Load(new System.EventHandler(this.SpOrgAddChangeForm_Load));
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.SpOrgAddChangeForm_FormClosing));
     this.nudComission.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:SpOrgAddChangeForm.cs

示例2: InitializeComponent

 private void InitializeComponent()
 {
     this.btnAdd = new System.Windows.Forms.Button();
     this.m_CalcButton = new System.Windows.Forms.Button();
     this.m_CalcWorker = new BackgroundWorker();
     this.selectAreaAddresses = new SelectAddresses();
     this.datePeriod = new DatePeriod();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(12, 9));
     label.set_Name("label1");
     label.set_Size(new System.Drawing.Size(0x93, 13));
     label.set_TabIndex(0);
     label.set_Text("Текущий открытый период:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(12, 0x1d));
     label2.set_Name("label2");
     label2.set_Size(new System.Drawing.Size(0x57, 13));
     label2.set_TabIndex(6);
     label2.set_Text("Набор адресов:");
     this.btnAdd.set_Location(new System.Drawing.Point(12, 0x47));
     this.btnAdd.set_Name("btnAdd");
     this.btnAdd.set_Size(new System.Drawing.Size(0x9f, 0x2b));
     this.btnAdd.set_TabIndex(2);
     this.btnAdd.set_Text("Добавить следующий");
     this.btnAdd.set_UseVisualStyleBackColor(true);
     this.btnAdd.add_Click(new System.EventHandler(this.btnAdd_Click));
     this.m_CalcButton.set_ImageAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.m_CalcButton.set_Location(new System.Drawing.Point(0xbf, 0x47));
     this.m_CalcButton.set_Name("m_CalcButton");
     this.m_CalcButton.set_Size(new System.Drawing.Size(0xcc, 0x2b));
     this.m_CalcButton.set_TabIndex(4);
     this.m_CalcButton.set_Text("Произвести начисление\r\nза текущий период");
     this.m_CalcButton.set_UseVisualStyleBackColor(true);
     this.m_CalcButton.add_Click(new System.EventHandler(this.m_CalcButton_Click));
     this.m_CalcWorker.add_DoWork(new DoWorkEventHandler(this.m_CalcWorker_DoWork));
     this.m_CalcWorker.add_RunWorkerCompleted(new RunWorkerCompletedEventHandler(this.m_CalcWorker_RunWorkerCompleted));
     this.selectAreaAddresses.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.selectAreaAddresses.IsByUser = false;
     this.selectAreaAddresses.set_Location(new System.Drawing.Point(12, 0x2d));
     this.selectAreaAddresses.set_Name("selectAreaAddresses");
     this.selectAreaAddresses.set_Size(new System.Drawing.Size(0x17f, 20));
     this.selectAreaAddresses.set_TabIndex(5);
     this.datePeriod.AttachToPeriod = false;
     this.datePeriod.DateBeginReadonly = true;
     this.datePeriod.DateEndReadonly = true;
     this.datePeriod.set_Location(new System.Drawing.Point(0xab, 7));
     this.datePeriod.set_Margin(new System.Windows.Forms.Padding(4));
     this.datePeriod.set_Name("datePeriod");
     this.datePeriod.set_Size(new System.Drawing.Size(0xe9, 0x17));
     this.datePeriod.set_TabIndex(3);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x197, 0x80));
     base.Controls.Add(label2);
     base.Controls.Add(this.selectAreaAddresses);
     base.Controls.Add(this.m_CalcButton);
     base.Controls.Add(this.datePeriod);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(label);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedDialog);
     base.set_MaximizeBox(false);
     base.set_MinimizeBox(false);
     this.set_MinimumSize(new System.Drawing.Size(0x19d, 0x98));
     base.set_Name("InitialCalculationForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterScreen);
     this.set_Text("Расчет нового отчетного периода");
     base.add_Load(new System.EventHandler(this.CalcPeriodsForm_Load));
     base.add_FormClosing(new System.Windows.Forms.FormClosingEventHandler(this.CalcPeriodsForm_FormClosing));
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:u4097,项目名称:SQLScript,代码行数:74,代码来源:InitialCalculationForm.cs

示例3: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_StreetLabel = new System.Windows.Forms.Label();
     this.m_CityLabel = new System.Windows.Forms.Label();
     this.m_StreetBox = new System.Windows.Forms.ComboBox();
     this.bsStreet = new System.Windows.Forms.BindingSource(this.components);
     this.m_HouseBox = new System.Windows.Forms.ComboBox();
     this.bsHouse = new System.Windows.Forms.BindingSource(this.components);
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.m_CityBox = new System.Windows.Forms.ComboBox();
     this.bsCity = new System.Windows.Forms.BindingSource(this.components);
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.bsStreet.BeginInit();
     this.bsHouse.BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.bsCity.BeginInit();
     base.SuspendLayout();
     label.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(3, 80));
     label.set_Name("label3");
     label.set_Size(new System.Drawing.Size(0xcd, 13));
     label.set_TabIndex(6);
     label.set_Text("Дом");
     this.m_StreetLabel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_StreetLabel.set_AutoSize(true);
     this.m_StreetLabel.set_Location(new System.Drawing.Point(3, 40));
     this.m_StreetLabel.set_Name("m_StreetLabel");
     this.m_StreetLabel.set_Size(new System.Drawing.Size(0xcd, 13));
     this.m_StreetLabel.set_TabIndex(5);
     this.m_StreetLabel.set_Text("Улица");
     this.m_CityLabel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_CityLabel.set_AutoSize(true);
     this.m_CityLabel.set_Location(new System.Drawing.Point(3, 0));
     this.m_CityLabel.set_Name("m_CityLabel");
     this.m_CityLabel.set_Size(new System.Drawing.Size(0xcd, 13));
     this.m_CityLabel.set_TabIndex(5);
     this.m_CityLabel.set_Text("Населенный пункт");
     this.m_StreetBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_StreetBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_StreetBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_StreetBox.set_DataSource(this.bsStreet);
     this.m_StreetBox.set_DisplayMember("Name");
     this.m_StreetBox.set_FormattingEnabled(true);
     this.m_StreetBox.set_Location(new System.Drawing.Point(3, 0x38));
     this.m_StreetBox.set_MaxDropDownItems(0x10);
     this.m_StreetBox.set_Name("m_StreetBox");
     this.m_StreetBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_StreetBox.set_TabIndex(0);
     this.m_StreetBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsStreet.set_DataSource(typeof(LocalAddress));
     this.bsStreet.add_CurrentChanged(new System.EventHandler(this.bsStreet_CurrentChanged));
     this.m_HouseBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_HouseBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_HouseBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_HouseBox.set_DataSource(this.bsHouse);
     this.m_HouseBox.set_DisplayMember("Name");
     this.m_HouseBox.set_FormattingEnabled(true);
     this.m_HouseBox.set_Location(new System.Drawing.Point(3, 0x60));
     this.m_HouseBox.set_MaxDropDownItems(0x10);
     this.m_HouseBox.set_Name("m_HouseBox");
     this.m_HouseBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_HouseBox.set_TabIndex(1);
     this.m_HouseBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsHouse.set_DataSource(typeof(LocalAddress));
     this.tableLayoutPanel1.set_ColumnCount(1);
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(label, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.m_StreetBox, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.m_StreetLabel, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.m_CityLabel, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.m_CityBox, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.m_HouseBox, 0, 5);
     this.tableLayoutPanel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.tableLayoutPanel1.set_Location(new System.Drawing.Point(0, 0));
     this.tableLayoutPanel1.set_Name("tableLayoutPanel1");
     this.tableLayoutPanel1.set_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.set_Size(new System.Drawing.Size(0xd3, 0x9a));
     this.tableLayoutPanel1.set_TabIndex(8);
     this.m_CityBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left);
     this.m_CityBox.set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode.SuggestAppend);
     this.m_CityBox.set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource.ListItems);
     this.m_CityBox.set_DisplayMember("Name");
     this.m_CityBox.set_FormattingEnabled(true);
     this.m_CityBox.set_Location(new System.Drawing.Point(3, 0x10));
     this.m_CityBox.set_MaxDropDownItems(0x10);
     this.m_CityBox.set_Name("m_CityBox");
     this.m_CityBox.set_Size(new System.Drawing.Size(0xcd, 0x15));
     this.m_CityBox.set_TabIndex(0);
     this.m_CityBox.add_KeyDown(new System.Windows.Forms.KeyEventHandler(this.cb_KeyDown));
     this.bsCity.set_DataSource(typeof(LocalAddress));
     this.bsCity.add_CurrentChanged(new System.EventHandler(this.bsCity_CurrentChanged));
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:HouseAddressSelector.cs

示例4: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.orgListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tcOrganizations = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.m_IsPaymentUseNegativeSumm = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentUseNotice = new System.Windows.Forms.CheckBox();
     this.selectDistributePayment = new SelectFasetData();
     this.label13 = new System.Windows.Forms.Label();
     this.m_ChiefAccountant = new System.Windows.Forms.TextBox();
     this.m_ModeWk = new System.Windows.Forms.TextBox();
     this.m_IsContractEnded = new System.Windows.Forms.CheckBox();
     this.m_IsBankrupt = new System.Windows.Forms.CheckBox();
     this.m_Address = new System.Windows.Forms.TextBox();
     this.m_ManagerPosition = new System.Windows.Forms.TextBox();
     this.m_Manager = new System.Windows.Forms.TextBox();
     this.m_Fax = new System.Windows.Forms.TextBox();
     this.m_TelephoneEmergencyDispatchService = new System.Windows.Forms.TextBox();
     this.m_Phone = new System.Windows.Forms.TextBox();
     this.m_AddrInfo = new System.Windows.Forms.TextBox();
     this.m_Info = new System.Windows.Forms.TextBox();
     this.m_DatePeriod = new DatePeriod();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_isResourceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsPaymentAgent = new System.Windows.Forms.CheckBox();
     this.m_IsServiceProvider = new System.Windows.Forms.CheckBox();
     this.m_IsFlatOwner = new System.Windows.Forms.CheckBox();
     this.m_IsHouseHolder = new System.Windows.Forms.CheckBox();
     this.m_IsBenefitTransferrer = new System.Windows.Forms.CheckBox();
     this.m_IsCashlessTransferrer = new System.Windows.Forms.CheckBox();
     this.cbParentOrg = new System.Windows.Forms.ComboBox();
     this.m_OGRN = new System.Windows.Forms.TextBox();
     this.m_KPP = new System.Windows.Forms.TextBox();
     this.m_INN = new System.Windows.Forms.TextBox();
     this.m_LongName = new System.Windows.Forms.TextBox();
     this.m_ShortName = new System.Windows.Forms.TextBox();
     this.m_Code = new System.Windows.Forms.TextBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.orgWageBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.organizationMaterialsView1 = new OrganizationMaterialsView();
     this.tbProperties = new System.Windows.Forms.TabPage();
     this.dgv = new System.Windows.Forms.DataGridView();
     this.propertyNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.propertyValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsOrganizarionProperties = new System.Windows.Forms.BindingSource(this.components);
     this.tsProperties = new System.Windows.Forms.ToolStrip();
     this.btnAddPropertie = new System.Windows.Forms.ToolStripButton();
     this.btnChangePropertie = new System.Windows.Forms.ToolStripButton();
     this.btnDeletePropertie = new System.Windows.Forms.ToolStripButton();
     this.orgMaterialBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.organizationWagesView1 = new OrganizationWagesView();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label9 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label10 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label11 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label12 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label13 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label14 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label15 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label16 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label17 = new System.Windows.Forms.Label();
     this.orgListBindingSource.BeginInit();
     this.tcOrganizations.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.orgWageBindingSource.BeginInit();
     this.tabPage3.SuspendLayout();
     this.tbProperties.SuspendLayout();
     this.dgv.BeginInit();
     this.bsOrganizarionProperties.BeginInit();
     this.tsProperties.SuspendLayout();
     this.orgMaterialBindingSource.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(2, 0x173));
     label.set_Name("label12");
     label.set_Size(new System.Drawing.Size(0x4e, 13));
     label.set_TabIndex(0x5d);
     label.set_Text("Гл. бухгалтер:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(2, 0x10f));
     label2.set_Name("label10");
     label2.set_Size(new System.Drawing.Size(0x55, 13));
     label2.set_TabIndex(0x59);
     label2.set_Text("Режим работы:");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(2, 0x128));
     label3.set_Name("label8");
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:OrganizationView.cs

示例5: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_OwnerName = new System.Windows.Forms.TextBox();
     this.m_ToDateLabel = new System.Windows.Forms.Label();
     this.cbNeedOwnerPresence = new System.Windows.Forms.CheckBox();
     this.tbComment = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.m_AccountNumber = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.tbxAccountHolder = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.btnSelectProvider = new System.Windows.Forms.Button();
     this.cbNeedPrintNotice = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.tbIdentityCardHolderName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.tbIdentityCardNumber = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbDocInfo = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.chbClosePG = new System.Windows.Forms.CheckBox();
     this.chbCloseReg = new System.Windows.Forms.CheckBox();
     this.tbNoticeAdrName = new System.Windows.Forms.TextBox();
     this.cbCloseInPaymentsystem = new System.Windows.Forms.CheckBox();
     this.m_AccountBS = new System.Windows.Forms.BindingSource(this.components);
     this.selectNoticeAdr = new SelectAddress();
     this.m_OwnerSelection = new SelectOwner();
     this.m_ToDate = new DateBox();
     this.m_FromDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.GroupBox box = new System.Windows.Forms.GroupBox();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     box.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.m_AccountBS.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(11, 0xca));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x49, 13));
     label.set_TabIndex(10);
     label.set_Text("Действует с:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(11, 0x6a));
     label2.set_Margin(new System.Windows.Forms.Padding(0));
     label2.set_Name("label1");
     label2.set_Size(new System.Drawing.Size(0x5d, 13));
     label2.set_TabIndex(8);
     label2.set_Text("Отображать как:");
     box.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     box.Controls.Add(this.m_OwnerSelection);
     box.Controls.Add(this.m_OwnerName);
     box.Controls.Add(label2);
     box.set_Location(new System.Drawing.Point(0, 0));
     box.set_Name("groupBox1");
     box.set_Size(new System.Drawing.Size(0x213, 130));
     box.set_TabIndex(1);
     box.set_TabStop(false);
     box.set_Text("Ответственный");
     this.m_OwnerName.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_OwnerName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "OwnerName", true));
     this.m_OwnerName.set_Location(new System.Drawing.Point(0x75, 0x67));
     this.m_OwnerName.set_Name("m_OwnerName");
     this.m_OwnerName.set_Size(new System.Drawing.Size(0x196, 20));
     this.m_OwnerName.set_TabIndex(2);
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(11, 0x8b));
     label3.set_Margin(new System.Windows.Forms.Padding(0));
     label3.set_Name("label4");
     label3.set_Size(new System.Drawing.Size(0x2c, 13));
     label3.set_TabIndex(15);
     label3.set_Text("Номер:");
     this.m_ToDateLabel.set_AutoSize(true);
     this.m_ToDateLabel.set_Location(new System.Drawing.Point(210, 0xca));
     this.m_ToDateLabel.set_Margin(new System.Windows.Forms.Padding(0));
     this.m_ToDateLabel.set_Name("m_ToDateLabel");
     this.m_ToDateLabel.set_Size(new System.Drawing.Size(0x16, 13));
     this.m_ToDateLabel.set_TabIndex(10);
     this.m_ToDateLabel.set_Text("по:");
     this.cbNeedOwnerPresence.set_AutoSize(true);
     this.cbNeedOwnerPresence.set_CheckAlign(System.Drawing.ContentAlignment.TopRight);
     this.cbNeedOwnerPresence.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.m_AccountBS, "NeedOwnerPresence", true));
     this.cbNeedOwnerPresence.set_Location(new System.Drawing.Point(8, 0x133));
     this.cbNeedOwnerPresence.set_Name("cbNeedOwnerPresence");
     this.cbNeedOwnerPresence.set_Size(new System.Drawing.Size(0x87, 0x11));
     this.cbNeedOwnerPresence.set_TabIndex(14);
     this.cbNeedOwnerPresence.set_Text("Зайти в бухгалтерию:");
     this.cbNeedOwnerPresence.set_UseVisualStyleBackColor(true);
     this.tbComment.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbComment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_AccountBS, "Comment", true));
     this.tbComment.set_Location(new System.Drawing.Point(0x75, 0x169));
     this.tbComment.set_Multiline(true);
     this.tbComment.set_Name("tbComment");
     this.tbComment.set_Size(new System.Drawing.Size(0x196, 0x1c));
     this.tbComment.set_TabIndex(13);
     this.label3.set_AutoSize(true);
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:AccountView.cs

示例6: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.bsOrganizations = new System.Windows.Forms.BindingSource(this.components);
     this.panelOrg = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dgOrgs = new System.Windows.Forms.DataGridView();
     this.codeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.shortNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.longNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsOrganizations = new System.Windows.Forms.ToolStrip();
     this.tsBtnFindServiceProvider = new System.Windows.Forms.ToolStripButton();
     this.tsBtnFindHouseHolder = new System.Windows.Forms.ToolStripButton();
     this.tsBtnFindResourceProvider = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnSearch = new System.Windows.Forms.ToolStripButton();
     this.btnClear = new System.Windows.Forms.ToolStripButton();
     this.btnOk = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnAdd = new System.Windows.Forms.ToolStripButton();
     this.btnChange = new System.Windows.Forms.ToolStripButton();
     this.btnDelete = new System.Windows.Forms.ToolStripButton();
     this.gbFilter = new System.Windows.Forms.GroupBox();
     this.gbStatuses = new System.Windows.Forms.GroupBox();
     this.cbIsBankrupt = new System.Windows.Forms.CheckBox();
     this.cbIsContractEnded = new System.Windows.Forms.CheckBox();
     this.cbIsArchived = new System.Windows.Forms.CheckBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbisResourceProvider = new System.Windows.Forms.CheckBox();
     this.cbIsBenefitTransferrer = new System.Windows.Forms.CheckBox();
     this.cbIsPaymentAgent = new System.Windows.Forms.CheckBox();
     this.cbIsServiceProvider = new System.Windows.Forms.CheckBox();
     this.cbIsFlatOwner = new System.Windows.Forms.CheckBox();
     this.cbIsHouseHolder = new System.Windows.Forms.CheckBox();
     this.cbIsCashlessTransferrer = new System.Windows.Forms.CheckBox();
     this.cbParentOrg = new System.Windows.Forms.ComboBox();
     this.bsParentOrganizations = new System.Windows.Forms.BindingSource(this.components);
     this.tbLongName = new System.Windows.Forms.TextBox();
     this.tbShortName = new System.Windows.Forms.TextBox();
     this.tbCode = new System.Windows.Forms.TextBox();
     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();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     this.bsOrganizations.BeginInit();
     this.panelOrg.SuspendLayout();
     this.panel1.SuspendLayout();
     this.dgOrgs.BeginInit();
     this.tsOrganizations.SuspendLayout();
     this.gbFilter.SuspendLayout();
     this.gbStatuses.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.bsParentOrganizations.BeginInit();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(6, 0x5e));
     label.set_Name("longNameLabel");
     label.set_Size(new System.Drawing.Size(0x7d, 13));
     label.set_TabIndex(0x31);
     label.set_Text("Полное наименование:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(6, 0x44));
     label2.set_Name("shortNameLabel");
     label2.set_Size(new System.Drawing.Size(0x87, 13));
     label2.set_TabIndex(0x30);
     label2.set_Text("Короткое наименование:");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(6, 15));
     label3.set_Name("label1");
     label3.set_Size(new System.Drawing.Size(0x7a, 13));
     label3.set_TabIndex(0x2e);
     label3.set_Text("Старшая организация:");
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(6, 0x2a));
     label4.set_Name("codeLabel");
     label4.set_Size(new System.Drawing.Size(0x1d, 13));
     label4.set_TabIndex(0x2f);
     label4.set_Text("Код:");
     this.bsOrganizations.set_DataSource(typeof(Organization));
     this.panelOrg.Controls.Add(this.panel1);
     this.panelOrg.Controls.Add(this.tsOrganizations);
     this.panelOrg.Controls.Add(this.gbFilter);
     this.panelOrg.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panelOrg.set_Location(new System.Drawing.Point(0, 0));
     this.panelOrg.set_Name("panelOrg");
     this.panelOrg.set_Size(new System.Drawing.Size(0x287, 0x21a));
     this.panelOrg.set_TabIndex(9);
     this.panel1.Controls.Add(this.dgOrgs);
     this.panel1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.panel1.set_Location(new System.Drawing.Point(0, 0xf2));
     this.panel1.set_Name("panel1");
     this.panel1.set_Size(new System.Drawing.Size(0x287, 0x128));
     this.panel1.set_TabIndex(0x12);
     this.dgOrgs.set_AllowUserToAddRows(false);
     this.dgOrgs.set_AllowUserToDeleteRows(false);
     this.dgOrgs.set_AutoGenerateColumns(false);
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:OrganizationsForm.cs

示例7: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.gbDoc = new System.Windows.Forms.GroupBox();
     this.tbDoc = new System.Windows.Forms.TextBox();
     this.m_ApartmentOwner = new System.Windows.Forms.BindingSource(this.components);
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dbDateDoc = new DateBox();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.selectTypeOwnerFasetName = new SelectFasetData();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.nmDenom = new System.Windows.Forms.NumericUpDown();
     this.nmNum = new System.Windows.Forms.NumericUpDown();
     this.tbPrintName = new System.Windows.Forms.TextBox();
     this.dbToDate = new DateBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_OwnerSelection = new SelectOwner();
     this.label9 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btnAddChangeApartmentOwner = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tbSaleContract = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dbSaleContractDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.gbDoc.SuspendLayout();
     this.m_ApartmentOwner.BeginInit();
     this.gbOwner.SuspendLayout();
     this.nmDenom.BeginInit();
     this.nmNum.BeginInit();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(8, 0x6b));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x5d, 13));
     label.set_TabIndex(20);
     label.set_Text("Отображать как:");
     this.gbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbDoc.Controls.Add(this.tbDoc);
     this.gbDoc.Controls.Add(this.label4);
     this.gbDoc.Controls.Add(this.label3);
     this.gbDoc.Controls.Add(this.dbDateDoc);
     this.gbDoc.set_Location(new System.Drawing.Point(2, 250));
     this.gbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Name("gbDoc");
     this.gbDoc.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbDoc.set_Size(new System.Drawing.Size(0x21f, 0x44));
     this.gbDoc.set_TabIndex(2);
     this.gbDoc.set_TabStop(false);
     this.gbDoc.set_Text("Документ");
     this.tbDoc.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.tbDoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.m_ApartmentOwner, "Doc", true));
     this.tbDoc.set_Location(new System.Drawing.Point(0x6c, 0x11));
     this.tbDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.tbDoc.set_Name("tbDoc");
     this.tbDoc.set_Size(new System.Drawing.Size(0x1a8, 20));
     this.tbDoc.set_TabIndex(1);
     this.m_ApartmentOwner.set_DataSource(typeof(AIS.SN.Model.DomainObjects.ApartmentOwner));
     this.label4.set_AutoSize(true);
     this.label4.set_Location(new System.Drawing.Point(7, 20));
     this.label4.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label4.set_Name("label4");
     this.label4.set_Size(new System.Drawing.Size(0x56, 13));
     this.label4.set_TabIndex(2);
     this.label4.set_Text("Наименование:");
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(6, 0x2c));
     this.label3.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x24, 13));
     this.label3.set_TabIndex(1);
     this.label3.set_Text("Дата:");
     this.dbDateDoc.AttachToPeriod = false;
     this.dbDateDoc.AttachToPeriodEnd = false;
     this.dbDateDoc.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwner, "DateDoc", true));
     this.dbDateDoc.set_Location(new System.Drawing.Point(0x6c, 0x29));
     this.dbDateDoc.set_Margin(new System.Windows.Forms.Padding(2));
     this.dbDateDoc.set_Mask("00/00/0000");
     this.dbDateDoc.set_Name("dbDateDoc");
     this.dbDateDoc.set_Size(new System.Drawing.Size(0x55, 20));
     this.dbDateDoc.set_TabIndex(2);
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectTypeOwnerFasetName);
     this.gbOwner.Controls.Add(this.label10);
     this.gbOwner.Controls.Add(this.label8);
     this.gbOwner.Controls.Add(this.nmDenom);
     this.gbOwner.Controls.Add(this.nmNum);
     this.gbOwner.Controls.Add(label);
     this.gbOwner.Controls.Add(this.tbPrintName);
     this.gbOwner.Controls.Add(this.dbToDate);
     this.gbOwner.Controls.Add(this.label1);
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:ApartmentOwnerAddChangeForm.cs

示例8: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.cbStreets = new System.Windows.Forms.ComboBox();
     this.bsStreets = new System.Windows.Forms.BindingSource(this.components);
     this.cbHouses = new System.Windows.Forms.ComboBox();
     this.bsHouses = new System.Windows.Forms.BindingSource(this.components);
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.PreviousAddressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PreviousNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PreviousOwnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsPrevApartments = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.dateMergeSplit = new DateBox();
     this.dgvApartments = new System.Windows.Forms.DataGridView();
     this.selectForMergeDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.addressNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownerNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsCurrentApartments = new System.Windows.Forms.BindingSource(this.components);
     this.tsApartmentMerge = new System.Windows.Forms.ToolStrip();
     this.tsBtnSplit = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnMerge = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dataGridView3 = new System.Windows.Forms.DataGridView();
     this.nextAddressNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nextNumberDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nextOwnerNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.createdDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsNextApartments = new System.Windows.Forms.BindingSource(this.components);
     this.label2 = new System.Windows.Forms.Label();
     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.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.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     this.bsStreets.BeginInit();
     this.bsHouses.BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.dataGridView1.BeginInit();
     this.bsPrevApartments.BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.dgvApartments.BeginInit();
     this.bsCurrentApartments.BeginInit();
     this.tsApartmentMerge.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.dataGridView3.BeginInit();
     this.bsNextApartments.BeginInit();
     base.SuspendLayout();
     label.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(0x22e, 0x13));
     label.set_Name("label6");
     label.set_Size(new System.Drawing.Size(30, 13));
     label.set_TabIndex(12);
     label.set_Text("Дом");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(9, 0x13));
     label2.set_Name("label5");
     label2.set_Size(new System.Drawing.Size(0x27, 13));
     label2.set_TabIndex(13);
     label2.set_Text("Улица");
     this.cbStreets.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.cbStreets.set_DataSource(this.bsStreets);
     this.cbStreets.set_DisplayMember("Name");
     this.cbStreets.set_DropDownStyle(System.Windows.Forms.ComboBoxStyle.DropDownList);
     this.cbStreets.set_FormattingEnabled(true);
     this.cbStreets.set_Location(new System.Drawing.Point(0x3b, 0x10));
     this.cbStreets.set_Name("cbStreets");
     this.cbStreets.set_Size(new System.Drawing.Size(0x1ed, 0x15));
     this.cbStreets.set_TabIndex(10);
     this.bsStreets.set_DataSource(typeof(LocalAddress));
     this.bsStreets.add_CurrentChanged(new System.EventHandler(this.bsStreets_CurrentChanged));
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:ApartmentMergeHistoryForm.cs

示例9: InitializeComponent

 private void InitializeComponent()
 {
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.sfRate = new SelectFasetData();
     this.tbxPrintNames = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.sfNormRate = new SelectFasetData();
     this.label3 = new System.Windows.Forms.Label();
     this.sfResurce = new SelectFasetData();
     this.cb_splitByPeriod = new System.Windows.Forms.CheckBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(0x25, 0x5e));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label6");
     label.set_Size(new System.Drawing.Size(0x2b, 13));
     label.set_TabIndex(20);
     label.set_Text("Тариф:");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(9, 15));
     label2.set_Margin(new System.Windows.Forms.Padding(0));
     label2.set_Name("label1");
     label2.set_Size(new System.Drawing.Size(0x76, 13));
     label2.set_TabIndex(20);
     label2.set_Text("Дочерние типы услуг:");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(0x25, 0x79));
     label3.set_Margin(new System.Windows.Forms.Padding(0));
     label3.set_Name("label4");
     label3.set_Size(new System.Drawing.Size(0x3d, 13));
     label3.set_TabIndex(20);
     label3.set_Text("Норматив:");
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(0x25, 0x94));
     label4.set_Margin(new System.Windows.Forms.Padding(0));
     label4.set_Name("label5");
     label4.set_Size(new System.Drawing.Size(0x2e, 13));
     label4.set_TabIndex(20);
     label4.set_Text("Ресурс:");
     this.btnOk.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnOk.set_Location(new System.Drawing.Point(0x16d, 0xb6));
     this.btnOk.set_Name("btnOk");
     this.btnOk.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnOk.set_TabIndex(9);
     this.btnOk.set_UseVisualStyleBackColor(true);
     this.btnOk.add_Click(new System.EventHandler(this.btnOk_Click));
     this.btnCancel.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom);
     this.btnCancel.set_Location(new System.Drawing.Point(0x1be, 0xb6));
     this.btnCancel.set_Name("btnCancel");
     this.btnCancel.set_Size(new System.Drawing.Size(0x4b, 0x17));
     this.btnCancel.set_TabIndex(10);
     this.btnCancel.set_Text("Отмена");
     this.btnCancel.set_UseVisualStyleBackColor(true);
     this.btnCancel.add_Click(new System.EventHandler(this.btnCancel_Click));
     this.sfRate.set_FormattingEnabled(true);
     this.sfRate.set_Location(new System.Drawing.Point(0x89, 0x5b));
     this.sfRate.set_Name("sfRate");
     this.sfRate.set_Size(new System.Drawing.Size(0xd4, 0x15));
     this.sfRate.set_Sorted(true);
     this.sfRate.set_TabIndex(11);
     this.tbxPrintNames.set_Location(new System.Drawing.Point(0x89, 12));
     this.tbxPrintNames.set_Name("tbxPrintNames");
     this.tbxPrintNames.set_ReadOnly(true);
     this.tbxPrintNames.set_Size(new System.Drawing.Size(0x176, 20));
     this.tbxPrintNames.set_TabIndex(0x13);
     this.label2.set_AutoSize(true);
     this.label2.set_Location(new System.Drawing.Point(9, 0x29));
     this.label2.set_Name("label2");
     this.label2.set_Size(new System.Drawing.Size(0xbb, 13));
     this.label2.set_TabIndex(0x15);
     this.label2.set_Text("Дополнительные свойства группы.");
     this.sfNormRate.set_FormattingEnabled(true);
     this.sfNormRate.set_Location(new System.Drawing.Point(0x89, 0x76));
     this.sfNormRate.set_Name("sfNormRate");
     this.sfNormRate.set_Size(new System.Drawing.Size(0xd4, 0x15));
     this.sfNormRate.set_Sorted(true);
     this.sfNormRate.set_TabIndex(11);
     this.label3.set_AutoSize(true);
     this.label3.set_Location(new System.Drawing.Point(9, 0x40));
     this.label3.set_Name("label3");
     this.label3.set_Size(new System.Drawing.Size(0x1f3, 13));
     this.label3.set_TabIndex(0x15);
     this.label3.set_Text("Выберите виды агрегирующих функций для соответствующих данных при сворачивании группы:");
     this.sfResurce.set_FormattingEnabled(true);
     this.sfResurce.set_Location(new System.Drawing.Point(0x89, 0x91));
     this.sfResurce.set_Name("sfResurce");
     this.sfResurce.set_Size(new System.Drawing.Size(0xd4, 0x15));
     this.sfResurce.set_Sorted(true);
     this.sfResurce.set_TabIndex(11);
     this.cb_splitByPeriod.set_AutoSize(true);
     this.cb_splitByPeriod.set_CheckAlign(System.Drawing.ContentAlignment.MiddleRight);
     this.cb_splitByPeriod.set_Location(new System.Drawing.Point(0x24, 0xac));
     this.cb_splitByPeriod.set_Name("cb_splitByPeriod");
     this.cb_splitByPeriod.set_Size(new System.Drawing.Size(0xe3, 0x11));
     this.cb_splitByPeriod.set_TabIndex(0x16);
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:ServiceTypeGroupConditionAddChangeForm.cs

示例10: InitializeComponent

 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ChangeConnectionsUrlForm));
     this.m_UriBox = new System.Windows.Forms.TextBox();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.m_ResetUriButton = new System.Windows.Forms.ToolStripButton();
     this.m_CancelButton = new System.Windows.Forms.ToolStripButton();
     this.m_SaveButton = new System.Windows.Forms.ToolStripButton();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.toolStrip1.SuspendLayout();
     base.SuspendLayout();
     this.m_UriBox.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.m_UriBox.set_Location(new System.Drawing.Point(12, 0x19));
     this.m_UriBox.set_Name("m_UriBox");
     this.m_UriBox.set_Size(new System.Drawing.Size(0x185, 20));
     this.m_UriBox.set_TabIndex(0);
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(12, 9));
     label.set_Name("label1");
     label.set_Size(new System.Drawing.Size(0x185, 13));
     label.set_TabIndex(3);
     label.set_Text("Адрес Web-сервиса для получения настроек подключения к базам данных");
     this.toolStrip1.set_Dock(System.Windows.Forms.DockStyle.Bottom);
     this.toolStrip1.set_GripStyle(System.Windows.Forms.ToolStripGripStyle.Hidden);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_ResetUriButton, this.m_CancelButton, this.m_SaveButton });
     this.toolStrip1.set_Location(new System.Drawing.Point(0, 0x37));
     this.toolStrip1.set_Name("toolStrip1");
     this.toolStrip1.set_Size(new System.Drawing.Size(0x19d, 0x19));
     this.toolStrip1.set_TabIndex(4);
     this.toolStrip1.set_Text("toolStrip1");
     this.m_ResetUriButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_ResetUriButton.set_Image((System.Drawing.Image) manager.GetObject("m_ResetUriButton.Image"));
     this.m_ResetUriButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_ResetUriButton.set_Name("m_ResetUriButton");
     this.m_ResetUriButton.set_Size(new System.Drawing.Size(0x90, 0x16));
     this.m_ResetUriButton.set_Text("Взять стандартный адрес");
     this.m_ResetUriButton.add_Click(new System.EventHandler(this.m_ResetUriButton_Click));
     this.m_CancelButton.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.m_CancelButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_CancelButton.set_Image((System.Drawing.Image) manager.GetObject("m_CancelButton.Image"));
     this.m_CancelButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_CancelButton.set_Name("m_CancelButton");
     this.m_CancelButton.set_Size(new System.Drawing.Size(0x31, 0x16));
     this.m_CancelButton.set_Text("Отмена");
     this.m_CancelButton.add_Click(new System.EventHandler(this.m_CancelButton_Click));
     this.m_SaveButton.set_Alignment(System.Windows.Forms.ToolStripItemAlignment.Right);
     this.m_SaveButton.set_DisplayStyle(System.Windows.Forms.ToolStripItemDisplayStyle.Text);
     this.m_SaveButton.set_Image((System.Drawing.Image) manager.GetObject("m_SaveButton.Image"));
     this.m_SaveButton.set_ImageTransparentColor(System.Drawing.Color.Magenta);
     this.m_SaveButton.set_Name("m_SaveButton");
     this.m_SaveButton.set_Size(new System.Drawing.Size(0x42, 0x16));
     this.m_SaveButton.set_Text("Сохранить");
     this.m_SaveButton.add_Click(new System.EventHandler(this.m_SaveButton_Click));
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     base.set_ClientSize(new System.Drawing.Size(0x19d, 80));
     base.set_ControlBox(false);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(label);
     base.Controls.Add(this.m_UriBox);
     this.set_MaximumSize(new System.Drawing.Size(0x7d0, 0x72));
     this.set_MinimumSize(new System.Drawing.Size(0x1a0, 0x72));
     base.set_Name("ChangeConnectionsUrlForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Введите адрес");
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
开发者ID:u4097,项目名称:SQLScript,代码行数:70,代码来源:ChangeConnectionsUrlForm.cs

示例11: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_ServicesBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_StreetsBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_HousesBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_SettlementsBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_Grid = new System.Windows.Forms.DataGridView();
     this.includeDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.flatNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.apartmentNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.abonentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ownershipTypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fromDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monthCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chargeSummDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_GridBS = new System.Windows.Forms.BindingSource(this.components);
     this.m_SaveCalcButton = new System.Windows.Forms.Button();
     this.m_PreprocessMonths = new System.Windows.Forms.NumericUpDown();
     this.m_PreprocessButton = new System.Windows.Forms.Button();
     this.m_SearchButton = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chbxNotChargeMunicipal = new System.Windows.Forms.CheckBox();
     this.chbxValidateNegativeSumm = new System.Windows.Forms.CheckBox();
     this.m_ExcludeAllButton = new System.Windows.Forms.Button();
     this.m_PreprocessDate = new DateBox();
     this.m_IncludeAllButton = new System.Windows.Forms.Button();
     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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.selectOrganization1 = new SelectOrganization();
     this.m_FindWorker = new BackgroundWorker();
     this.m_ExecWorker = new BackgroundWorker();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label2 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label3 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label4 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label5 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label6 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label7 = new System.Windows.Forms.Label();
     System.Windows.Forms.Label label8 = new System.Windows.Forms.Label();
     System.Windows.Forms.ComboBox box = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box2 = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box3 = new System.Windows.Forms.ComboBox();
     System.Windows.Forms.ComboBox box4 = new System.Windows.Forms.ComboBox();
     this.m_ServicesBS.BeginInit();
     this.m_StreetsBS.BeginInit();
     this.m_HousesBS.BeginInit();
     this.m_SettlementsBS.BeginInit();
     this.m_Grid.BeginInit();
     this.m_GridBS.BeginInit();
     this.m_PreprocessMonths.BeginInit();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(9, 6));
     label.set_Name("label1");
     label.set_Size(new System.Drawing.Size(0x41, 13));
     label.set_TabIndex(1);
     label.set_Text("Поставщик");
     label2.set_AutoSize(true);
     label2.set_Location(new System.Drawing.Point(9, 0x20));
     label2.set_Name("label2");
     label2.set_Size(new System.Drawing.Size(0x2b, 13));
     label2.set_TabIndex(2);
     label2.set_Text("Услуга");
     label3.set_AutoSize(true);
     label3.set_Location(new System.Drawing.Point(9, 0x3b));
     label3.set_Name("label4");
     label3.set_Size(new System.Drawing.Size(70, 13));
     label3.set_TabIndex(9);
     label3.set_Text("Насел.пункт");
     label4.set_AutoSize(true);
     label4.set_Location(new System.Drawing.Point(0x11b, 0x3b));
     label4.set_Name("label5");
     label4.set_Size(new System.Drawing.Size(0x27, 13));
     label4.set_TabIndex(9);
     label4.set_Text("Улица");
     label5.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Top);
     label5.set_AutoSize(true);
     label5.set_Location(new System.Drawing.Point(0x242, 0x3b));
     label5.set_Name("label6");
     label5.set_Size(new System.Drawing.Size(30, 13));
     label5.set_TabIndex(9);
     label5.set_Text("Дом");
     label6.set_AutoSize(true);
     label6.set_Location(new System.Drawing.Point(3, 0x2f));
     label6.set_Name("label7");
     label6.set_Size(new System.Drawing.Size(0x69, 13));
     label6.set_TabIndex(12);
     label6.set_Text("Начисление с даты");
     label7.set_AutoSize(true);
     label7.set_Location(new System.Drawing.Point(220, 0x2f));
     label7.set_Name("label8");
     label7.set_Size(new System.Drawing.Size(90, 13));
     label7.set_TabIndex(12);
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:AddFixedSummServicesForm.cs

示例12: InitializeComponent

 private void InitializeComponent()
 {
     this.components = new Container();
     this.gbOwner = new System.Windows.Forms.GroupBox();
     this.selectTypeOwnerFasetName = new SelectFasetData();
     this.label10 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.nmDenom = new System.Windows.Forms.NumericUpDown();
     this.m_ApartmentOwnerBS = new System.Windows.Forms.BindingSource(this.components);
     this.nmNum = new System.Windows.Forms.NumericUpDown();
     this.tbPrintName = new System.Windows.Forms.TextBox();
     this.dbToDate = new DateBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_OwnerSelection = new SelectOwner();
     this.label9 = new System.Windows.Forms.Label();
     this.dbFromDate = new DateBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.gbDoc = new System.Windows.Forms.GroupBox();
     this.tbDoc = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dbDateDoc = new DateBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tbSaleContract = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dbSaleContractDate = new DateBox();
     System.Windows.Forms.Label label = new System.Windows.Forms.Label();
     this.gbOwner.SuspendLayout();
     this.nmDenom.BeginInit();
     this.m_ApartmentOwnerBS.BeginInit();
     this.nmNum.BeginInit();
     this.gbDoc.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     label.set_AutoSize(true);
     label.set_Location(new System.Drawing.Point(9, 0x6f));
     label.set_Margin(new System.Windows.Forms.Padding(0));
     label.set_Name("label2");
     label.set_Size(new System.Drawing.Size(0x5d, 13));
     label.set_TabIndex(20);
     label.set_Text("Отображать как:");
     this.gbOwner.set_Anchor(System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top);
     this.gbOwner.Controls.Add(this.selectTypeOwnerFasetName);
     this.gbOwner.Controls.Add(this.label10);
     this.gbOwner.Controls.Add(this.label8);
     this.gbOwner.Controls.Add(this.nmDenom);
     this.gbOwner.Controls.Add(this.nmNum);
     this.gbOwner.Controls.Add(label);
     this.gbOwner.Controls.Add(this.tbPrintName);
     this.gbOwner.Controls.Add(this.dbToDate);
     this.gbOwner.Controls.Add(this.label1);
     this.gbOwner.Controls.Add(this.m_OwnerSelection);
     this.gbOwner.Controls.Add(this.label9);
     this.gbOwner.Controls.Add(this.dbFromDate);
     this.gbOwner.Controls.Add(this.label7);
     this.gbOwner.Controls.Add(this.label6);
     this.gbOwner.Controls.Add(this.label5);
     this.gbOwner.set_Location(new System.Drawing.Point(2, 2));
     this.gbOwner.set_Margin(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Name("gbOwner");
     this.gbOwner.set_Padding(new System.Windows.Forms.Padding(2));
     this.gbOwner.set_Size(new System.Drawing.Size(0x20f, 0xf2));
     this.gbOwner.set_TabIndex(5);
     this.gbOwner.set_TabStop(false);
     this.gbOwner.set_Text("Владелец");
     this.selectTypeOwnerFasetName.set_FormattingEnabled(true);
     this.selectTypeOwnerFasetName.set_Location(new System.Drawing.Point(0x95, 0xcf));
     this.selectTypeOwnerFasetName.set_Name("selectTypeOwnerFasetName");
     this.selectTypeOwnerFasetName.set_Size(new System.Drawing.Size(0x16b, 0x15));
     this.selectTypeOwnerFasetName.set_Sorted(true);
     this.selectTypeOwnerFasetName.set_TabIndex(0x18);
     this.label10.set_AutoSize(true);
     this.label10.set_Location(new System.Drawing.Point(8, 0xd0));
     this.label10.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label10.set_Name("label10");
     this.label10.set_Size(new System.Drawing.Size(0x4d, 13));
     this.label10.set_TabIndex(0x17);
     this.label10.set_Text("Тип владения");
     this.label8.set_AutoSize(true);
     this.label8.set_Location(new System.Drawing.Point(8, 0xdd));
     this.label8.set_Margin(new System.Windows.Forms.Padding(2, 0, 2, 0));
     this.label8.set_Name("label8");
     this.label8.set_Size(new System.Drawing.Size(0x5e, 13));
     this.label8.set_TabIndex(0x15);
     this.label8.set_Text("собственностью:");
     this.nmDenom.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.m_ApartmentOwnerBS, "Denom", true));
     this.nmDenom.set_Location(new System.Drawing.Point(0xf8, 130));
     int[] numArray = new int[4];
     numArray[0] = 0x3e8;
     this.nmDenom.set_Maximum(new decimal(numArray));
     int[] numArray2 = new int[4];
     numArray2[0] = 1;
     this.nmDenom.set_Minimum(new decimal(numArray2));
     this.nmDenom.set_Name("nmDenom");
     this.nmDenom.set_Size(new System.Drawing.Size(0x4d, 20));
     this.nmDenom.set_TabIndex(4);
     int[] numArray3 = new int[4];
//.........这里部分代码省略.........
开发者ID:u4097,项目名称:SQLScript,代码行数:101,代码来源:ApartmentInfoMimOwnerView.cs


注:本文中的System.Windows.Forms.Label.set_Size方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。