private void InitializeComponent()
 {
     this.m_ApartmentCounterIndicationInputUIView1 = new ApartmentCounterIndicationInputUIView();
     base.SuspendLayout();
     this.m_ApartmentCounterIndicationInputUIView1.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_ApartmentCounterIndicationInputUIView1.set_Location(new System.Drawing.Point(0, 0));
     this.m_ApartmentCounterIndicationInputUIView1.set_Name("m_ApartmentCounterIndicationInputUIView1");
     this.m_ApartmentCounterIndicationInputUIView1.set_Size(new System.Drawing.Size(0x3af, 0x15f));
     this.m_ApartmentCounterIndicationInputUIView1.set_TabIndex(0);
     base.set_AutoScaleDimensions(new System.Drawing.SizeF(6f, 13f));
     base.set_AutoScaleMode(System.Windows.Forms.AutoScaleMode.Font);
     this.set_AutoScroll(true);
     this.set_AutoSize(true);
     base.set_ClientSize(new System.Drawing.Size(0x3af, 0x15f));
     base.Controls.Add(this.m_ApartmentCounterIndicationInputUIView1);
     this.set_DoubleBuffered(true);
     base.set_FormBorderStyle(System.Windows.Forms.FormBorderStyle.FixedSingle);
     base.set_KeyPreview(true);
     base.set_Name("ApartmentCounterIndicationInputForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.Manual);
     this.set_Text("Ввод новых показаний по всем действующим счетчикам");
     base.add_Load(new System.EventHandler(this.ApartmentCounterIndicationAddForAllCountersForm_Load));
     base.ResumeLayout(false);
 }
示例#2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.m_Tabs = new System.Windows.Forms.TabControl();
     this.m_tabPagePayment = new System.Windows.Forms.TabPage();
     this.m_processPaymentView = new ProcessPaymentView();
     this.m_tabPageCounters = new System.Windows.Forms.TabPage();
     this.m_apartmentCountersView = new ApartmentCountersView();
     this.m_tabPageCountersInputMass = new System.Windows.Forms.TabPage();
     this.m_apartmentCounterIndicationInputUIView = new ApartmentCounterIndicationInputUIView();
     this.m_contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.счетчикиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.m_Tabs.SuspendLayout();
     this.m_tabPagePayment.SuspendLayout();
     this.m_tabPageCounters.SuspendLayout();
     this.m_tabPageCountersInputMass.SuspendLayout();
     this.m_contextMenuStrip.SuspendLayout();
     base.SuspendLayout();
     this.m_Tabs.Controls.Add(this.m_tabPagePayment);
     this.m_Tabs.Controls.Add(this.m_tabPageCounters);
     this.m_Tabs.Controls.Add(this.m_tabPageCountersInputMass);
     this.m_Tabs.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_Tabs.set_Location(new System.Drawing.Point(0, 0));
     this.m_Tabs.set_Name("m_Tabs");
     this.m_Tabs.set_SelectedIndex(0);
     this.m_Tabs.set_Size(new System.Drawing.Size(0x35a, 0x28c));
     this.m_Tabs.set_TabIndex(1);
     this.m_Tabs.add_SelectedIndexChanged(new System.EventHandler(this.m_Tabs_SelectedIndexChanged));
     this.m_tabPagePayment.set_BackColor(System.Drawing.Color.WhiteSmoke);
     this.m_tabPagePayment.Controls.Add(this.m_processPaymentView);
     this.m_tabPagePayment.set_Location(new System.Drawing.Point(4, 0x16));
     this.m_tabPagePayment.set_Name("m_tabPagePayment");
     this.m_tabPagePayment.set_Padding(new System.Windows.Forms.Padding(3));
     this.m_tabPagePayment.set_Size(new System.Drawing.Size(850, 0x272));
     this.m_tabPagePayment.set_TabIndex(0);
     this.m_tabPagePayment.set_Text("1. Оплата");
     this.m_processPaymentView.BarcodeInfo = null;
     this.m_processPaymentView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_processPaymentView.set_Location(new System.Drawing.Point(3, 3));
     this.m_processPaymentView.set_Name("m_processPaymentView");
     this.m_processPaymentView.set_Size(new System.Drawing.Size(0x34c, 620));
     this.m_processPaymentView.set_TabIndex(0);
     this.m_tabPageCounters.set_BackColor(System.Drawing.Color.WhiteSmoke);
     this.m_tabPageCounters.Controls.Add(this.m_apartmentCountersView);
     this.m_tabPageCounters.set_Location(new System.Drawing.Point(4, 0x16));
     this.m_tabPageCounters.set_Name("m_tabPageCounters");
     this.m_tabPageCounters.set_Padding(new System.Windows.Forms.Padding(3));
     this.m_tabPageCounters.set_Size(new System.Drawing.Size(850, 0x272));
     this.m_tabPageCounters.set_TabIndex(1);
     this.m_tabPageCounters.set_Text("2. Счетчики");
     this.m_apartmentCountersView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_apartmentCountersView.set_Location(new System.Drawing.Point(3, 3));
     this.m_apartmentCountersView.set_Name("m_apartmentCountersView");
     this.m_apartmentCountersView.set_Size(new System.Drawing.Size(0xba, 0x44));
     this.m_apartmentCountersView.set_TabIndex(0);
     this.m_tabPageCountersInputMass.set_BackColor(System.Drawing.Color.WhiteSmoke);
     this.m_tabPageCountersInputMass.Controls.Add(this.m_apartmentCounterIndicationInputUIView);
     this.m_tabPageCountersInputMass.set_Location(new System.Drawing.Point(4, 0x16));
     this.m_tabPageCountersInputMass.set_Name("m_tabPageCountersInputMass");
     this.m_tabPageCountersInputMass.set_Size(new System.Drawing.Size(850, 0x272));
     this.m_tabPageCountersInputMass.set_TabIndex(2);
     this.m_tabPageCountersInputMass.set_Text("3. Массовый ввод");
     this.m_apartmentCounterIndicationInputUIView.set_Dock(System.Windows.Forms.DockStyle.Fill);
     this.m_apartmentCounterIndicationInputUIView.set_Location(new System.Drawing.Point(0, 0));
     this.m_apartmentCounterIndicationInputUIView.set_Name("m_apartmentCounterIndicationInputUIView");
     this.m_apartmentCounterIndicationInputUIView.set_Size(new System.Drawing.Size(0xc0, 0x4a));
     this.m_apartmentCounterIndicationInputUIView.set_TabIndex(0);
     this.m_contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.счетчикиToolStripMenuItem, this.toolStripMenuItem2, this.toolStripMenuItem3 });
     this.m_contextMenuStrip.set_Name("contextMenuStrip1");
     this.m_contextMenuStrip.set_Size(new System.Drawing.Size(0xd1, 70));
     this.счетчикиToolStripMenuItem.set_Name("счетчикиToolStripMenuItem");
     this.счетчикиToolStripMenuItem.set_ShortcutKeyDisplayString("Alt+1");
     this.счетчикиToolStripMenuItem.set_ShortcutKeys(System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D1);
     this.счетчикиToolStripMenuItem.set_Size(new System.Drawing.Size(0xd0, 0x16));
     this.счетчикиToolStripMenuItem.set_Text("&1. Оплата");
     this.счетчикиToolStripMenuItem.add_Click(new System.EventHandler(this.счетчикиToolStripMenuItem_Click));
     this.toolStripMenuItem2.set_Name("toolStripMenuItem2");
     this.toolStripMenuItem2.set_ShortcutKeys(System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D2);
     this.toolStripMenuItem2.set_Size(new System.Drawing.Size(0xd0, 0x16));
     this.toolStripMenuItem2.set_Text("&2. Счетчики");
     this.toolStripMenuItem2.add_Click(new System.EventHandler(this.toolStripMenuItem2_Click));
     this.toolStripMenuItem3.set_Name("toolStripMenuItem3");
     this.toolStripMenuItem3.set_ShortcutKeys(System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D3);
     this.toolStripMenuItem3.set_Size(new System.Drawing.Size(0xd0, 0x16));
     this.toolStripMenuItem3.set_Text("&3. Массовый ввод");
     this.toolStripMenuItem3.add_Click(new System.EventHandler(this.toolStripMenuItem3_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(0x35a, 0x28c));
     this.set_ContextMenuStrip(this.m_contextMenuStrip);
     base.Controls.Add(this.m_Tabs);
     base.set_KeyPreview(true);
     base.set_Name("ProcessPaymentForm");
     base.set_StartPosition(System.Windows.Forms.FormStartPosition.CenterParent);
     this.set_Text("Прием платежа");
     this.m_Tabs.ResumeLayout(false);
     this.m_tabPagePayment.ResumeLayout(false);
     this.m_tabPageCounters.ResumeLayout(false);
     this.m_tabPageCountersInputMass.ResumeLayout(false);
     this.m_contextMenuStrip.ResumeLayout(false);
     base.ResumeLayout(false);
 }